Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pinology

Pages: [1]
1
QB64 Discussion / registry keys
« on: October 26, 2018, 12:08:49 am »
does anyone know how to read a couple of registry keys that had my program place there using a .bat file shell.  but now how do I have it read them back. I want to be able to input the values I placed there into my qb64 program as a variable.  Any ideas would be greatly appreciated

2
QB64 Discussion / Random Access Files
« on: August 28, 2018, 03:50:57 pm »
i'm writing a program that keeps stats for my game.  I created a random access file and it worked great for two players when I created the file with the two records manually.  So now I know its only a couple lines but what do I have to add to have it add user input name$ and have it check to see if the name already exists and create a new record if it doesn't

Pages: [1]