Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralCapturing Event Pin
rull11-Jul-05 3:13
rull11-Jul-05 3:13 
GeneralRe: Capturing Event Pin
Guffa11-Jul-05 3:57
Guffa11-Jul-05 3:57 
GeneralRe: Capturing Event Pin
rull11-Jul-05 4:30
rull11-Jul-05 4:30 
GeneralRe: Capturing Event Pin
Guffa11-Jul-05 4:50
Guffa11-Jul-05 4:50 
GeneralConvert String to Float Pin
zaboboa11-Jul-05 3:00
zaboboa11-Jul-05 3:00 
GeneralRe: Convert String to Float Pin
Kevin McFarlane11-Jul-05 3:11
Kevin McFarlane11-Jul-05 3:11 
GeneralRe: Convert String to Float Pin
J4amieC11-Jul-05 3:31
J4amieC11-Jul-05 3:31 
GeneralRe: Convert String to Float Pin
Guffa11-Jul-05 4:00
Guffa11-Jul-05 4:00 
Unless you specifically need the data type float, use the data type double for floating point operations. The cpu only uses two data types internally, integer and double, any other data type has to be converted before the cpu can do any calculations with them.

double MyValue = double.Parse(MyTextBox.Text);

---
b { font-weight: normal; }

GeneralQuick Q Pin
Anthony Mushrow11-Jul-05 1:34
professionalAnthony Mushrow11-Jul-05 1:34 
GeneralRe: Quick Q Pin
C#-lover11-Jul-05 1:43
C#-lover11-Jul-05 1:43 
Questionhow does insert text inside a bitmap? Pin
Anonymous11-Jul-05 0:39
Anonymous11-Jul-05 0:39 
AnswerRe: how does insert text inside a bitmap? Pin
Adam Goossens11-Jul-05 0:42
Adam Goossens11-Jul-05 0:42 
GeneralSetROP2 Pin
Rassul Yunussov10-Jul-05 23:51
Rassul Yunussov10-Jul-05 23:51 
GeneralRe: SetROP2 Pin
Andrew Kirillov11-Jul-05 0:19
Andrew Kirillov11-Jul-05 0:19 
QuestionHow to Color Root Nodes and Child Nodes Seperately? Pin
pubududilena10-Jul-05 23:48
pubududilena10-Jul-05 23:48 
AnswerRe: How to Color Root Nodes and Child Nodes Seperately? Pin
S. Senthil Kumar11-Jul-05 1:09
S. Senthil Kumar11-Jul-05 1:09 
GeneralRe: How to Color Root Nodes and Child Nodes Seperately? Pin
Alomgir Miah11-Jul-05 6:24
Alomgir Miah11-Jul-05 6:24 
AnswerRe: How to Color Root Nodes and Child Nodes Seperately? Pin
Alomgir Miah11-Jul-05 8:25
Alomgir Miah11-Jul-05 8:25 
GeneralPrivate variable -> Public property macro Pin
Jan R Hansen10-Jul-05 23:35
Jan R Hansen10-Jul-05 23:35 
QuestionPerformace of exceptions? Pin
Dr Herbie10-Jul-05 23:21
Dr Herbie10-Jul-05 23:21 
AnswerRe: Performace of exceptions? Pin
leppie11-Jul-05 0:46
leppie11-Jul-05 0:46 
AnswerRe: Performace of exceptions? Pin
Guffa11-Jul-05 2:51
Guffa11-Jul-05 2:51 
AnswerRe: Performace of exceptions? Pin
Kevin McFarlane11-Jul-05 3:20
Kevin McFarlane11-Jul-05 3:20 
AnswerRe: Performace of exceptions? Pin
J4amieC11-Jul-05 3:35
J4amieC11-Jul-05 3:35 
AnswerRe: Performace of exceptions? Pin
Matt Gerrans11-Jul-05 9:02
Matt Gerrans11-Jul-05 9:02 

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.