Can I get in to the Win Register with VB????
Printable View
Can I get in to the Win Register with VB????
Whatcha mean exactly ?
Make reg. keys in the registration db ?
Cheers!
Yes, you can. Do you have a more specfic question? :)
I'm making a game, I want to get in to the windows reg. to see of this is an elegal game, where the game is, where to get the sound ect. from.
Do you know which keys you want to read? You can use the Shell object in the Scripting runtime to easily read/write/delete registry keys, data, and values.
If you are writing your own keys, then it's even easier to use the GetSetting, SaveSetting, and DeleteSetting functions.
Are you reading and writing your own keys, or reading exisiting keys?