i'm making a program in which the user enters the (local) location of a picture, and my program is supposed to load that into an image control
so what would the code be for loading a image into the image control?
thanks
Dimava
Printable View
i'm making a program in which the user enters the (local) location of a picture, and my program is supposed to load that into an image control
so what would the code be for loading a image into the image control?
thanks
Dimava
:)VB Code:
Set Image1.Picture = LoadPicture("filename.bmp")