Hi I need to add these values:
value name: BrowserFlags
Data type: REG_DWORD
Value: 8
to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8
I can do this manually be going to start/run, typing regedt.
Locating the above by going through the directories, then clicking Edit-new-Reg_dword and typing the name and value. however, i need to do this programatically.
Can anyone help?
value name: BrowserFlags
Data type: REG_DWORD
Value: 8
to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8
I can do this manually be going to start/run, typing regedt.
Locating the above by going through the directories, then clicking Edit-new-Reg_dword and typing the name and value. however, i need to do this programatically.
Can anyone help?