change "registry value's" type by c# ? [modified]
-
one program with "advanced regedit" (regedit33)name, can change value's type. exe : http://garr.dl.sourceforge.net/sourceforge/regedt33/regedt33.exe source and exe : http://garr.dl.sourceforge.net/sourceforge/regedt33/regedt33.rar registrykey.getvalue() method does not supprt REG_NONE values and I have an REG_NONE value and I can change this value type to REG_DWORD in this program . I'm looking for a way to read REG_NONE types or read them as REG_DWORD or change type of REG_NONE to REG_DWORD and read value in C#. some body says perform with API or P/invoke but HOW? Please, Somebody help me!
modified on Monday, June 29, 2009 2:25 PM
-
one program with "advanced regedit" (regedit33)name, can change value's type. exe : http://garr.dl.sourceforge.net/sourceforge/regedt33/regedt33.exe source and exe : http://garr.dl.sourceforge.net/sourceforge/regedt33/regedt33.rar registrykey.getvalue() method does not supprt REG_NONE values and I have an REG_NONE value and I can change this value type to REG_DWORD in this program . I'm looking for a way to read REG_NONE types or read them as REG_DWORD or change type of REG_NONE to REG_DWORD and read value in C#. some body says perform with API or P/invoke but HOW? Please, Somebody help me!
modified on Monday, June 29, 2009 2:25 PM
-
one program with "advanced regedit" (regedit33)name, can change value's type. exe : http://garr.dl.sourceforge.net/sourceforge/regedt33/regedt33.exe source and exe : http://garr.dl.sourceforge.net/sourceforge/regedt33/regedt33.rar registrykey.getvalue() method does not supprt REG_NONE values and I have an REG_NONE value and I can change this value type to REG_DWORD in this program . I'm looking for a way to read REG_NONE types or read them as REG_DWORD or change type of REG_NONE to REG_DWORD and read value in C#. some body says perform with API or P/invoke but HOW? Please, Somebody help me!
modified on Monday, June 29, 2009 2:25 PM
jamesband007 wrote:
some body says perform with API or P/invoke
That someone was Luc[^]. Have you made any progress since your last answer? Look here[^] for the information on the API itself. Search Google for P/Invoke example's to import the function. In theory, an empty key would simply result in a null-value. Is there any special requirement to distinguish between empty keys and a key with no datatype?
I are troll :)
-
jamesband007 wrote:
some body says perform with API or P/invoke
That someone was Luc[^]. Have you made any progress since your last answer? Look here[^] for the information on the API itself. Search Google for P/Invoke example's to import the function. In theory, an empty key would simply result in a null-value. Is there any special requirement to distinguish between empty keys and a key with no datatype?
I are troll :)
I approve. Sorry for being late to the party. :)
Luc Pattyn [Forum Guidelines] [My Articles]
DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.
-
I approve. Sorry for being late to the party. :)
Luc Pattyn [Forum Guidelines] [My Articles]
DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.