Using RayOks okSocket I started experimenting with InSim for the first time and actually managed to do stuff, very easy to use
Problem is I can't remember all that much about Visual Basic since I finished Higher Computing at school 2 years ago, so this may sound like a very basic question and hopefully is
Problem I've got is I want to keep tabs on drivers laps. Now how I was planning on doing it is basically recording every PlayerLap so everytime they crossed the line I'd add a lap to their total. My problem is I don't quite know the best way to do this. I can manage it just fine tracking one user but don't really know what to do with more than that as I need to store it somehow.
I was thinking a database might be the best solution but haven't done database stuff in visual basic before. Would it be feasible to write/read to a .txt file on the fly? Wasn't sure how easy it would be to use the drivers name to find out the amount of laps they'd done ... Doesn't really have to be anything fancy, as long as it works
Thanks & Merry Xmas
Keiran
Problem is I can't remember all that much about Visual Basic since I finished Higher Computing at school 2 years ago, so this may sound like a very basic question and hopefully is
Problem I've got is I want to keep tabs on drivers laps. Now how I was planning on doing it is basically recording every PlayerLap so everytime they crossed the line I'd add a lap to their total. My problem is I don't quite know the best way to do this. I can manage it just fine tracking one user but don't really know what to do with more than that as I need to store it somehow.
I was thinking a database might be the best solution but haven't done database stuff in visual basic before. Would it be feasible to write/read to a .txt file on the fly? Wasn't sure how easy it would be to use the drivers name to find out the amount of laps they'd done ... Doesn't really have to be anything fancy, as long as it works
Thanks & Merry Xmas
Keiran