[RESOLVED] [2005] Resources?
Ok this is really annoying me.
Ive added a jpg file to my project (Project menu -> Add Existing Item...)
Now I'm looking for a way to put this jpg file as the forms background. I've searched these forums and found lots of posts about it, tried loads of code but never got it to work.(I dont have the code anymore so I cant show it, but I remember the error: "the stream cant be 'null' " or something like that)
Could someone please guide me through this, step by step?
Thanks in advance :afrog:
Re: [RESOLVED] [2005] Resources?
It only pays to use it as a resource if you are using it in other places in your app. That would avoid the exe adding the same image twice, increasing the exe size. If the forms background is the only place you are using that image, its just a lot easier to assign it directly to the form and let the IDE handle the rest.