Subject: Preventing an MDI form showing on the task bar.
 
Question:
I am using Visual Basic 5 and 6.

I am writing a standard EXE MDI program. I have set the program to have an icon in the taskbar. I now want to prevent the MDI itself from showing in the taskbar but I can only find references to stopping the child windows from showing, not the MDI itself.

Can you help?
Thanks
 
Answer:
The answer is very simple, just set the ShowInTaskbar property of the form to False.
 
 
Home Page  - Categories - Forms - Visual Basic Form Validation
Copyright 2002 All rights reserved to vb4all.8m.net
 
* By clicking the 'Click here' link you agree to our downloading terms.