Results 1 to 5 of 5

Thread: Icons

  1. #1

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Hi
    How do i change the default icon of vb when i compile a project to exe?

    Thanks in advance

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Location
    St-Élie d'Orford, Quebec, Canada
    Posts
    133
    Hi,

    in VB5 it's MENU PROJECT PROPERTIES -> MAKE tab -> Icon...


    If you meant Icon of a FORM, it's in the FORM's Icon property...

  3. #3

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Thanks for the replay vince
    I tried the MENU PROJECT PROPERTIES -> MAKE tab -> Icon

    But there arent any option for me to change the basic default icon

  4. #4
    Addicted Member
    Join Date
    Jul 1999
    Location
    St-Élie d'Orford, Quebec, Canada
    Posts
    133
    What do you mean by BASIC DEFAULT ICON ? Do you mean you want to change the DEFAULT ICON for each new project in your VB editor ? This I don't know if it's possible...


  5. #5
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    take a form in the project
    set its icon property to what icon you want
    go to Project>Properties>Make tab>Icon as CoMMiE said
    select the form from above in the dropdown list
    hit ok

    if you want more than one icon in your exe:
    add a new resource file to the project
    add the icons you want to that resource file
    compile the exe
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width