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

    Urgent problem,How to develop a grid ActiveX control?

    Who can tell me how to develop a grid ActiveX control, it can bind a Data control or send me some source code.Thank in advance.

    Please we can improve our program ability together.

  2. #2
    Guest

    Re: Urgent problem,How to develop a grid ActiveX control?

    This may be silly answer, but why do you want to develop one. Why not buy one. You can get trial versions of many different ones in the internet, such as GridWiz, InaGrid, Objective Grid, XGrid. Are your requirements really so specific that you can't use one of these?


  3. #3
    Join Date
    Apr 1999
    Posts
    7

    Re: Urgent problem,How to develop a grid ActiveX control?

    Thank someone response to me. But my user give me the following requirements: In Intranet environment, it can insert,delete modify data into a table, when it uses vertical scrollbar, the first row can not be moved; when it users horizontal scrollbar, the first column can not be moved. who can tell me which ACtiveX control can meet these requirements?

    Please we can improve our program ability together.

  4. #4
    Guest

    Re: Urgent problem,How to develop a grid ActiveX control?

    I hate to keep beating a dead horse but if it is just a grid control that you need and you need the ability to freeze certain rows and columns then maybe you should take a look at Objective Grid. We use it for commercial development and are relatively pleased with its performance. It comes with full source code and integrates very nicely into visaul c++. The website is www.stingray.com. The grid even comes with its on MFC classes that will help you to control it in code as well as a designer so that you can draw an initial layout and then load it into your dialog.

    I hope this helps.



  5. #5
    Guest

    Re: Urgent problem,How to develop a grid ActiveX control?

    I would SERIOUSLY consider purchasing the Stingray ObjGrid7.0 library, as opposed to writing one from scratch. If that is not an option, than I would
    look at leveraging the ListView common control.


  6. #6
    Guest

    Re: Urgent problem,How to develop a grid ActiveX control?

    I have used the control TrueGrid for VC++ 5.0 form www.apexsc.com.
    This has the row/col lock capability you need.
    - Rajaraman


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