M Morten Wennevik Aug 24, 2004 #2 Hi meska, Your message and description are conflicting. You can use Hide() or set Visible = false on a form to make it invisible. It would not show in either taskbar or alt-tab. If you want it to be visible using alt-tab you can move the form outside the screen, and move it back when it gets focus.
Hi meska, Your message and description are conflicting. You can use Hide() or set Visible = false on a form to make it invisible. It would not show in either taskbar or alt-tab. If you want it to be visible using alt-tab you can move the form outside the screen, and move it back when it gets focus.
M meska Aug 24, 2004 #3 sorry, missed the NOT word in message somehow hide() and Visible = false shows program in alt+tab. The way i found to hide it is use this.FormBorderStyle = FormBorderStyle.FixedToolWindow; Morten Wennevik said: Hi meska, Your message and description are conflicting. You can use Hide() or set Visible = false on a form to make it invisible. Click to expand... It would not show in either taskbar or alt-tab. If you want it to be visible using alt-tab you can move the form outside Click to expand... the screen, and move it back when it gets focus.
sorry, missed the NOT word in message somehow hide() and Visible = false shows program in alt+tab. The way i found to hide it is use this.FormBorderStyle = FormBorderStyle.FixedToolWindow; Morten Wennevik said: Hi meska, Your message and description are conflicting. You can use Hide() or set Visible = false on a form to make it invisible. Click to expand... It would not show in either taskbar or alt-tab. If you want it to be visible using alt-tab you can move the form outside Click to expand... the screen, and move it back when it gets focus.
R Robert Jordan Aug 24, 2004 #4 meska said: Is there a way in c# to hide program , that it would show in alt+tab ? Click to expand... ShowInTaskbar = false
meska said: Is there a way in c# to hide program , that it would show in alt+tab ? Click to expand... ShowInTaskbar = false