Help
-
how to create a window which will reside inside MDI frame other than views.. for example: can i create a dialog inside MDI Frame window , which will reside in it.PLz help
-
Thanks for replyin.. i have tried it ... but when i move my MDI frame it doesn't move along with it.. it gets out of MDI frame area... i want it inside the frame..
A dialog box will have a different frame. Better create new Window being child of the active one. Diference between Modal and NonModal is if you are allowed to make another things while the dialog is active, but has nothing to do with your question.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson ;)