Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
QuestionMultithreading Pin
peropata6-Jun-10 21:20
peropata6-Jun-10 21:20 
AnswerRe: Multithreading Pin
Luc Pattyn7-Jun-10 1:01
sitebuilderLuc Pattyn7-Jun-10 1:01 
QuestionSerial number in installer. Pin
MayukhSen6-Jun-10 20:52
MayukhSen6-Jun-10 20:52 
AnswerRe: Serial number in installer. Pin
Hristo-Bojilov6-Jun-10 21:24
Hristo-Bojilov6-Jun-10 21:24 
QuestionPDF to Tiff through C# Pin
mehrdadc486-Jun-10 18:24
mehrdadc486-Jun-10 18:24 
AnswerRe: PDF to Tiff through C# Pin
Abhinav S6-Jun-10 19:01
Abhinav S6-Jun-10 19:01 
QuestionOtions to store settings of application Pin
Hum Dum6-Jun-10 17:49
Hum Dum6-Jun-10 17:49 
AnswerRe: Otions to store settings of application Pin
Łukasz Nowakowski6-Jun-10 21:25
Łukasz Nowakowski6-Jun-10 21:25 
I don't know for sure how does ccleaner do it, but I suppose it saves it in file located in your user profile. On Windows XP it would be somewhere in "C:\Documents and Settings\%user name%\ApplicationData" (I don't remember exact path and I don't have XP to check Wink | ;-) ). In Vista and 7 it's somewhere in "C:\Users\%user name%\AppData". Take a look at this[^]. It provides you with paths, where you can store settings for every user. You should use "Environment.SpecialFolder.ApplicationData" probably and create there subdirectory for your application. This way you will be able to store settings for every user. When those settings are stored in application directory, they are common for all users and when one user changes something, all users are affected. And why write code to support multiple users, when system does it for you Smile | :)
AnswerRe: Otions to store settings of application Pin
Peace ON6-Jun-10 22:24
Peace ON6-Jun-10 22:24 
AnswerRe: Otions to store settings of application Pin
Johnny J.6-Jun-10 22:31
professionalJohnny J.6-Jun-10 22:31 
AnswerRe: Otions to store settings of application Pin
PIEBALDconsult7-Jun-10 2:40
mvePIEBALDconsult7-Jun-10 2:40 
Questionflickers with draw plots from serial port ? Pin
Honeyboy_206-Jun-10 16:40
Honeyboy_206-Jun-10 16:40 
AnswerRe: flickers with draw plots from serial port ? Pin
Luc Pattyn6-Jun-10 16:57
sitebuilderLuc Pattyn6-Jun-10 16:57 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_206-Jun-10 17:09
Honeyboy_206-Jun-10 17:09 
GeneralRe: flickers with draw plots from serial port ? Pin
Luc Pattyn6-Jun-10 17:19
sitebuilderLuc Pattyn6-Jun-10 17:19 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_208-Jun-10 5:24
Honeyboy_208-Jun-10 5:24 
GeneralRe: flickers with draw plots from serial port ? Pin
Ravi Bhavnani6-Jun-10 17:30
professionalRavi Bhavnani6-Jun-10 17:30 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_207-Jun-10 5:19
Honeyboy_207-Jun-10 5:19 
GeneralRe: flickers with draw plots from serial port ? Pin
Luc Pattyn8-Jun-10 6:28
sitebuilderLuc Pattyn8-Jun-10 6:28 
GeneralRe: flickers with draw plots from serial port ? Pin
Honeyboy_2010-Jun-10 2:15
Honeyboy_2010-Jun-10 2:15 
GeneralRe: flickers with draw plots from serial port ? Pin
Luc Pattyn10-Jun-10 2:31
sitebuilderLuc Pattyn10-Jun-10 2:31 
GeneralRe: flickers with draw plots from serial port ? Pin
Ahmed R El Bohoty14-Jun-10 17:43
Ahmed R El Bohoty14-Jun-10 17:43 
QuestionC# programm merging pdf files Pin
nstk6-Jun-10 6:39
nstk6-Jun-10 6:39 
AnswerRe: C# programm merging pdf files Pin
Richard MacCutchan6-Jun-10 6:51
mveRichard MacCutchan6-Jun-10 6:51 
AnswerRe: C# programm merging pdf files Pin
dan!sh 6-Jun-10 7:18
professional dan!sh 6-Jun-10 7:18 

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.