read write and delete from the registry
-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="5000" how would i make that write to the registry then read or delete it? i know i can make a .reg file but i want to use a dialog and check boxes. i am using vc++ (mfc) :~ -- modified at 22:20 Sunday 12th February, 2006
-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="5000" how would i make that write to the registry then read or delete it? i know i can make a .reg file but i want to use a dialog and check boxes. i am using vc++ (mfc) :~ -- modified at 22:20 Sunday 12th February, 2006
Have a look at RegQueryValueEx and RegOpen.....functions Pass the [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] to open the registry and RegSetValueEx to get and set the values Wishes. Anshuman Dandekar Dare to Dream, Care to Achieve.............
-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="5000" how would i make that write to the registry then read or delete it? i know i can make a .reg file but i want to use a dialog and check boxes. i am using vc++ (mfc) :~ -- modified at 22:20 Sunday 12th February, 2006
hi also check out http://www.codeproject.com/system/akregistryex.asp[^] http://www.codeproject.com/system/simple_registry.asp[^] http://www.codeproject.com/system/registryvars.asp[^] good luck
۞It is on our failures that we base a new and different and better success.
-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="5000" how would i make that write to the registry then read or delete it? i know i can make a .reg file but i want to use a dialog and check boxes. i am using vc++ (mfc) :~ -- modified at 22:20 Sunday 12th February, 2006