CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    9

    Application Icon (how do I change it)

    Does anyone know how I can change the icon that appears in the desktop shortcut to a VB app when it is installed?

    I thought perhaps changing a line in setup.lst would do the trick, but it's not at all obvious which line.


  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Application Icon (how do I change it)

    Change the icon property of your main form.


  3. #3
    Join Date
    Mar 2001
    Posts
    9

    Re: Application Icon (how do I change it)

    Excellent! It worked perfectly.
    Somehow I think I was missing the easy solution....


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

Featured