How to use activex control MSFlexGrid? I have to use that control in CView
How to do that?
Printable View
How to use activex control MSFlexGrid? I have to use that control in CView
How to do that?
Select CFormView as the base class for your new project. Add Microsoft remote data control and MSFlex grid to the project. Drop datacontrol to the dialog opened in your project. Set properties to a valid datasource. Then drop MSFlex grid. Set its datasource as the remotedata control. If you want to add a new view, choose the base class as CFormView.