Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basic Grid

Status
Not open for further replies.

ogri

Programmer
Joined
Sep 26, 2000
Messages
74
Location
GB
Hi

I want to sort out an application for viewing old mainframe 3270 screens in VB, specifically for checking the various BMS map controls.

What I need is a very basic grid. No title lines, no selection of columns (although multiple cell selection would be good), not bound to any data control, cell width and height to be set, cell background colour to be changeable and able to display test (really just a single text character)

Any suggested controls?

In theory I could do it with a control array of text boxes, but not sure how VB is going to like 3000+ text boxes on screen at once

All the best

Keith
 
Try the MSFlexgrid - I think it's really good
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top