CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: icon problem

  1. #1
    Join Date
    May 1999
    Posts
    14

    icon problem

    hi
    what should i do to show the icon in the task bar . The statement

    show in task bar does not show the form icon.

    thanks,
    jagdish




  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: icon problem

    It also depends on BorderStyle property. Only for few styles 1 & 2 it shows the form's name & icon in the task bar.

    RK

  3. #3
    Join Date
    Mar 2000
    Posts
    9

    Re: icon problem

    You have to set the form property "ShowInTaskbar" to True, then at the "Icon" property of the form you choose an icon that you want to be displayed on the task bar when your application is running.
    It should work, I tryed it.
    Pnq.


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