Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting images into the project
Message
 
À
31/12/2004 19:20:35
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00973597
Message ID:
00973618
Vues:
24
This message has been marked as the solution to the initial question of the thread.
Add an ImageList control to your form, pre-load your images in it. At run time you can get the images by their index:
System.Drawing.Image myimage = myImageList.Images[index];
>I have a VB.NET form that is changing the image of an image control occasionnaly. So, I need to load those images in the project. How can I achieve that and how can I reference them at run time?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform