Reg key type
  Home FAQ Contact Sign in
microsoft.public.access.devtoolkits only
 
Advanced search
POPULAR GROUPS

more...

microsoft ... devtoolkits Profile…
 Up
Reg key type         


Author: Zoli
Date: Apr 8, 2008 04:16

Hi,
I would like to add registry keys in Access Developer Extensions to my appl.
It's described in http://msdn2.microsoft.com/en-us/library/bb501030.aspx very
well, but I can't set registry key type because type field is missing on
third page. (?!) (I can see only for fields: Root, Key, Name and Value)

Plase help me, how I can set Registry Key type in this case!
(Do I have to write VBA code to set it?)

Zoli
5 Comments
Re: Reg key type         


Author: Albert D. Kallal
Date: Apr 8, 2008 07:35

You don't actualy "set" the type, it based on how you enter the data:

eg:

ROOT:Local Machine
Key: SOFTWARE\Microsoft\Jet\4.0\Engines
Name:SandBoxMode
Value:#00000002

ROOT:Local Machine
Key: Software\Microsoft\Office\11.0\Access\Security
Name:Level
Value:#00000001

Note how the "#" before the number represnets REG_DWORD

The data types are outlined here:

http://msdn2.microsoft.com/en-us/library/aa371168.aspx

we see:

Prefix #x
The value is interpreted and stored as a hexadecimal value
(REG_BINARY).
Show full article (0.79Kb)
no comments
Re: Reg key type         


Author: Zoli
Date: Apr 8, 2008 23:16

Thank you very much for your help! It was very usefull for me. I have been
looking for this information for hours but couldn't find the article you
mentioned.

Z

"Albert D. Kallal" wrote:
> You don't actualy "set" the type, it based on how you enter the data:
>
> eg:
>
> ROOT:Local Machine
> Key: SOFTWARE\Microsoft\Jet\4.0\Engines
> Name:SandBoxMode
> Value:#00000002
>
> ROOT:Local Machine...
Show full article (1.07Kb)
no comments
Re: Reg key type         


Author: KRYSTAL
Date: Apr 23, 2008 14:00

"Zoli" discussions.microsoft.com> wrote in message
news:4ADE5DE4-51FF-48E2-A1C2-1341271A8B59@microsoft.com...
> Hi,
> I would like to add registry keys in Access Developer Extensions to my
> appl.
> It's described in http://msdn2.microsoft.com/en-us/library/bb501030.aspx
> very
> well, but I can't set registry key type because type field is missing on
> third page. (?!) (I can see only for fields: Root, Key, Name and Value)
>
> Plase help me, how I can set Registry Key type in this case!
> (Do I have to write VBA code to set it?)
>
> Zoli
>sex
no comments
Re: Reg key type         


Author: Daisypoo
Date: Jun 15, 2008 16:42

U@r n f
"Zoli" discussions.microsoft.com> wrote in message
news:4ADE5DE4-51FF-48E2-A1C2-1341271A8B59@microsoft.com...
> Hi,
> I would like to add registry keys in Access Developer Extensions to my
> appl.
> It's described in http://msdn2.microsoft.com/en-us/library/bb501030.aspx
> very
> well, but I can't set registry key type because type field is missing on
> third page. (?!) (I can see only for fields: Root, Key, Name and Value)
>
> Plase help me, how I can set Registry Key type in this case!
> (Do I have to write VBA code to set it?)
>
> Zoli
>
no comments
Re: Reg key type         


Author: Daisypoo
Date: Jun 15, 2008 16:43

you are men

"Zoli" discussions.microsoft.com> wrote in message
news:4ADE5DE4-51FF-48E2-A1C2-1341271A8B59@microsoft.com...
> Hi,
> I would like to add registry keys in Access Developer Extensions to my
> appl.
> It's described in http://msdn2.microsoft.com/en-us/library/bb501030.aspx
> very
> well, but I can't set registry key type because type field is missing on
> third page. (?!) (I can see only for fields: Root, Key, Name and Value)
>
> Plase help me, how I can set Registry Key type in this case!
> (Do I have to write VBA code to set it?)
>
> Zoli
>
no comments