I am using VB6.0 to develop an application where the user must enter data in 5x5 table.
How do I create such a table during runtime?

Recommended Answers

All 2 Replies

From the sounds of it, you need an array, a two dimensional array, but if you must know how to create a table at runtime, you will need to use a create table sql statement...

Good Luck

I think you need to use any of the grid controls.

select any grid from project---> Components

You need to play with some of the properties of the control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.