how can i import an image? i want to make a simple slid show that will have a Back & Next Button.
Is there a sample i can look at?
Printable View
how can i import an image? i want to make a simple slid show that will have a Back & Next Button.
Is there a sample i can look at?
YOu can use this line to load a .bmp file to an image controll....
VB Code:
Image1.Picture = LoadPicture("E:\dagbla.bmp")
Thanks:D
It did not seem to work. i am going to post in the correct form since I Am Using vb.NET:confused:
Do that, because it works in VB6 i checked....but you are sure that you had a image controll called image1 ont he form, and a picture in e:\dagbla.bmp when you tested it...or if you changed it to something else, you are sure that you did put a valid path???