Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
AnswerRe: My sound stops playing when the form loses focus Pin
oobimoo2-Sep-08 10:37
oobimoo2-Sep-08 10:37 
QuestionRun executable Pin
netDeveloper2-Sep-08 9:55
netDeveloper2-Sep-08 9:55 
QuestionSaving and Loading Information from a form Pin
Chris Kentlea2-Sep-08 9:44
Chris Kentlea2-Sep-08 9:44 
AnswerRe: Saving and Loading Information from a form Pin
Pete O'Hanlon2-Sep-08 10:13
mvePete O'Hanlon2-Sep-08 10:13 
AnswerRe: Saving and Loading Information from a form Pin
MarkB7772-Sep-08 12:58
MarkB7772-Sep-08 12:58 
GeneralRe: Saving and Loading Information from a form Pin
Chris Kentlea3-Sep-08 7:29
Chris Kentlea3-Sep-08 7:29 
GeneralRe: Saving and Loading Information from a form Pin
MarkB7773-Sep-08 12:58
MarkB7773-Sep-08 12:58 
GeneralRe: Saving and Loading Information from a form Pin
Chris Kentlea4-Sep-08 8:18
Chris Kentlea4-Sep-08 8:18 
Ok just to clarify from above(and make sure i got it in my head right):

//Save data(which would go under whatver i deced would be the Save control/command)
Properties.Settings.Default.textbox1.Text = textbox1.Text (and repeat this for each control)
Properties.Setting.Default.Save();

//Load(which would go under my "Load" control/command
...
textbox1.Text = Properties.Settings.Default.textbox1.Text
(repeated for each control)

(Applogies for repeating what you said like to make sure i understand things correctly)
GeneralRe: Saving and Loading Information from a form Pin
MarkB7774-Sep-08 12:17
MarkB7774-Sep-08 12:17 
Questionconnect to dataase Pin
NiloofarNoroozi2-Sep-08 7:46
NiloofarNoroozi2-Sep-08 7:46 
AnswerRe: connect to dataase Pin
Blue_Boy2-Sep-08 8:05
Blue_Boy2-Sep-08 8:05 
AnswerRe: connect to dataase Pin
Kevin Marois2-Sep-08 8:12
professionalKevin Marois2-Sep-08 8:12 
GeneralRe: connect to dataase Pin
NiloofarNoroozi2-Sep-08 9:36
NiloofarNoroozi2-Sep-08 9:36 
AnswerCP IGNORE Pin
leckey2-Sep-08 10:33
leckey2-Sep-08 10:33 
GeneralRe: CP DO NOT IGNORE Pin
Bassam Saoud2-Sep-08 11:55
Bassam Saoud2-Sep-08 11:55 
GeneralRe: CP DO NOT IGNORE Pin
leckey2-Sep-08 14:28
leckey2-Sep-08 14:28 
GeneralRe: CP DO NOT IGNORE Pin
Bassam Saoud2-Sep-08 17:20
Bassam Saoud2-Sep-08 17:20 
GeneralRe: CP DO NOT IGNORE Pin
leckey3-Sep-08 2:54
leckey3-Sep-08 2:54 
GeneralRe: CP DO NOT IGNORE Pin
chaiguy13373-Sep-08 17:37
chaiguy13373-Sep-08 17:37 
GeneralRe: CP DO NOT IGNORE Pin
Paul Conrad2-Sep-08 18:45
professionalPaul Conrad2-Sep-08 18:45 
AnswerRe: connect to dataase Pin
nelsonpaixao4-Sep-08 13:38
nelsonpaixao4-Sep-08 13:38 
QuestionSetting Brightness of DVI Display via API ? Pin
abiemann2-Sep-08 7:36
abiemann2-Sep-08 7:36 
AnswerRe: Setting Brightness of DVI Display via API ? Pin
abiemann2-Sep-08 9:56
abiemann2-Sep-08 9:56 
AnswerRe: Setting Brightness of DVI Display via API ? Pin
MarkB7772-Sep-08 13:02
MarkB7772-Sep-08 13:02 
QuestionAccess single executescalar value from dataset? Pin
tkrn2-Sep-08 5:38
tkrn2-Sep-08 5:38 

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.