I know how to change your form icon on the taskbar, but is there any way to change the default icon that VB6 assigns to your exe file when you compile it?
Printable View
I know how to change your form icon on the taskbar, but is there any way to change the default icon that VB6 assigns to your exe file when you compile it?
you have to select a icon, in the properties of the form (in the list is a entry "icon") then you have to change the properties of your project.
you can change the name of your app (the name you see if you press ctrl+alt+del) and you can select, which icon (from a form) you want to assign with you app.
hope this helped
aj_cool_