I want to generate a grid on a form in vb6 of buttons. I'm working on a reservation so I would assume generating buttons for each selection (e.g. A1, E7, etc.) would be the way to go.
However, I have not been able to figure out how to accomplish this.
I'm working on a seat reservation system. So I would want the grid to be generated from the number of seats inputted via a database (shouldn't really matter, but what the hay).
So for example if the total number of seats was 100, I would want the form to generate a 10x10 grid of buttons. When one of the buttons is clicked (each one being unique), I would be able to reserve them by modifying/adding the seat to the reserved table in a database.
Been trying to find solutions all over the place but it seems there isn't a fix answer to this in VB6.