how to create data grid control in VB6.0
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have to use data grid in VB 6.0 How can I make it and how can I add the columns in it. Thanks in adv..
It's obvious you're new to VB development. I highly suggest abandoning VB6 and move to VB.NET before you learn too many of VB6's bad habits. The control you're looking for is the MSFlexGrid. No, I don't have any tutorials on it because I abandonded all VB6 developement almost 10 years ago.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak