Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridWnd with MDI Collapse All
Subject Author Date
Claudiu Tanasescu Mar 23, 2010 - 1:06 PM


How use CExtGridWnd with MDI ?

You can help me with a easy sample project with how to use grid controls(prof-uis) in the MDI applications(created without prof-uis wizard ) ?

Exist a tutorial with this topic?

Technical Support Mar 23, 2010 - 2:01 PM

If you are not using the MFC’s document/view architecture, then you can create a CExtGridWnd as a child of the MDI child frame window. This grid control will play a role of the view window.
If you are using the MFC’s document/view architecture, then you can create a CExtGridWnd as a child of the view window. You will need to resize the grid control and pass the focus from the view window manually in this case. Please take a look at the following test project:

http://www.prof-uis.com/download/forums/MDIGridTest.zip

Claudiu Tanasescu Mar 25, 2010 - 10:45 AM

thks!