|
-
Sep 29th, 2000, 07:11 AM
#1
Thread Starter
Frenzied Member
how can i write to registry,i know there's exemple at Vb Square but i don't really understand it.What i do to put my program in the registry.
-
Sep 29th, 2000, 07:26 AM
#2
Frenzied Member
I'm sorry but
What i do to put my program in the registry.
You can't put your program in the registry, but you can save data for your program in the registry (height, top, last 10 opened documents etc.)
Is that what you want?
look at the kedaman's site: http://www.kedaman.com
He has a good registry module with some examples.
have fun
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Sep 29th, 2000, 07:36 AM
#3
Thread Starter
Frenzied Member
but........
You know what i mean by >putting my program in the registry.
But if i don't want to save setting, what is the use of writting to the registry. Is it fundamental to write to the registry if i install my program????????/
-
Sep 29th, 2000, 07:41 AM
#4
Frenzied Member
You know what i mean by >putting my program in the registry.
Obviously I didn't.
If you don't want to save data then there's no need for the registry.
It's fundamental for the installing of the prog I think, but the installer you use (P&D Wizard? or InnoSetup, well almost any installer) will do that automaticly for ya.
The registry can be handy for doing some tweaking (changing the webbrowser home address, putting your program in the context(right-click)menu of a specific file/folder).
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Sep 29th, 2000, 07:46 AM
#5
Thread Starter
Frenzied Member
ya but.......
OK it's fundamental, the installer will write to registry. But what is it that they write.
Cuz i'm doing my own setup program(cuz i needed to give the user the choice of witch application to install, i have 8 of them and so far i can gather all the information depending on what the choose, but i need to know if i have to write to the registry,and if yes what to write)
-
Sep 29th, 2000, 07:55 AM
#6
Frenzied Member
Open DRIVE\PATHTO\DevStudio\VB\setupkit\setup1
project and look what they write to the registry,
and use this: http://www.vb-world.net/articles/customsetup/ as guideline.
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|