Registry question

BlitzMax Forums/BlitzMax Programming/Registry question

Ked(Posted 2008) [#1]
Can someone show me how to have a program start on startup by placing a key in the registry?


Dreamora(Posted 2008) [#2]
put it in the run folder within the registry.
but any even minimal protected system won't allow that to anything else than an installer and as the user to allow it.


Ked(Posted 2008) [#3]
I thought that there was BMX code around here somewhere that showed you how to do this.


Ked(Posted 2008) [#4]
Nevermind. I got it working. Thanks though.

PS: I mean I know how to do it. Haven't tried to though.


xlsior(Posted 2008) [#5]
Read & write to the windows registry:

http://www.blitzbasic.com/codearcs/codearcs.php?code=1991

Tip: It's a whole lot easier to search old postings on the forum by using google instead of the forum's built-in search funcationality.

Just make sure to add the following to your search string, and you'll be limited to matches on this site:

site:blitzbasic.com


Ked(Posted 2008) [#6]
xlsior: I got that part, I just wasn't sure where to create the key.