Click here to Skip to main content
15,884,473 members
Home / Discussions / C#
   

C#

 
AnswerRe: Display messages, when using windows services Pin
Luc Pattyn6-Jul-10 23:36
sitebuilderLuc Pattyn6-Jul-10 23:36 
GeneralRe: Display messages, when using windows services Pin
Rod Kemp12-Jul-10 16:15
Rod Kemp12-Jul-10 16:15 
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 
You are correct regarding the 32 bit/64 bit issue. The keys would be stored in separate points in the registry, however this should not be a problem generaly. The only issue is if you create registry keys as part of your installer (which is always 32 bit) then they will not be available to the appliction running in 64 bit. However if your app just generated the keys if missing then there is no problem.

As the other poster said, use of the registry makes you application non-portable, but that may not be an issue.

The main question should be, do you need secure storage of this information? If the answer is yes, then encrypt it and store it in the registry. If the answer is no then xml is the easier, quicker and more simply manageable route to take.
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

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 
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 

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.