Click here to Skip to main content
15,912,756 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalgetting icon location Pin
pnpfriend29-Aug-03 2:48
pnpfriend29-Aug-03 2:48 
GeneralRandom Number Maths Quiz Pin
Alvin Wong29-Aug-03 1:50
Alvin Wong29-Aug-03 1:50 
GeneralRe: Random Number Maths Quiz Pin
Corinna John1-Sep-03 3:18
Corinna John1-Sep-03 3:18 
GeneralRe: Random Number Maths Quiz Pin
Corinna John1-Sep-03 6:16
Corinna John1-Sep-03 6:16 
QuestionHow do I check if a registry entry exists in the windows registry. Pin
Simon_22117528-Aug-03 19:08
Simon_22117528-Aug-03 19:08 
AnswerRe: How do I check if a registry entry exists in the windows registry. Pin
Dave Kreskowiak29-Aug-03 4:54
mveDave Kreskowiak29-Aug-03 4:54 
QuestionHow do I export a registry hive? Pin
wobblervb28-Aug-03 16:24
wobblervb28-Aug-03 16:24 
AnswerRe: How do I export a registry hive? Pin
Dave Kreskowiak29-Aug-03 9:10
mveDave Kreskowiak29-Aug-03 9:10 
wobblervb wrote:
I am using VB.net I am looking for a way to export a registry key like
HKLM\System\CCS\Control\Services (the whole key and all subkeys).

I would like to use the same methods that Regedit uses.


It looks like RegEdit has its own enumerator built in. There is no function in the .NET framework that does the exact samething, so it looks like your going to have to write your own exporter.


wobblervb wrote:
How do I determin the data type of a registry key. I understand how to read the value name and value but not the data type.

The .NET framework doesn't offer a function to do what your want. Your probably going to have to write a C++ component to return that info.


RageInTheMachine9532
GeneralXP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 4:00
Punchinello28-Aug-03 4:00 
GeneralRe: XP Accelerators and Focus Rects Pin
Dave Kreskowiak28-Aug-03 8:24
mveDave Kreskowiak28-Aug-03 8:24 
GeneralRe: XP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 8:52
Punchinello28-Aug-03 8:52 
GeneralRe: XP Accelerators and Focus Rects Pin
Dave Kreskowiak28-Aug-03 9:57
mveDave Kreskowiak28-Aug-03 9:57 
GeneralRe: XP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 11:18
Punchinello28-Aug-03 11:18 
GeneralRe: XP Accelerators and Focus Rects Pin
J. Dunlap28-Aug-03 11:21
J. Dunlap28-Aug-03 11:21 
GeneralRe: XP Accelerators and Focus Rects Pin
Punchinello28-Aug-03 11:47
Punchinello28-Aug-03 11:47 
GeneralGranting "Logon As Service Rights" Pin
alunboyd28-Aug-03 3:09
alunboyd28-Aug-03 3:09 
GeneralRe: Granting "Logon As Service Rights" Pin
Dave Kreskowiak28-Aug-03 8:27
mveDave Kreskowiak28-Aug-03 8:27 
GeneralRe: Granting "Logon As Service Rights" Pin
alunboyd28-Aug-03 12:46
alunboyd28-Aug-03 12:46 
GeneralRe: Granting "Logon As Service Rights" Pin
Dave Kreskowiak28-Aug-03 14:16
mveDave Kreskowiak28-Aug-03 14:16 
GeneralRe: Granting "Logon As Service Rights" Pin
alunboyd1-Sep-03 8:21
alunboyd1-Sep-03 8:21 
GeneralGarbage Management Pin
fume27-Aug-03 20:36
fume27-Aug-03 20:36 
GeneralMDI Apps problems Pin
fume27-Aug-03 20:34
fume27-Aug-03 20:34 
GeneralRe: MDI Apps problems Pin
palace18-Sep-03 4:20
palace18-Sep-03 4:20 
GeneralVB Slowdown after compilation Pin
Anonymous27-Aug-03 15:05
Anonymous27-Aug-03 15:05 
GeneralRe: VB Slowdown after compilation Pin
Ray Cassick27-Aug-03 15:23
Ray Cassick27-Aug-03 15:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.