Icon question
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I just wrote a program and was wondering how to change the appearance of the exe file in the start menu such as adding an Icon. BINARY
-
I just wrote a program and was wondering how to change the appearance of the exe file in the start menu such as adding an Icon. BINARY
Hye Right click on the project and go to properties. In the build option you can change the icon. As far the links in Start menu are concerned. Add a deployment project. and create a short cut in User Program menu for your output exe. and in the short cut properties you can change the icon. cheers....