1.How do i access registry using MASM7
2.what include files should i use
3.how can i display string from registry in a messagebox
4.how can i create a stirng or dword value in registry
2.what include files should i use
3.how can i display string from registry in a messagebox
4.how can i create a stirng or dword value in registry
telophase,
Check your win32 API reference(win32.hlp)
Include file:advapi32.inc
Includelib:advapi32.lib
Check your win32 API reference(win32.hlp)
Include file:advapi32.inc
Includelib:advapi32.lib
Hello,
check this thread, I had some trouble accessing remotly to a registry
to do some stuff, code included to do what you want (how can i create a
stirng or dword value in registry) :
http://www.asmcommunity.net/board/index.php?topic=11004&highlight=remote+registry
regards
etherlord
check this thread, I had some trouble accessing remotly to a registry
to do some stuff, code included to do what you want (how can i create a
stirng or dword value in registry) :
http://www.asmcommunity.net/board/index.php?topic=11004&highlight=remote+registry
regards
etherlord