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

C#

 
Questionsoftware engineering problems Pin
rao raja8-Feb-07 0:20
rao raja8-Feb-07 0:20 
GeneralRe: software engineering problems Pin
Martin#8-Feb-07 0:27
Martin#8-Feb-07 0:27 
AnswerRe: software engineering problems Pin
Christian Graus8-Feb-07 0:34
protectorChristian Graus8-Feb-07 0:34 
GeneralRe: software engineering problems Pin
rao raja8-Feb-07 0:54
rao raja8-Feb-07 0:54 
GeneralRe: software engineering problems Pin
Colin Angus Mackay8-Feb-07 0:58
Colin Angus Mackay8-Feb-07 0:58 
GeneralRe: software engineering problems Pin
Martin#8-Feb-07 0:59
Martin#8-Feb-07 0:59 
GeneralRe: software engineering problems Pin
Christian Graus8-Feb-07 1:05
protectorChristian Graus8-Feb-07 1:05 
GeneralRe: software engineering problems Pin
Colin Angus Mackay8-Feb-07 0:59
Colin Angus Mackay8-Feb-07 0:59 
AnswerRe: software engineering problems Pin
badgrs8-Feb-07 1:01
badgrs8-Feb-07 1:01 
GeneralRe: software engineering problems Pin
Christian Graus8-Feb-07 1:06
protectorChristian Graus8-Feb-07 1:06 
AnswerRe: software engineering problems Pin
Michael P Butler8-Feb-07 1:48
Michael P Butler8-Feb-07 1:48 
AnswerRe: software engineering problems Pin
Marc Clifton8-Feb-07 2:24
mvaMarc Clifton8-Feb-07 2:24 
GeneralRe: software engineering problems Pin
Martin#8-Feb-07 2:32
Martin#8-Feb-07 2:32 
GeneralRe: software engineering problems Pin
Antony M Kancidrowski8-Feb-07 2:59
Antony M Kancidrowski8-Feb-07 2:59 
AnswerRe: software engineering problems Pin
Antony M Kancidrowski8-Feb-07 2:57
Antony M Kancidrowski8-Feb-07 2:57 
QuestionCannot write to the registry key Pin
Muammar©8-Feb-07 0:13
Muammar©8-Feb-07 0:13 
Can any one tell me why do I get this message from my catch block..
Cannot write to the registry key

I'm trying to write to the registry using the following code
RegistryKey key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Run");
key.SetValue("X", "xxx", RegistryValueKind.String);


Please advise,
Many thanksRose | [Rose]


Smile: A curve that can set a lot of things straight!
(\ /)
(O.o)
(><)

AnswerRe: Cannot write to the registry key Pin
Martin#8-Feb-07 0:24
Martin#8-Feb-07 0:24 
GeneralRe: Cannot write to the registry key Pin
Muammar©8-Feb-07 0:28
Muammar©8-Feb-07 0:28 
GeneralRe: Cannot write to the registry key Pin
Martin#8-Feb-07 0:47
Martin#8-Feb-07 0:47 
Questiontable web server control Pin
acodman7-Feb-07 23:46
acodman7-Feb-07 23:46 
AnswerRe: table web server control Pin
gauthee8-Feb-07 0:43
gauthee8-Feb-07 0:43 
GeneralRe: table web server control Pin
acodman8-Feb-07 0:45
acodman8-Feb-07 0:45 
GeneralRe: table web server control Pin
gauthee8-Feb-07 1:18
gauthee8-Feb-07 1:18 
Questionmachine.config file Pin
Ananthalvan7-Feb-07 23:37
Ananthalvan7-Feb-07 23:37 
QuestionObject-Relational Mapping Tool to support multiple DB require [modified] Pin
Niraj Parikh7-Feb-07 23:14
Niraj Parikh7-Feb-07 23:14 

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.