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.