R
rosty
MS VC# Version 7.1.3088
MS .NET Framework 1.1 Version 1.1.4322
I create a form and set its FormBorderStyle to FixedToolWindow. MSDN says
that it's a :
"A tool window border that is not resizable. A tool window does not appear
in the taskbar or in the window that appears when the user presses ALT+TAB."
While it doesn't appear when pressing ALT+TAB, it is still present in the
task manager. ( I assume that taskbar and task manager are the same thing).
I still have to change form's ShowInTaskBar to false if i want it to show
in the task manager.
Is it an error in the MSDN?
MS .NET Framework 1.1 Version 1.1.4322
I create a form and set its FormBorderStyle to FixedToolWindow. MSDN says
that it's a :
"A tool window border that is not resizable. A tool window does not appear
in the taskbar or in the window that appears when the user presses ALT+TAB."
While it doesn't appear when pressing ALT+TAB, it is still present in the
task manager. ( I assume that taskbar and task manager are the same thing).
I still have to change form's ShowInTaskBar to false if i want it to show
in the task manager.
Is it an error in the MSDN?