Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
QuestionStoring Data Pin
_Q12_14-Nov-09 12:18
_Q12_14-Nov-09 12:18 
AnswerRe: Storing Data Pin
Luc Pattyn14-Nov-09 12:57
sitebuilderLuc Pattyn14-Nov-09 12:57 
GeneralRe: Storing Data Pin
Not Active14-Nov-09 13:27
mentorNot Active14-Nov-09 13:27 
AnswerRe: Storing Data Pin
Not Active14-Nov-09 13:25
mentorNot Active14-Nov-09 13:25 
GeneralRe: Storing Data Pin
Luc Pattyn14-Nov-09 14:03
sitebuilderLuc Pattyn14-Nov-09 14:03 
GeneralRe: Storing Data Pin
_Q12_14-Nov-09 21:33
_Q12_14-Nov-09 21:33 
GeneralRe: Storing Data Pin
_Q12_14-Nov-09 22:53
_Q12_14-Nov-09 22:53 
GeneralRe: Storing Data Pin
OriginalGriff14-Nov-09 23:13
mveOriginalGriff14-Nov-09 23:13 
If you look at the documentation for "Properties.Settings.Default" you will find it is saved in a file called "<yourappname>.exe.config" in the same directory as the application executable (i.e. ".../bin/debug" or ".../bin/release") If you copy this file when you copy your executable, you will be fine. The only other option is to store it in the registry, but this is not recommended:
1) Registry use is being discouraged, as it make it too big and cumbersome.
2) It is difficult to move your settings from one machine to another.
3) It is impossible to transparently have different settings for debug and release versions of your software.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

"Rumour has it that if you play Microsoft CDs backwards you will hear Satanic messages.Worse still, is that if you play them forwards they will install Windows"

QuestionTimer in C# - Tick not available Pin
Femtofarad14-Nov-09 11:31
Femtofarad14-Nov-09 11:31 
AnswerRe: Timer in C# - Tick not available Pin
Luc Pattyn14-Nov-09 11:43
sitebuilderLuc Pattyn14-Nov-09 11:43 
GeneralRe: Timer in C# - Tick not available Pin
Femtofarad14-Nov-09 11:50
Femtofarad14-Nov-09 11:50 
GeneralRe: Timer in C# - Tick not available Pin
Luc Pattyn14-Nov-09 11:52
sitebuilderLuc Pattyn14-Nov-09 11:52 
GeneralRe: Timer in C# - Tick not available Pin
Femtofarad14-Nov-09 11:57
Femtofarad14-Nov-09 11:57 
AnswerRe: Timer in C# - Tick not available Pin
Shameel14-Nov-09 22:32
professionalShameel14-Nov-09 22:32 
AnswerRe: Timer in C# - Tick not available Pin
Femtofarad15-Nov-09 0:48
Femtofarad15-Nov-09 0:48 
QuestionThread problem... Pin
Mc_Topaz14-Nov-09 11:14
Mc_Topaz14-Nov-09 11:14 
AnswerRe: Thread problem... Pin
kstls14-Nov-09 11:40
kstls14-Nov-09 11:40 
GeneralRe: Thread problem... Pin
Mc_Topaz14-Nov-09 12:29
Mc_Topaz14-Nov-09 12:29 
AnswerRe: Thread problem... Pin
Luc Pattyn14-Nov-09 11:45
sitebuilderLuc Pattyn14-Nov-09 11:45 
AnswerRe: Thread problem... Pin
Shameel14-Nov-09 22:39
professionalShameel14-Nov-09 22:39 
Questionquery: how to include only specific players Pin
rooster215414-Nov-09 10:25
rooster215414-Nov-09 10:25 
Questionvideo clip in c# Pin
rizwana rashid14-Nov-09 10:14
rizwana rashid14-Nov-09 10:14 
AnswerRe: video clip in c# Pin
Dave Kreskowiak14-Nov-09 11:18
mveDave Kreskowiak14-Nov-09 11:18 
AnswerRe: video clip in c# Pin
Dipin Behl14-Nov-09 21:59
Dipin Behl14-Nov-09 21:59 
GeneralRe: video clip in c# Pin
rizwana rashid15-Nov-09 19:10
rizwana rashid15-Nov-09 19: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.