I think this question was already asked, but I couldn\'t find a solution which works for me. I use Delphi 7 under Windows 7 Ultimate, 64 bit. Actually I started writing application under 32 bit OS, bu
I\'m working on a 64-bit Windows and my applicaiton runs with elevated privileges. I have a problem with the following very simple piece of code:
Here\'s what I want to do, I want to store the date the first time the program is installed and also store a date when was the program was last run. I want the code to check to see if it was more than
I\'m trying to read some ODBC details from a registry and for that I use RegQueryValueEx. The problem is when I compile the release version it simply cannot read any registry values.
While giving permissions to the \'defaultAppPool\' user I am getting the message \'There is no such global user or group: DefaultAppPool.\' Can anyone help me here!
I heard that Windows 7 restricts access to its registry, so that applications cannot write directly to it.Is this so?I am developing an application in C#, and I would like to be able to save things su
Is it possible to acce开发者_开发技巧ss to the registry from a web application?It is completely impossible to access the end-users registry, unless you use an IE-only ActiveX control.(and there is (al
DWORD type = REG_NONE; int i = 0; size = sizeof(ValueName); size2 = sizeof(ValueData); BOOL bContinue = TRUE;
So far I have the below which is taken from http://www.danielmoth.com/Blog/volatile-registrykey.aspx public static class RegistryHelper
Is there a way to search the Registry for a specific key using Windows Scripting Host? I\'m using JavaScript (Jscript/VBScript?) to do so, and the msdn Library doesn\'t mention any such method: http: