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
Printable View
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
It also depends on BorderStyle property. Only for few styles 1 & 2 it shows the form's name & icon in the task bar.
RK
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.