How would I go about putting an icon/picture for and exe file instead of that plain old blue/white dos screen pic? You know, like they do on commerical programs. I'm running MSVC 6.
Thanks![]()
This is a discussion on Creating an icon for an executable within the C++ Programming forums, part of the General Programming Boards category; How would I go about putting an icon/picture for and exe file instead of that plain old blue/white dos screen ...
How would I go about putting an icon/picture for and exe file instead of that plain old blue/white dos screen pic? You know, like they do on commerical programs. I'm running MSVC 6.
Thanks![]()
in the WNDCLASS or WNDCLASSEX structure there is a param hIcon and hInconSm, just set that equal to your custom icon resource number, or call LoadIcon look it up for more info
"only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein