Click here to Skip to main content
15,917,456 members
Home / Discussions / C#
   

C#

 
QuestionC# low level mouse hook and form events Pin
Ak47AL29-Aug-11 6:21
Ak47AL29-Aug-11 6:21 
AnswerRe: C# low level mouse hook and form events Pin
BillWoodruff29-Aug-11 18:13
professionalBillWoodruff29-Aug-11 18:13 
GeneralRe: C# low level mouse hook and form events Pin
Ak47AL31-Aug-11 5:47
Ak47AL31-Aug-11 5:47 
GeneralRe: C# low level mouse hook and form events Pin
BillWoodruff31-Aug-11 19:11
professionalBillWoodruff31-Aug-11 19:11 
QuestionRegistry Permissions Pin
Zach.Saunders29-Aug-11 4:50
Zach.Saunders29-Aug-11 4:50 
AnswerRe: Registry Permissions Pin
#realJSOP29-Aug-11 5:28
professional#realJSOP29-Aug-11 5:28 
GeneralRe: Registry Permissions [modified] Pin
Zach.Saunders29-Aug-11 6:18
Zach.Saunders29-Aug-11 6:18 
GeneralRe: Registry Permissions Pin
Anthony Mushrow29-Aug-11 7:36
professionalAnthony Mushrow29-Aug-11 7:36 
If you had a problem with insufficient permissions then OpenSubKey should throw an exception saying so, I'm not even sure if you need write permission from the code you've posted but it doesn't matter.

So far as I can tell, the key your trying to open doesn't exist. When OpenSubKey can't find what you're looking for it returns null so it's something you should check for.
After a little digging, is seems that the key your after may not actually exist. If your running Vista/Win7 64-bit then I'm going to assume you can see the key you want to open. But if your building a 32-bit application the key your actually trying to open is HKLM\SOFTWARE\Wow6432Node\Microsoft\Shared Tools\MSConfig\startupreg, which if you go and look you'll find doesn't exist.
-SK Genius

Vehicle Simulation Demo - New and Improved!

AnswerRe: Registry Permissions Pin
Abhinav S29-Aug-11 6:51
Abhinav S29-Aug-11 6:51 
AnswerRe: Registry Permissions Pin
Zach.Saunders29-Aug-11 8:34
Zach.Saunders29-Aug-11 8:34 
GeneralRe: Registry Permissions Pin
Anthony Mushrow29-Aug-11 8:48
professionalAnthony Mushrow29-Aug-11 8:48 
GeneralRe: Registry Permissions Pin
Zach.Saunders29-Aug-11 9:04
Zach.Saunders29-Aug-11 9:04 
GeneralRe: Registry Permissions Pin
Anthony Mushrow29-Aug-11 9:24
professionalAnthony Mushrow29-Aug-11 9:24 
GeneralRe: Registry Permissions Pin
Zach.Saunders29-Aug-11 10:47
Zach.Saunders29-Aug-11 10:47 
QuestionC# Button Click - Press and Release Pin
asterix529-Aug-11 1:33
asterix529-Aug-11 1:33 
AnswerRe: C# Button Click - Press and Release Pin
Shameel29-Aug-11 2:02
professionalShameel29-Aug-11 2:02 
GeneralRe: C# Button Click - Press and Release Pin
asterix529-Aug-11 4:06
asterix529-Aug-11 4:06 
GeneralRe: C# Button Click - Press and Release Pin
Shameel29-Aug-11 5:42
professionalShameel29-Aug-11 5:42 
AnswerRe: C# Button Click - Press and Release PinPopular
Wayne Gaylard29-Aug-11 2:52
professionalWayne Gaylard29-Aug-11 2:52 
Question2D FFT / DFT + NxN Convolution (image processing) [SOLVED] [modified] Pin
Dusan Paulovic29-Aug-11 1:10
Dusan Paulovic29-Aug-11 1:10 
AnswerRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
share_holder29-Aug-11 1:54
share_holder29-Aug-11 1:54 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Dusan Paulovic29-Aug-11 5:13
Dusan Paulovic29-Aug-11 5:13 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
MicroVirus29-Aug-11 2:00
MicroVirus29-Aug-11 2:00 
GeneralRe: 2D FFT / DFT + NxN Convolution (image processing) Pin
Dusan Paulovic29-Aug-11 5:11
Dusan Paulovic29-Aug-11 5:11 
AnswerMessage Removed Pin
29-Aug-11 5:37
professionalN_tro_P29-Aug-11 5:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.