Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sin(pi) = 3,23108510433268E-15 Pin
Mark Salsbery14-Dec-08 10:52
Mark Salsbery14-Dec-08 10:52 
GeneralRe: Sin(pi) = 3,23108510433268E-15 Pin
Paul Conrad14-Dec-08 11:03
professionalPaul Conrad14-Dec-08 11:03 
QuestionCan't sand ae HTTP POST request with HttpWebRequest Pin
Raphael Javaux14-Dec-08 7:14
Raphael Javaux14-Dec-08 7:14 
AnswerRe: Can't sand ae HTTP POST request with HttpWebRequest Pin
Garth J Lancaster14-Dec-08 11:03
professionalGarth J Lancaster14-Dec-08 11:03 
QuestionPropertyGrid change font of Values Pin
Xmen Real 14-Dec-08 6:33
professional Xmen Real 14-Dec-08 6:33 
AnswerRe: PropertyGrid change font of Values Pin
netJP12L14-Dec-08 13:13
netJP12L14-Dec-08 13:13 
GeneralRe: PropertyGrid change font of Values Pin
Xmen Real 14-Dec-08 14:38
professional Xmen Real 14-Dec-08 14:38 
Questionsaving DataTable in Properties.Settings Pin
Xmen Real 14-Dec-08 6:31
professional Xmen Real 14-Dec-08 6:31 
i want to save a DataTable in Properties.Settings. All just works fine untill i restart the app.
here is code on forms Load
if (Properties.Settings.Default.Limits_DT != null)
{
    main_DT = Properties.Settings.Default.Limits_DT;
}
else
{
    main_DT = new DataTable();
    //Filling DT Code
}


and another one is

private void LE_FormClosing(object sender, FormClosingEventArgs e)
{
    Properties.Settings.Default.Limits_DT = main_DT;
    Properties.Settings.Default.Save();
}


it works but only if application keep running. I dunno why Save() is not working. I use Settings often but this time i need a DT
any idea... ?

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

AnswerRe: saving DataTable in Properties.Settings Pin
Christian Graus14-Dec-08 9:37
protectorChristian Graus14-Dec-08 9:37 
GeneralRe: saving DataTable in Properties.Settings Pin
Xmen Real 14-Dec-08 14:40
professional Xmen Real 14-Dec-08 14:40 
QuestionHow to capture video file on screen? Pin
ping_jacob14-Dec-08 6:16
ping_jacob14-Dec-08 6:16 
AnswerRe: How to capture video file on screen? Pin
Xmen Real 14-Dec-08 6:37
professional Xmen Real 14-Dec-08 6:37 
QuestionControls Overlapping Pin
Silvyster14-Dec-08 2:29
Silvyster14-Dec-08 2:29 
AnswerRe: Controls Overlapping Pin
Colin Angus Mackay14-Dec-08 4:42
Colin Angus Mackay14-Dec-08 4:42 
QuestionDesigner Crashes IDE Pin
#realJSOP14-Dec-08 2:11
mve#realJSOP14-Dec-08 2:11 
AnswerRe: Designer Crashes IDE Pin
Giorgi Dalakishvili14-Dec-08 2:26
mentorGiorgi Dalakishvili14-Dec-08 2:26 
GeneralRe: Designer Crashes IDE Pin
#realJSOP14-Dec-08 5:52
mve#realJSOP14-Dec-08 5:52 
GeneralRe: Designer Crashes IDE Pin
Giorgi Dalakishvili14-Dec-08 5:57
mentorGiorgi Dalakishvili14-Dec-08 5:57 
AnswerRe: Designer Crashes IDE Pin
Christian Graus14-Dec-08 9:38
protectorChristian Graus14-Dec-08 9:38 
GeneralRe: Designer Crashes IDE Pin
#realJSOP14-Dec-08 11:27
mve#realJSOP14-Dec-08 11:27 
QuestionHow to put Hyperlink in MessageBox Pin
ajpatel22514-Dec-08 2:07
ajpatel22514-Dec-08 2:07 
AnswerRe: How to put Hyperlink in MessageBox Pin
Giorgi Dalakishvili14-Dec-08 5:47
mentorGiorgi Dalakishvili14-Dec-08 5:47 
QuestionSession checking Pin
B8714-Dec-08 2:00
B8714-Dec-08 2:00 
AnswerRe: Session checking Pin
Christian Graus14-Dec-08 8:26
protectorChristian Graus14-Dec-08 8:26 
QuestionSort Taskbar Items Pin
C470214-Dec-08 1:44
C470214-Dec-08 1:44 

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.