Je suis toujours sur mon appli pour la base des registre. Mon probleme actuellement est que pour ecrire une string je n'ai pas de probleme mais pour ecrire tous les autres types de donnees je me retrouve avec des conneries...
Exemple:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Synergy\Synergy]
"server"=""
"stringvalue"="dU"
"binaryvalue"=hex:64,55,00,90
"multistringvalue"=hex(7):64,00,55,00,00,00,50,00
"expandablestringvalue"=hex(2):cd,00,cd,00,cd,00,cd,00
au lieu de
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\SynergyMaster\Synergy]
"server"=""
"debug"=dword:00000003
"isServer"=dword:00000001
"stringvalue"="dfv"
"binaryvalue"=hex:01,01,10,11,10,00,11,01,10
"multistringvalue"=hex(7):6a,00,65,00,20,00,73,00,61,00,69,00,73,00,20,00,70,\
00,61,00,73,00,00,00,63,00,65,00,20,00,71,00,75,00,65,00,20,00,63,00,27,00,\
65,00,73,00,74,00,00,00,71,00,75,00,65,00,20,00,63,00,65,00,20,00,74,00,72,\
00,75,00,63,00,00,00,00,00
"expandablestringvalue"=hex(2):71,00,75,00,65,00,73,00,61,00,6b,00,69,00,00,00
. .
\_/
Heeeeeeuuuuuuu


