Click to See Complete Forum and Search --> : icon problem


Jagdish Krishnan
September 27th, 1999, 12:37 PM
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

Ravi Kiran
September 27th, 1999, 11:07 PM
It also depends on BorderStyle property. Only for few styles 1 & 2 it shows the form's name & icon in the task bar.

RK

Pnq
March 17th, 2000, 02:28 AM
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.