Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
AnswerRe: Two methods one output version 2.0 Pin
Mike Hankey26-Mar-07 16:55
mveMike Hankey26-Mar-07 16:55 
Question.Two methods one output Pin
JMOdom26-Mar-07 14:57
JMOdom26-Mar-07 14:57 
AnswerRe: .Two methods one output Pin
Christian Graus26-Mar-07 15:05
protectorChristian Graus26-Mar-07 15:05 
Questionhow to set digits precision of a float Pin
uowzd0126-Mar-07 14:45
uowzd0126-Mar-07 14:45 
AnswerRe: how to set digits precision of a float Pin
Christian Graus26-Mar-07 14:46
protectorChristian Graus26-Mar-07 14:46 
GeneralRe: how to set digits precision of a float Pin
uowzd0126-Mar-07 15:23
uowzd0126-Mar-07 15:23 
GeneralRe: how to set digits precision of a float Pin
Christian Graus26-Mar-07 15:39
protectorChristian Graus26-Mar-07 15:39 
GeneralRe: how to set digits precision of a float Pin
Saeed Jafarian7-Aug-11 12:32
Saeed Jafarian7-Aug-11 12:32 
hi i have a code like this:

float f = d / (c * b * a) / 1000000;
string.Format("{0Blush | :O .00}",f);
txtdansite1.Text = f.ToString();

it still does not work and it has the float`s default precision.
help me please
AnswerRe: how to set digits precision of a float Pin
Bala subramanyam M26-Mar-07 18:19
Bala subramanyam M26-Mar-07 18:19 
GeneralRe: how to set digits precision of a float Pin
Saeed Jafarian12-Aug-11 13:57
Saeed Jafarian12-Aug-11 13:57 
AnswerRe: how to set digits precision of a float Pin
Sujith C Jose27-Mar-07 0:55
Sujith C Jose27-Mar-07 0:55 
GeneralRe: how to set digits precision of a float Pin
Saeed Jafarian12-Aug-11 14:02
Saeed Jafarian12-Aug-11 14:02 
Questionhow to copy folder in csharp ? Pin
hdv21226-Mar-07 12:51
hdv21226-Mar-07 12:51 
AnswerRe: how to copy folder in csharp ? Pin
Christian Graus26-Mar-07 13:04
protectorChristian Graus26-Mar-07 13:04 
AnswerRe: how to copy folder in csharp ? Pin
Balaji Prabu AL27-Mar-07 1:14
Balaji Prabu AL27-Mar-07 1:14 
QuestionHow to call the paint event handler Pin
laura131626-Mar-07 11:07
laura131626-Mar-07 11:07 
AnswerRe: How to call the paint event handler Pin
Christian Graus26-Mar-07 11:31
protectorChristian Graus26-Mar-07 11:31 
AnswerRe: How to call the paint event handler Pin
Ravi Bhavnani26-Mar-07 11:43
professionalRavi Bhavnani26-Mar-07 11:43 
GeneralRe: How to call the paint event handler Pin
laura131626-Mar-07 11:49
laura131626-Mar-07 11:49 
QuestionHow do I get a pointer to a C# function? Pin
MattPlusJC26-Mar-07 10:11
MattPlusJC26-Mar-07 10:11 
AnswerRe: How do I get a pointer to a C# function? Pin
Christian Graus26-Mar-07 10:21
protectorChristian Graus26-Mar-07 10:21 
AnswerHere is an article Pin
Ennis Ray Lynch, Jr.26-Mar-07 10:45
Ennis Ray Lynch, Jr.26-Mar-07 10:45 
AnswerRe: How do I get a pointer to a C# function? Pin
MattPlusJC26-Mar-07 12:46
MattPlusJC26-Mar-07 12:46 
AnswerRe: How do I get a pointer to a C# function? Pin
Luc Pattyn27-Mar-07 13:42
sitebuilderLuc Pattyn27-Mar-07 13:42 
QuestionC# and convenient string parsing for '\r\n' Pin
LCI26-Mar-07 8:25
LCI26-Mar-07 8:25 

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.