Change the icon of a VB6 application
valou
-
lianoos -
lianoos -
Hello,
Can someone tell me how to customize the icon of a VB6 project (not .net, the good old VB6)
To be clearer (well, I’ll try ;o) ): when I install the setup of my application, there is a default icon that appears in the drop-down menu. It is this icon that I would like to customize.
Thank you,
Valou
Can someone tell me how to customize the icon of a VB6 project (not .net, the good old VB6)
To be clearer (well, I’ll try ;o) ): when I install the setup of my application, there is a default icon that appears in the drop-down menu. It is this icon that I would like to customize.
Thank you,
Valou
Configuration: Windows XP Internet Explorer 7.0
4 answers
-
The cleanest probably:
https://support.microsoft.com/en-us/help/291569 -
Hello
I have VB5 but it should be the same
For each Form, you have an Icon property that allows you to customize the icon.
In the project properties, under the Compile tab, in the Application frame, you choose the Form whose icon will become that of the application. -
And if it's a project without a Form, just modules (.bas), is there a simple solution other than creating an unnecessary form?
-