-
Hi there does anyone know where i can get the specificaions for the DBGrid control that is shipped with VB6, i'm trying to create my own grid control that is an extended version of the current one but i don't know what the original one can do!
Thanks, Piers.
-
You can examine the properties and methods of the DBGrid using the object browser. You can try them yourself, there is also a description of most of the properties/methods in the help files....
-
Goto www.apexsc.com, they are the makers of the DBGrid control, on the site you go to the download page, and look for "DBGrid Survival Kit", which is a quite complete reference on all aspects of DBgrid
-
Ok, thanks all that should be a lot of help.