0
votes
2answers
43 views
How to read a display name from a DLL?
In the registry and in theme files you'll notice a lot of references to DLLs when it comes to display names.
For example:
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default]
@="Windows"
…
0
votes
2answers
22 views
How to check visible resolution of system
I am not entirely sure how to word this questions so I am just going to explain my problem.
My VB 6 program saves the location of the screen in the registry so that when it loads up again it can have …
0
votes
1answer
38 views
Effects of changing NLS_LANG setting in the registry for Oracle Client
We are in the process of moving from the .NET Microsoft oracle driver to the ODP.NET driver.
One of the problems we have had is this error:
ORA-12705: Cannot access NLS data files or invalid …
0
votes
1answer
57 views
Registry key for Install update and hotfix information on windows 7
Hi All,
I am working on windows 7 support. In my application I want to gather installed updates and patches. Currently I am gathering it from WIn32_QuickFixEngineering. But it is not giving …
0
votes
1answer
27 views
VB 2005/2008 Help Needed - Registry
How do i read, write and delete a registry using VB 2005/2008.
Please give your explanation to your answer. I am really a registry noob...
Thanks.
I can't read any programming language other than vb.
2
votes
3answers
57 views
Installing a Windows Service as a user
Hello,
I'm currently in the process of creating a Windows service application which will monitor changes to certain keys made in the HKEY_USERS registry. The way I do this is by collecting the SID of …
2
votes
5answers
230 views
Registry access in non-admin mode
I've several long-standing apps written in Delphi that persist their settings in the registry. I've used HKEY_LOCAL_MACHINE for 'hard' settings such as configuration preferences and HKEY_CURRENT_USER …
9
votes
9answers
359 views
Why does the Windows registry exist?
Hi, this is more OS architecture question than programming directly, but still. Why was the Windows registry created as a completely separate subsystem for storing system/application settings? In …
1
vote
1answer
40 views
How can I access 64 bit registry hive information from a application running in 32 bit mode on a 64 bit machine(WOW) using WMI through C#
I think the question really sums up what i'm trying to do. Here is the code that i'm using. It works in every scenario except if my application is running in 32 bit mode on a 64 bit machine. No matter …
0
votes
4answers
61 views
How to run an Application on windows start up in win32 API using visual c++
I have a Window (win32 API) Application in visual c++. I am not using MFC. I have to run my application on windows start up. I am using windows 7 and visual studio 2008. Can any one help me out in …
0
votes
2answers
169 views
Writing values to the registry with C#
Hello,
I'm in the process of creating a C# application which will monitor changes made to the registry and write them back to the registry next time the user logs on.
So far I've got it monitoring …
1
vote
3answers
109 views
Read a Registry Key
I have a web application which is importing DLLs from the bin folder.
const string dllpath = "Utility.dll";
[DllImport(dllpath)]
Now what i want to do is first import the DLLs from a folder …
0
votes
2answers
64 views
Does KEY_WOW64_64KEY have any effect on 32 bit Windows?
It appears that specifying the KEY_WOW64_64KEY flag (reference) when accessing a registry key under 32-bit Windows XP has no effect - that is, no error is thrown, and the key is opened as if you …
1
vote
3answers
44 views
Register file extension in window registry?
I want to register my own project extension in window registry. I searched on google, at least i found this code, this works well, but I don't understand one line. What is meaning of "%L".
The C# …
1
vote
2answers
71 views
XML to LINQ Question/s
Hello,
Just before I begin heres a small overview of what I'm trying to achieve and then we'll get down to the gory details. At present I'm developing an application which will monitor a users …
