Click here to Skip to main content
15,890,982 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to use class in Web Service Pin
boat2002w16-Mar-04 22:30
boat2002w16-Mar-04 22:30 
GeneralRe: How to use class in Web Service Pin
Mazdak17-Mar-04 3:26
Mazdak17-Mar-04 3:26 
AnswerRe: How to use class in Web Service Pin
Michael Flanakin17-Mar-04 18:44
Michael Flanakin17-Mar-04 18:44 
GeneralEasy Arithmetic question Pin
northernlights16-Mar-04 21:02
northernlights16-Mar-04 21:02 
GeneralRe: Easy Arithmetic question Pin
Colin Angus Mackay16-Mar-04 22:48
Colin Angus Mackay16-Mar-04 22:48 
GeneralRe: Easy Arithmetic question Pin
northernlights16-Mar-04 23:49
northernlights16-Mar-04 23:49 
GeneralRe: Easy Arithmetic question Pin
Chris Meech17-Mar-04 4:05
Chris Meech17-Mar-04 4:05 
GeneralRe: Easy Arithmetic question Pin
Manster17-Mar-04 4:39
Manster17-Mar-04 4:39 
I've run into problems with the same issue before. The only way I could fix the rounding error was:

double c = a + b;
c = Math.Round( c, 2 );

Hope this helps.

Smile | :)

GeneralRe: Easy Arithmetic question Pin
HAHAHA_NEXT17-Mar-04 10:51
HAHAHA_NEXT17-Mar-04 10:51 
GeneralRe: Easy Arithmetic question Pin
northernlights21-Mar-04 21:00
northernlights21-Mar-04 21:00 
QuestionHow to create text file for Resource file Pin
Inpreet Singh16-Mar-04 20:48
Inpreet Singh16-Mar-04 20:48 
AnswerRe: How to create text file for Resource file Pin
Heath Stewart17-Mar-04 4:43
protectorHeath Stewart17-Mar-04 4:43 
GeneralQuestion on non-rectangular form Pin
Flack16-Mar-04 19:19
Flack16-Mar-04 19:19 
GeneralRe: Question on non-rectangular form Pin
Syed Abdul Khader16-Mar-04 19:47
Syed Abdul Khader16-Mar-04 19:47 
GeneralRe: Question on non-rectangular form Pin
Jeremy Kimball17-Mar-04 7:48
Jeremy Kimball17-Mar-04 7:48 
GeneralStarting and stopping exe Pin
SatyaDY16-Mar-04 18:47
SatyaDY16-Mar-04 18:47 
GeneralRe: Starting and stopping exe Pin
Heath Stewart16-Mar-04 19:15
protectorHeath Stewart16-Mar-04 19:15 
GeneralRe: Starting and stopping exe Pin
SatyaDY16-Mar-04 21:15
SatyaDY16-Mar-04 21:15 
GeneralRe: Starting and stopping exe Pin
Mazdak16-Mar-04 21:29
Mazdak16-Mar-04 21:29 
GeneralRe: Starting and stopping exe Pin
SatyaDY17-Mar-04 0:43
SatyaDY17-Mar-04 0:43 
GeneralAVI to MPEG-1 Encoder/Decoder Pin
Member 93555316-Mar-04 18:34
Member 93555316-Mar-04 18:34 
GeneralGDI+ Pin
cmarmr16-Mar-04 12:57
cmarmr16-Mar-04 12:57 
GeneralRe: GDI+ Pin
Judah Gabriel Himango16-Mar-04 16:15
sponsorJudah Gabriel Himango16-Mar-04 16:15 
GeneralRe: GDI+ Pin
Heath Stewart16-Mar-04 18:39
protectorHeath Stewart16-Mar-04 18:39 
GeneralRe: GDI+ Pin
cmarmr17-Mar-04 18:59
cmarmr17-Mar-04 18: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.