MDI Parent + Child
-
Hi, Can Anybody guide how to create MDI Parent Child Relation in Vb.Net 2005, through Coding. If I Minimize the Child Form, I Want the Child Form to be minimised and placed in bottom of Parent Form. Also Can anybody how to fix a form in window, I don't want to Move it by dragging from one place to another. Thanks & Best Regards, Noor.
Noor
-
Hi, Can Anybody guide how to create MDI Parent Child Relation in Vb.Net 2005, through Coding. If I Minimize the Child Form, I Want the Child Form to be minimised and placed in bottom of Parent Form. Also Can anybody how to fix a form in window, I don't want to Move it by dragging from one place to another. Thanks & Best Regards, Noor.
Noor
Noor, Strangely enough, I just wrote an article using an MDI application to show off Vista's speech recognition features. I think it will show you how to do what you need (though I don't fully understand your third question). http://www.codeproject.com/useritems/Vista_Speech_Recognition.asp[^] There are two C# projects in the downloadable source. The first, Textpad, will run fine in Windows XP. Speechpad, the second project included, only compiles in Vista. However, everything you need should be in the first project. Just read through the first half of the tutorial (which I was worried wouldn't be useful to anybody, by the way -- thanks for proving me wrong!) and you should be in good shape. James