M
Mike D.
Hi All,
Did an export from the registry (see below). This is what I need to have
written to the registry programmatically from my VB.NET utility. As you can
see it is multi-line and binary data. Had no problems with the other
entries written to the registry using:
Dim shell as Object
shell.RegWrite(strRegDir, strSigName, "REG_EXPAND_SZ")
----------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\MailSettings]
"ReplyFontSimple"=hex:3c,00,00,00,0f,00,00,e8,00,00,00,00,c8,00,00,00,d8,01,59,\
00,00,00,ff,00,00,20,41,72,69,61,6c,00,44,05,0e,00,00,00,00,00,00,00,00,00,\
00,00,00,00,58,df,66,34,8c,ea,13,00,01,00,00,00
Did an export from the registry (see below). This is what I need to have
written to the registry programmatically from my VB.NET utility. As you can
see it is multi-line and binary data. Had no problems with the other
entries written to the registry using:
Dim shell as Object
shell.RegWrite(strRegDir, strSigName, "REG_EXPAND_SZ")
----------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\MailSettings]
"ReplyFontSimple"=hex:3c,00,00,00,0f,00,00,e8,00,00,00,00,c8,00,00,00,d8,01,59,\
00,00,00,ff,00,00,20,41,72,69,61,6c,00,44,05,0e,00,00,00,00,00,00,00,00,00,\
00,00,00,00,58,df,66,34,8c,ea,13,00,01,00,00,00