Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
QuestionHow can i track the menu item selection in C# Pin
Chiman17-Feb-10 8:29
Chiman17-Feb-10 8:29 
AnswerRe: How can i track the menu item selection in C# Pin
Dan Mos7-Feb-10 8:53
Dan Mos7-Feb-10 8:53 
QuestionHow to pass delegate as a parameter Pin
Chiman17-Feb-10 7:43
Chiman17-Feb-10 7:43 
AnswerRe: How to pass delegate as a parameter Pin
Abhinav S7-Feb-10 8:16
Abhinav S7-Feb-10 8:16 
AnswerRe: How to pass delegate as a parameter Pin
harold aptroot7-Feb-10 8:32
harold aptroot7-Feb-10 8:32 
Questionword en c# Pin
tchiloh7-Feb-10 7:15
tchiloh7-Feb-10 7:15 
AnswerRe: word en c# Pin
Not Active7-Feb-10 7:21
mentorNot Active7-Feb-10 7:21 
QuestionCalculation Problem (Minus One) Pin
dataminers7-Feb-10 6:49
dataminers7-Feb-10 6:49 
double myVal = Math.Pow(10, 38);
txtResult.Text = String.Format("{0:n}", myVal);

double myVal = Math.Pow(10, 38) - 1;
txtResult.Text = String.Format("{0:n}", myVal);


Both of theme result is same;
100.000.000.000.000.000.000.000.000.000.000.000.000,00


But first example formula contain "-1"
AnswerRe: Calculation Problem (Minus One) Pin
Richard MacCutchan7-Feb-10 7:07
mveRichard MacCutchan7-Feb-10 7:07 
AnswerRe: Calculation Problem (Minus One) Pin
Dan Mos7-Feb-10 7:15
Dan Mos7-Feb-10 7:15 
Questionproblem with writing an event log Pin
tasumisra7-Feb-10 4:51
tasumisra7-Feb-10 4:51 
AnswerRe: problem with writing an event log Pin
jojoba20107-Feb-10 5:07
jojoba20107-Feb-10 5:07 
AnswerRe: problem with writing an event log Pin
Luc Pattyn7-Feb-10 5:19
sitebuilderLuc Pattyn7-Feb-10 5:19 
GeneralRe: problem with writing an event log Pin
tasumisra7-Feb-10 18:36
tasumisra7-Feb-10 18:36 
AnswerRe: problem with writing an event log Pin
Dan Mos7-Feb-10 5:25
Dan Mos7-Feb-10 5:25 
AnswerRe: problem with writing an event log Pin
Not Active7-Feb-10 6:19
mentorNot Active7-Feb-10 6:19 
QuestionSet current form to hide [modified] Pin
nuttynibbles7-Feb-10 2:31
nuttynibbles7-Feb-10 2:31 
AnswerRe: Set current form to hide Pin
OriginalGriff7-Feb-10 2:36
mveOriginalGriff7-Feb-10 2:36 
GeneralRe: Set current form to hide Pin
nuttynibbles7-Feb-10 2:58
nuttynibbles7-Feb-10 2:58 
GeneralRe: Set current form to hide Pin
Lutosław7-Feb-10 3:19
Lutosław7-Feb-10 3:19 
AnswerRe: Set current form to hide Pin
nuttynibbles7-Feb-10 3:34
nuttynibbles7-Feb-10 3:34 
NewsRe: Set current form to hide Pin
sanforjackass7-Feb-10 3:22
sanforjackass7-Feb-10 3:22 
GeneralRe: Set current form to hide Pin
nuttynibbles7-Feb-10 3:34
nuttynibbles7-Feb-10 3:34 
AnswerRe: Set current form to hide Pin
xEvOx7-Feb-10 17:41
xEvOx7-Feb-10 17:41 
QuestionXML Serialization of ArrayList with derived objects [modified] Pin
Rigor697-Feb-10 1:59
Rigor697-Feb-10 1:59 

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.