Change the icon of a VB6 application

valou -  
 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
Configuration: Windows XP Internet Explorer 7.0

4 answers

  1. le père
     
    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.
    2
  2. lianoos
     
    And if it's a project without a Form, just modules (.bas), is there a simple solution other than creating an unnecessary form?
    2
  3. valou
     
    Ha, GREAT Dad ;o))) and how quick!
    Thanks for the info, I'll try that this weekend! :o))))
    1