Is it possible to store things from my compiled program in 'resource files' so people with Resource Hacker can customize my program better? I'd like some icon files and a string table to be editable. Thanx! :wave:
Printable View
Is it possible to store things from my compiled program in 'resource files' so people with Resource Hacker can customize my program better? I'd like some icon files and a string table to be editable. Thanx! :wave:
Yes.
Yes, you can.
Then you can use the following methods to use the resource item in your code.
LoadResData
LoadResPicture
LoadResString
Pradeep :)
Whell, idn't that so frikkin' useful! Would you happed to have any example code?Quote:
Originally Posted by some1uk03
Thanx, a quick Google search returned http://visualbasic.about.com/od/usevb6/a/ResVB6_2.htm which was very useful (demo project download there!). Thanx all.Quote:
Originally Posted by Pradeep1210
Thread Resolved