Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Display messages, when using windows services Pin
Jammer6-Jul-10 22:21
Jammer6-Jul-10 22:21 
AnswerRe: Display messages, when using windows services Pin
geo_m8-Jul-10 1:33
geo_m8-Jul-10 1:33 
QuestionUsing Registry Keys Pin
Richard Blythe6-Jul-10 12:27
Richard Blythe6-Jul-10 12:27 
AnswerRe: Using Registry Keys Pin
Manas Bhardwaj6-Jul-10 12:34
professionalManas Bhardwaj6-Jul-10 12:34 
GeneralRe: Using Registry Keys Pin
Richard Blythe6-Jul-10 13:10
Richard Blythe6-Jul-10 13:10 
AnswerRe: Using Registry Keys Pin
The Man from U.N.C.L.E.6-Jul-10 13:06
The Man from U.N.C.L.E.6-Jul-10 13:06 
GeneralRe: Using Registry Keys Pin
Dave Kreskowiak6-Jul-10 17:45
mveDave Kreskowiak6-Jul-10 17:45 
AnswerRe: Using Registry Keys Pin
Jacob Dixon6-Jul-10 16:08
Jacob Dixon6-Jul-10 16:08 
Personally I hate Windows registry. I would stick with XML. Issues could arise from different machines but if you are accessing the registry locally then it shouldn't be a problem. What I am saying is if you develop a x86 application it will read from the x86 (wow6432node) on a x64 system.

Also I noticed you are trying to keep it away from the user. Just because it is in the registry doesn't mean it is secure. I would stick with XML and just encrypt your values and decrypt them in your application. This way a user cannot read it.

You could also run into permission problems using the registry. I've seen problems where people were running McAfee and it did some weird stuff with not letting values in the registry being edited/removed.
AnswerRe: Using Registry Keys Pin
PIEBALDconsult6-Jul-10 17:48
mvePIEBALDconsult6-Jul-10 17:48 
GeneralRe: Using Registry Keys Pin
Richard Blythe7-Jul-10 4:57
Richard Blythe7-Jul-10 4:57 
AnswerRe: Using Registry Keys Pin
Łukasz Nowakowski6-Jul-10 21:16
Łukasz Nowakowski6-Jul-10 21:16 
GeneralRe: Using Registry Keys Pin
harold aptroot7-Jul-10 6:44
harold aptroot7-Jul-10 6:44 
GeneralRe: Using Registry Keys Pin
Richard Blythe7-Jul-10 11:17
Richard Blythe7-Jul-10 11:17 
GeneralRe: Using Registry Keys Pin
harold aptroot7-Jul-10 11:20
harold aptroot7-Jul-10 11:20 
QuestionDesktop application and MS Outlook SSO Pin
Etienne_1236-Jul-10 11:06
Etienne_1236-Jul-10 11:06 
QuestionEmpty FileStream Pin
Shaareable6-Jul-10 9:41
Shaareable6-Jul-10 9:41 
AnswerRe: Empty FileStream Pin
Richard MacCutchan6-Jul-10 10:22
mveRichard MacCutchan6-Jul-10 10:22 
GeneralRe: Empty FileStream Pin
Shaareable6-Jul-10 10:24
Shaareable6-Jul-10 10:24 
AnswerRe: Empty FileStream Pin
Luc Pattyn6-Jul-10 10:38
sitebuilderLuc Pattyn6-Jul-10 10:38 
GeneralRe: Empty FileStream Pin
Shaareable7-Jul-10 3:34
Shaareable7-Jul-10 3:34 
AnswerRe: Empty FileStream Pin
William Winner6-Jul-10 11:51
William Winner6-Jul-10 11:51 
GeneralRe: Empty FileStream Pin
Shaareable7-Jul-10 3:34
Shaareable7-Jul-10 3:34 
QuestionBinding treeview to an array Pin
LordZoster6-Jul-10 5:27
LordZoster6-Jul-10 5:27 
AnswerRe: Binding treeview to an array Pin
The Man from U.N.C.L.E.6-Jul-10 8:09
The Man from U.N.C.L.E.6-Jul-10 8:09 
GeneralRe: Binding treeview to an array Pin
LordZoster6-Jul-10 10:10
LordZoster6-Jul-10 10:10 

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.