Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting images into the project
Message
 
To
31/12/2004 19:20:35
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00973597
Message ID:
00973618
Views:
23
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform