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

    Icon How to Question

    I have written a program in VB6 that is a command line program (no form). I went into the resource editor and added a icon but when I compiled the program the icon was still the default icon. All I want to do is have a different icon than the default. Can anyone explain how I can change the default icon?

  2. #2
    Join Date
    May 2007
    Posts
    2

    Re: Icon How to Question

    Apparently, my problem was the fact that I didn't have the icon named "appicon" in the resource list. Once I did that it worked.

  3. #3
    Join Date
    Sep 2005
    Location
    Delhi, INDIA
    Posts
    237

    Re: Icon How to Question

    First of all Welcome to Codeguru !

    and thanks to god, you solved ur problem on ur own....gud !

    BYe!
    I'M BACK AGAIN !!
    -------------------------------------------------------------------------
    enjoy the VB !
    If any post helps you, please rate that.
    Always try to findout the Solutions, instead just discussing the problem and its scope!

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