How do you set the picture property of a picture box or an image box at run time?
I get the file path from commondialog then when i try to set the picture to filename, it doesn't work
help neededCode:
picture1.picture = filepathfromcdl
Printable View
How do you set the picture property of a picture box or an image box at run time?
I get the file path from commondialog then when i try to set the picture to filename, it doesn't work
help neededCode:
picture1.picture = filepathfromcdl
I figured it out from msdn.. I can do loadpicture(pathname)