Giving a form focus

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hi

When minimising my app in Win98SE no button appears on the taskbar until I
manually switch to the app using ALT + TAB.
Is there a way of ensuring that the icon is visible in the task bar always.
I see this also when running my app from teh develpoment studio - Visual
C#.Net

TIA

Tony
 
Hi Tony

To see you application in the taskbar, you need to set the ShowInTaskbar property of the form to true

http://msdn.microsoft.com/library/d...temWindowsFormsFormClassShowInTaskbarTopic.as

Hope this helps..

Regards
Madh

MVP | MCSD.NE

----- Tony wrote: ----

H

When minimising my app in Win98SE no button appears on the taskbar until
manually switch to the app using ALT + TAB
Is there a way of ensuring that the icon is visible in the task bar always
I see this also when running my app from teh develpoment studio - Visua
C#.Ne

TI

Ton
 
Back
Top