Q: 
Create a grid without accessing to the database.

I'm recently writing a VB program for a golf driving range, and i'm having
trouble drawing a grid to show which bay is availalble on a specific time.
Does the VB grid have to access a database?? if not how could i draw the
grid and how to access to a specific cell on the grid??  

claikiller; claikiller@mail.forenet.com

A: Alternative grid On the site is an example about using a grid without linking it to a db. But the common control on VB is very limited. I use now a days controls from farpoint. Here you can easily control a certain cell an many propertys. You could check my site for the example but I would recommend getting the demo version form farpoint and take a look at that control. I think in the end you will be better off... Return