On 05.07.2005 13:37, Detlef Riekenberg wrote:
- HMODULE SHELL32_hmodule=NULL;
- INT iconindex=IDI_SHELL_PRINTER;
...
- if(SHELL32_hmodule==NULL)
- {
SHELL32_hmodule=LoadLibraryA("shell32.dll");
- }
Why not use the global 'shell32_hInstance' variable?
-f.r.
Am Dienstag, den 05.07.2005, 19:31 +0200 schrieb Frank Richter:
Why not use the global 'shell32_hInstance' variable?
Thanks for the Hint. I will change that.