Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with picturebox()
Message
From
18/10/2001 20:05:18
 
 
To
17/10/2001 22:47:33
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570052
Message ID:
00570588
Views:
23
hello my friend:

im not an expert in visual basic, but if you are using a picturebox control, i can show you how to load a picture on it.

you can do it directly in the property's of the control, setting the picture property with the path of the picture in a search button near the property textbox.

The other way is to do it in code like this:

Private Sub Form_Load()
picture1.Picture = LoadPicture("filename as String ")
End Sub

i hope this will help you my friend!

if you want a full code example, please e mail me at: alvison@dr.com so i can
attach some files to you!

ps: im using VB6 my friend!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform