I tried but can only display standard icon by this:
........
SetIcon( LoadIcon( NULL, IDI_ASTERISK), TRUE );
........
when I changed it to my icon:
SetIcon( LoadIcon( NULL, MAKEINTRESOURCE(IDI_ICON1)), TRUE );
nothing is display there. why?
Thanks lot.




Reply With Quote