Click to See Complete Forum and Search --> : How to use MSflexGrid


Devendra
April 1st, 1999, 04:10 AM
How to use activex control MSFlexGrid? I have to use that control in CView

How to do that?

April 15th, 1999, 11:43 PM
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.