Ara,

It should work fine, regardless of whether or not VB is installed on the PC
- the correct key will be created by your VB application.  However, if you
want to set a specific key, look at the 'setup1' project that comes with VB
(at least it does with my VB5 - 'Program Files\DevStudio\Setupkit\setup1')
which contains all sorts of valuable API code including that for setting and
reading registry keys.

Richard Burkmar.

-----Original Message-----
From: G E O I N F O [mailto:[EMAIL PROTECTED]]
Sent: 11 June 1999 05:38
To: Mapinfo-l; Emmanuel Par�; Bill Thoen
Subject: Re: MI VB6


Hello ALL...,

>From what I have done:

  -: savesetting (to save) and
  -: getsetting (to read)

these are the result in the root
   -> HKEY_CURRENT_USER\Software\VB and VBA Program Setting\MyDev\Path
      key = "C:\"

My concern is if this application has been compiled and installed in any pc
that has no VB6 - it won't work - since we would likely need to install in
several pc station.

What I need is:

   -> HKEY_LOCAL_MACHINE\Software\MyDev\path
      key = "C:\"
so I do not need to be dependent to the VB6 exixtence and with this command
I will be able to change the key register of an application program that has
been registered in the root - HKEY_LOCAL_MACHINE\Software

...
...
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to