fabulous Level: VB Guru

 Registered: 03-08-2002 Posts: 439
|
New Download: ShowInTaskBar behavior at runtime in VB.OLD
New download available:
ShowInTaskBar behavior at runtime in VB.OLD
Description:
VB.NET allows you to change the ShowInTaskBar property at runtime unlike VB.OLD unless you run this code.
This would be good to have in MDI Child forms that can change this behaviour according to user preferences. To see the code work, set the property to true. The code removes it when you load the form. It will be up to you to decide whether or not you run this code (hide) or not (show the button) according to a registry setting or something.
Happy coding.
|