Click to See Complete Forum and Search --> : Urgent problem,How to develop a grid ActiveX control?
carrot
April 9th, 1999, 08:26 AM
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.
April 11th, 1999, 06:18 PM
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?
carrot
April 11th, 1999, 08:25 PM
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.
April 11th, 1999, 08:48 PM
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.
April 12th, 1999, 12:04 PM
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.
April 13th, 1999, 02:27 AM
I have used the control TrueGrid for VC++ 5.0 form www.apexsc.com.
This has the row/col lock capability you need.
- Rajaraman
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.