|
-
Aug 29th, 2007, 02:48 PM
#1
Thread Starter
Addicted Member
Can a picturebox....
I have a large number of images that I need in my VB program but they slow the application right down
So instead of placing then on the form what I was wondering was if I placed all the required images in a file then at runtime somehow say along the lines of:
If CheckBoxApple = true then
Picture1.Picture = 'Apple.jpeg'
end if
Is something like this even possible to do?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|