LordRaiden
Banned
I'm looking for the easiest way to create a grid formatted output without using a database.
I've looked at using MSFlexGrid, but from reading the manual on it, it appears I need to have an access database behind it to make it work. I don't need that and really don't have any way to create that with my program. All I have is a simple text file that the program imports data from and I'd like to display it in a grid fashion if possible.
The simple format I'm thinking of is 3 columns wide, and as many rows as is needed. I could do this with a listbox, but I think that using a simple grid display would look much nicer. Anybody got any good suggestions?
Also, the easier this would be to implement, the better for me since I'm new to doing this type of coding. Thanks.
I've looked at using MSFlexGrid, but from reading the manual on it, it appears I need to have an access database behind it to make it work. I don't need that and really don't have any way to create that with my program. All I have is a simple text file that the program imports data from and I'd like to display it in a grid fashion if possible.
The simple format I'm thinking of is 3 columns wide, and as many rows as is needed. I could do this with a listbox, but I think that using a simple grid display would look much nicer. Anybody got any good suggestions?
Also, the easier this would be to implement, the better for me since I'm new to doing this type of coding. Thanks.