Changes

Jump to: navigation, search

Visual Basic and Forms

9 bytes added, 20:23, 18 July 2007
Stopping a Form from Appearing the Windows Taskbar
By default every form in an application is shown in the Windows desktop taskbar when it is created. Whilst this is acceptable for a small application consisting of one or two forms, it is unlikely that you would want every single form to appear in the taskbar.
To prevent a form from appearing the taskbar simply set the ''ShowInTaskbar'' property to ''False''.

Navigation menu