CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    How to use MSflexGrid



    How to use activex control MSFlexGrid? I have to use that control in CView

    How to do that?

  2. #2
    Guest

    Re: How to use MSflexGrid

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured