Creating child windows using mainframe pointer in an MDI application
-
Hello, My problem is I want to create child windows of user defined sizes in the MDImainframe window once it shows and show various documents in them, so I required some help regarding how to create a MDI child winodw or get the MDI child window pointer to create it? May be a similar example. Please help.:confused: Software Developer Sanjay Khapre -- modified at 1:25 Friday 31st March, 2006
-
Hello, My problem is I want to create child windows of user defined sizes in the MDImainframe window once it shows and show various documents in them, so I required some help regarding how to create a MDI child winodw or get the MDI child window pointer to create it? May be a similar example. Please help.:confused: Software Developer Sanjay Khapre -- modified at 1:25 Friday 31st March, 2006
SanjaySMK wrote:
My problem is I want to create child windows of user defined sizes in the mainframe window and show various documents in them, so how to create or get the MDI child window pointer? Please help.
Using
GetActiveFrame()
get a pointer to the active frame. Next useGetWindow
to traverse through all siblings of the frame window.
Nibu thomas Software Developer