How to change VB 6 exe icon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • exqaliber
    New Member
    • Oct 2007
    • 1

    How to change VB 6 exe icon

    I have created a project in visual basic 6 and I made the exe file by clicking the command in file menu " Make Exe ........". but the icon represents like a form. Can I change this icon into my own icon?? and how do I do it??
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by exqaliber
    I have created a project in visual basic 6 and I made the exe file by clicking the command in file menu " Make Exe ........". but the icon represents like a form. Can I change this icon into my own icon?? and how do I do it??
    You set the Icon property of one of your forms to the one you want, then in the Make properties, choose that form as the application icon.

    Comment

    Working...