Epsylon3
December 4th, 2005, 04:10
in documentation of Registerpluginclass...
it's wrote :
int Registerpluginclass(char *classname,char *iconname,HINSTANCE dllinst,WNDPROC classproc);
iconname - name of icon resource in plugin DLL;
If iconname is NULL, uses standard plugin icon (letter 'P').
but Ressources are integer Constants
#define IDI_ICON1 115
I am unable to set icon :/ could somebody tell me how ?
it's wrote :
int Registerpluginclass(char *classname,char *iconname,HINSTANCE dllinst,WNDPROC classproc);
iconname - name of icon resource in plugin DLL;
If iconname is NULL, uses standard plugin icon (letter 'P').
but Ressources are integer Constants
#define IDI_ICON1 115
I am unable to set icon :/ could somebody tell me how ?