Tagged Questions

0
votes
1answer
21 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 file …
0
votes
2answers
20 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 …
0
votes
1answer
35 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 …
0
votes
1answer
21 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 lang …
2
votes
3answers
54 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 c …
1
vote
1answer
29 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 bi …
0
votes
0answers
16 views

How to remove the inherited rules for a registry key

I want to allow read/write permissions to only administrators group for a registry key which is already created in the system. Other than administrators, no one should be able to a …
0
votes
4answers
53 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 on …
1
vote
3answers
37 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 …
2
votes
5answers
204 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 an …
2
votes
2answers
49 views

Why might the .NET framework (V2.0) be trying to mess with the Internet Explorer registry?

One of our applications recently got installed in a system that is tightly locked down. On startup, the application tries to modify the registry at HKCU\Software\Microsoft\Windows …
1
vote
2answers
67 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 mo …
1
vote
3answers
92 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 D …
9
votes
9answers
353 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/applicat …
0
votes
2answers
37 views

Windows 7 - C# Excel Add-In - Registry.GetValue is always returning null

I don't know what's going on here... but the Microsoft.Win32.Registry class is returning all kinds of strange stuff. When I say GetSubKeys it returns a bunch of things that aren't …

1 2 3 4 5 23 next
15 30 50 per page