Windows Develop Bookmark and Share   
 index > Windows Forms General > "Alt+TAB" Form Problem
 

"Alt+TAB" Form Problem

Hi!

i have a form, let say SysTrayForm, wich initialize a new instance of NotifyIcon. I want to make SysTrayForm invisible, but i'm having a problem with it. After disablingthe options, i still see it when a hit "Alt+TAB" in keyboard. Here are some properties:

SysTrayForm.ControlBox = false;

SysTrayForm.Enable = false;

SysTrayForm.FormBorderStyle = none;

SysTrayForm.Opacity = 0%;

SysTrayForm.ShowIcon= false;

SysTrayForm.ShowInTaskbar = false;

I'm using C#. What am i missing?

Thanks!

Jonathan.

Jonathan Veron  Saturday, April 07, 2007 11:12 PM

Hi,Veron

Look at this thread ,this question has been appeared before.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=592747&SiteID=1

Hope it helps.

Regards.

Gavin Jin - MSFT  Monday, April 09, 2007 5:19 AM

Hi,Veron

Look at this thread ,this question has been appeared before.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=592747&SiteID=1

Hope it helps.

Regards.

Gavin Jin - MSFT  Monday, April 09, 2007 5:19 AM

You can use google to search for other answers

Custom Search

More Threads

• Label disabled color woes
• Make a form looks like active even deactivated.
• TreeView2 with Check boxes
• Catch a click outside the form
• wsdl.exe.... sounds great... but WHERE IS IT???!??!
• problem with tabpages in tabstrip
• License agreement dialog box
• TextBox text cursor location
• Image list set by Win32 API calls for ListView
• Resize controls vb.net