VB Registry functions- it can be worked after installing .exe another machine..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prakashsakthivel
    New Member
    • Oct 2007
    • 57

    VB Registry functions- it can be worked after installing .exe another machine..

    Hi Members


    I have some doubts relating Registry functions.
    I used savesettings, Getsettings, Deletesettings in my project
    Values are stroed in
    HKEY_CURRENT_US ER\SOFTWARE\VB and VBA Program Settings\Appnam e)

    Working fine.

    After complting application and installing another machince(not vb in this machine) whether Are these functions are working fine or not.

    that means usually values are stored under VB and VBA Program Settings.
    that's why I wanted to clear this doubt.

    Regrads

    Prakash
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Yes that will work in any other machine in which the application is installed.

    Comment

    • prakashsakthivel
      New Member
      • Oct 2007
      • 57

      #3
      Originally posted by debasisdas
      Yes that will work in any other machine in which the application is installed.

      Ok fine
      That's what I want

      Reagrds

      Prakash.s

      Comment

      Working...