Using images from different form...
I have a lot of images to be used on one form. The organisation is horrible so I was wondering if it's possible to add all the images to a hidden form and use them on the form i need them. If anybody has any other ideas that would be good too. I was thinking of using a DLL but don't know anything about them...
THanks in advance
Re: Using images from different form...
Why would you have to load them when you don't need them? This will just slow down your app. You can just load the images as you need them!
Re: Using images from different form...
The resource file might be a good alternative also...
Re: Using images from different form...
Only if he doesn't want the images to change.