|
-
Aug 24th, 2004, 02:14 PM
#1
Thread Starter
New Member
Adding Save & Load ability to ap.
Hello everyone,
This is my first post on this site, and I just would like to say I am glad I found this place- "will help learning VB a lot easier." 
I am programming a Tic Tac Toe game and would like to add a save load ability to it. However, I am unsure as to how to go about adding this function. I have no idea how to do anything with save/load dialog boxes and am simply wondering where I can learn how to do this. Any articles - or threads that may have information on this would be awesome.
Also, any information as to how to add a save and load ability without dialog boxes would be awesome.
Well, thanks for your time! 
~Achithyn
Software: Visual Basic .NET 2003
Knowledge: Beginner
Thanks for all the help you guys! 
-
Aug 25th, 2004, 06:40 AM
#2
First, think of a format in which you are going to save the tictactoe grid. Off the top of my head, I'd say an array, which can hold only one of three values: X, O, <NULL>
Use the Open/Save dialog box in the toolbox to the left for saving your files.
-
Aug 25th, 2004, 12:02 PM
#3
Thread Starter
New Member
Hey mendhak,
Could you direct me to an article where I can learn more about this? After looking around, I found that what I should be looking for is File Input and File Output. So, if there are any articles or threads already on how to do this, that would be great. Thanks!
~Achithyn
Software: Visual Basic .NET 2003
Knowledge: Beginner
Thanks for all the help you guys! 
-
Aug 25th, 2004, 11:32 PM
#4
-
Aug 26th, 2004, 09:31 AM
#5
Thread Starter
New Member
Purely awesome m8,
Thank you for the help. 
~Achithyn
Software: Visual Basic .NET 2003
Knowledge: Beginner
Thanks for all the help you guys! 
-
Aug 26th, 2004, 11:33 PM
#6
No probs. Come back when you get stuck somewhere.
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
|