المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : image path problem



C# Programming
02-24-2010, 08:31 PM
Set myDocument = Worksheets(1)
myDocument.Shapes.AddPicture _
"c:\microsoft office\clipart\music.bmp", _
True, True, 100, 100, 70, 70
this path c:\microsoft office\clipart\music.bmp is absolute path , music.bmp is saved in my images folder in my winform project, how can i get that path.