Results 1 to 6 of 6

Thread: registry

  1. #1

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    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.

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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.

  3. #3

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606

    Post 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????????/

  4. #4
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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.

  5. #5

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606

    Unhappy 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)

  6. #6
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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
  •  



Click Here to Expand Forum to Full Width