This might be a stupid question, but I'm new to VB, so help me out. How do I get the EXE to have a different icon than the default icon?
Printable View
This might be a stupid question, but I'm new to VB, so help me out. How do I get the EXE to have a different icon than the default icon?
You need to add a resource file to your project and then just add all the icon that you want it to be a choice after you compile your project to EXE file.
As normal, you right click your mouse and chose properties than you'll see all those icon that you've added in the resource file.
Cheers!
When you choose Make EXE, press the Options button and from the Icon ComboBox there are different Icons that in in your App and you can choose any of them to be the standard.