Login Register


[C#] Virtual21 - 21 Game Simulator filter_list
Author
Message
RE: [C#] Virtual21 - 21 Game Simulator #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

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? ~~

Reply





Messages In This Thread
RE: [C#] Virtual21 - 21 Game Simulator - by Bish0pQ - 09-23-2016, 12:17 PM



Users browsing this thread: 1 Guest(s)