How to show or load file from the .Res File ? :confused:
can anybody give me the sample for this Question ?
becouse i want to include my file on the Exe with .Res File.
thanks,
Printable View
How to show or load file from the .Res File ? :confused:
can anybody give me the sample for this Question ?
becouse i want to include my file on the Exe with .Res File.
thanks,
You can use the LoadResPicture() function.
Did you store it as a bitmap resource or as a "custom" resource?
If it's a custom resource you'll have to extract it first.
Here's a tutorial on using resource files.... it's good. You should find your answer there.
http://www.thevbzone.com/l_res.htm
thank you
Another resource faq - http://vbforums.com/showthread.php?t=432036
:D