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 General Discussion » Process of adding CExtGridWnd in a CExtControlBar class. Collapse All
Subject Author Date
Niranjan Mehta Aug 10, 2006 - 5:40 AM

I am trying to add CExtGridWnd object in a dialog but it fails to add and gives an error.

So can you kindly let me know the process of adding CExtGridWnd in a CExtControlBar class.

Thanks and regards,
Niranjan

Technical Support Aug 10, 2006 - 8:55 AM

We have a very simple sample that shows how to add the grid to a dialog. Please download it from our web site. Once having a dialog with a grid, you can easily add this dialog to a CExtControlbar container window (here is one more sample).

Niranjan Mehta Aug 11, 2006 - 3:01 AM

I went through your code but I want to know which control is added onto the dialog?
Is it Prof-UIS specific activeX control. And if it is how to install it?

Technical Support Aug 14, 2006 - 7:42 AM

The CExtGridWnd class is used in both samples. It is used as a custom control on the dialog template resource in one project. It is created explicitly as a child of the resizable control bar in another sample. CEXtGridWnd is not an ActiveX control.