Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with picturebox()
Message
De
18/10/2001 20:05:18
 
 
À
17/10/2001 22:47:33
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00570052
Message ID:
00570588
Vues:
21
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform