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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can a Grid be accessed like a Listbox? 1

Status
Not open for further replies.

Skorkpup

Programmer
Feb 17, 2005
11
I have created a very simple program in VB6 that takes numbers entered into text box's, turns them into variables, makes calculations, and displays everything in a list box. I can select a line and delete it. I can save my list to a file. Everything reloads at program startup. It works great, but looks bad. I want my results to be displayed more orderly. Something resembling the check book in Microsoft Money.
A nice neat grid that can delete rows, and the code is simple, short and sweet like a Listbox. I have tried to understand Microsofts Help from their reference library but its useless for my little program. Any ideas, and or snippets of code would be greatly appreciated.

 
Do a search for the Listview Control.



Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top