|
-
Feb 5th, 2005, 04:58 PM
#1
Thread Starter
New Member
Not sure if this is possible, please help...
Hey,
I'm trying to make a monster database for a game I play. I have the form made the way I want it. I just want to have my program load the text file, and diplay the info when I click on different monsters.
I want the text file to be in this kind of format:
monstername,hp,attack,defence,
and so on. The first column, monstername, I want to have put into a ListBox, and the rest into seperate text boxes. When I click on the monster in the ListBox, I want it to read the rest of that line, and put the right fields into the right text boxes, and when I click on another monster in the list, it'll read that line in the text file and plalce the right things into the right text boxes.
I want to know, is this possible? and how?
thanks in advance
-
Feb 7th, 2005, 01:51 AM
#2
Re: Not sure if this is possible, please help...
Store the info in the text file as comma separated values.
The connection string would be:
http://www.able-consulting.com/MDAC/...CDriverForText
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|