Hello all!
I have been able to get an icon on the status bar of a window, however the icon always shows up 32x32 (reallyBIG). Are there any constants that force the icon to show up as 16x16?
I used LoadIcon(%NULL, byval %IDI_APPLICATION) for the test icon.
just another oddity: when I supplied LoadIcon with the current window instance no icon showed up, but when I supplied %NULL it did. I don't know why but maybe somebody has come accross the same thing and could tell me why.
Cheers!
I have been able to get an icon on the status bar of a window, however the icon always shows up 32x32 (reallyBIG). Are there any constants that force the icon to show up as 16x16?
I used LoadIcon(%NULL, byval %IDI_APPLICATION) for the test icon.
just another oddity: when I supplied LoadIcon with the current window instance no icon showed up, but when I supplied %NULL it did. I don't know why but maybe somebody has come accross the same thing and could tell me why.
Cheers!
Comment