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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top