
06-27-2012, 05:01 PM
|
|
Newcomer
|
|
Join Date: Feb 2012
Posts: 1
|
|
Hiscores Of A game
|
Hello VBers i would like to save the hiscores of my game inside the .exe file not to other file and NOT TO REGISTRY (example: like .txt file you open it, you do your job and save) and not saving hiscores on the web.
And if i put the .exe file on another computer to see the hiscores.
I know the resource files are stored inside the .exe. I was thinking like this:
1. Play the game, win 100 points.
2. Game will save "100" to .txt file in the .exe's folder
3. .txt file is added to the .exe resourses
4. delete .txt file from the .exe's folder
i am stuck at the part 3 i am thinking like the same way you add a file to the resourses but this time you won't use Visual Basic6 to add it, you will use your own program to add the fie to the resourse inside the .exe
|
|