Click here to Skip to main content
15,887,838 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi
I have query. I have a mdi child form. When I run the program, Yes there control (on top of child form is gone because I set to false on these item :- Maximized, shownintaskbar, controlbox, show icon etc.). an empty taskbar appear with an unknown icon on the taskbar.I dont want this taskbar.How to avoid this..kindly help.
Posted
Comments
sofia3 9-Feb-12 8:23am    
is there no any solution or it is a permanent bug...kindly suggest
Richard MacCutchan 9-Feb-12 9:16am    
Where does this taskbar appear?
sofia3 23-Feb-12 23:47pm    
in between mdi parent and child mdi menu
Sergey Alexandrovich Kryukov 9-Feb-12 17:59pm    
Who needs MDI? Just don't torture yourself.
--SA
sofia3 23-Feb-12 23:48pm    
requirement is lyk that...

1 solution

MDI child forms are not shown in the taskbar. By setting false on those properties you effect how the mdi parent is shown in the taskbar.

Good luck!
 
Share this answer
 
Comments
sofia3 23-Feb-12 23:49pm    
i hv already set that false dear..
E.F. Nijboer 24-Feb-12 9:02am    
Have a look at an example and check out how it is done there:
http://www.codeproject.com/Articles/12514/Multi-Document-Interface-MDI-tab-page-browsing-wit
http://www.codeproject.com/Articles/15512/Windows-Forms-2-0-Programming-2nd-Edition-Chapter

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900