In this step, the application's main dialog class is modified to include member variable of our derived grid class.
Open DlgGridDlg.h.
Add the following two lines to the public section of the CDlgGridDlg class declaration:
// Grid window CMyGridWnd m_wndGrid; |
Save and close DlgGridDlg.h
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.