Im making a program where you can load a pictiure into a picture box. Im fooling around with the Active Dialog Box, Im lost, help.
Printable View
Im making a program where you can load a pictiure into a picture box. Im fooling around with the Active Dialog Box, Im lost, help.
use a commondialog
use this
commondialog1.showopen
picture1.picutre = loadpicture(commondialog1.filename)