Hi,
Could someone please tell me how I would go about putting bitmaps inside .dlls (such as the Cards.dll used by freecell), so that I can access them in my program.
Do I have to use a repository or something??
Thanks
Totally :confused:
Printable View
Hi,
Could someone please tell me how I would go about putting bitmaps inside .dlls (such as the Cards.dll used by freecell), so that I can access them in my program.
Do I have to use a repository or something??
Thanks
Totally :confused:
Use a Resource File (*.RES). You can compile them with the Resource Compiler.
Thanks Megatron, I will look into that. For the meanwhile, do you have any idea how I can access the graphics inside the Cards.Dll (located in System32 dir) from within my VB program.
I have tried to reference the dll but keep getting an error.
Thanks
Total :confused:
Here are some examples. I have linked a search result from PSC.