Well, obviously you need to cast it to a HICON
Printable View
Well, obviously you need to cast it to a HICON
Thanks :D ..I just needed a kick in the right direction
Solution:
hIcon =(HICON) LoadImage(NULL, "C:\\winprog\\pMenu2\\menu_two.ico", IMAGE_ICON, 32, 32, LR_LOADFROMFILE);
hmm :D
Yep, sometimes you can read it directly out of the error message :D