RE: [C#] Virtual21 - 21 Game Simulator 09-23-2016, 12:17 PM
#2
Looks pretty good already, would be interesting to see how this turns out.
For what you asked and saving the data, you could link to an online Access or SQL database?
Or you can create a directory in the same directory as the file is ran from. I don't know what it is exactly in C# but in VB.NET it would be
For what you asked and saving the data, you could link to an online Access or SQL database?
Or you can create a directory in the same directory as the file is ran from. I don't know what it is exactly in C# but in VB.NET it would be
Code:
Dim strStartupPath as String = My.Application.Info.DirectoryPath & "\Foldername\"
If Directory.Exists(strStartupPath) = True Then
'## Do something
Else
Directory.Create(strStartupPath)
End if
~~ Might be back? ~~












![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)