[RESOLVED] Use resource icon for form icons?
Hi guys.
A pretty simple question but after searching around I can't seem to find the answer so hopefully someone here will know.
I have an icon resource that I use for the applications icon built inside the program. I want to use this for all forms of the application but I can't seem to reference it.
Does anyone know how I can use this internal icon resource for the icon of the forms?
Cheers!
Re: Use resource icon for form icons?
I figured this out. After a bit of poking I managed to get the code to load the resources and make it load the icon from the resource.
Resolved!
Re: [RESOLVED] Use resource icon for form icons?
Any chance you could post the code? Or make a tutorial? Would be nice!
Thanks! :)
Re: [RESOLVED] Use resource icon for form icons?
Have a look at this. It's similar to what I used.
I don't have the code on this PC since it's on my work PC.
Re: [RESOLVED] Use resource icon for form icons?