i used to program in delphi, and there is a "database grid control" i want to ask if theres as such in VB? A want a grid that is connected to a database and its property should be "read only"
Printable View
i used to program in delphi, and there is a "database grid control" i want to ask if theres as such in VB? A want a grid that is connected to a database and its property should be "read only"
You do get a DBGrid and a FlexGrid with VB which (if you only want it read only) should suffice. Look under PROJECT / COMPONENTS for "Microsoft DataGrid Control" and "Microsoft FlexGrid Control".
However, if you want a grid that allow read/write, context-sensitive formatting etc etc etc - look at Apex TrueDBGrid (www.apexsc.com)