Click here to Skip to main content
15,906,081 members
Home / Discussions / C#
   

C#

 
AnswerRe: Calling C# dll from VC6 MFC application.. Possible ? Pin
Alomgir Miah3-Aug-05 7:36
Alomgir Miah3-Aug-05 7:36 
GeneralExpandableObjectConverter problem Pin
Shane Stevens3-Aug-05 3:09
Shane Stevens3-Aug-05 3:09 
GeneralRe: ExpandableObjectConverter problem Pin
leppie3-Aug-05 6:41
leppie3-Aug-05 6:41 
GeneralPreserving comments with XmlDocument.Load Pin
LannieK3-Aug-05 2:48
LannieK3-Aug-05 2:48 
GeneralRe: Preserving comments with XmlDocument.Load Pin
Lars Niedziolka3-Aug-05 14:19
Lars Niedziolka3-Aug-05 14:19 
GeneralDataGrid need HELP Pin
zaboboa3-Aug-05 2:44
zaboboa3-Aug-05 2:44 
Generaltypecast problem Pin
Goebel3-Aug-05 0:30
Goebel3-Aug-05 0:30 
GeneralRe: typecast problem Pin
Guffa3-Aug-05 0:42
Guffa3-Aug-05 0:42 
Floating point numbers can seldom represent a value exactly. The result of the calculation is probably something like 34.99999999999999999999. When you type cast this to an integer, the decimal part is discarded, giving you only 34.

Use Math.Round to round the value to the nearest whole number, then type cast it.

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

GeneralRe: typecast problem Pin
Goebel3-Aug-05 2:15
Goebel3-Aug-05 2:15 
GeneralRe: typecast problem Pin
Goebel3-Aug-05 2:21
Goebel3-Aug-05 2:21 
GeneralRe: typecast problem Pin
Guffa3-Aug-05 5:55
Guffa3-Aug-05 5:55 
GeneralSetup surface Pin
mamudo3-Aug-05 0:16
mamudo3-Aug-05 0:16 
Generalruntime problem Pin
nidhelp2-Aug-05 22:50
nidhelp2-Aug-05 22:50 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny2-Aug-05 23:18
Mohamad Al Husseiny2-Aug-05 23:18 
GeneralRe: runtime problem Pin
mav.northwind2-Aug-05 23:18
mav.northwind2-Aug-05 23:18 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny2-Aug-05 23:30
Mohamad Al Husseiny2-Aug-05 23:30 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny2-Aug-05 23:27
Mohamad Al Husseiny2-Aug-05 23:27 
GeneralRe: runtime problem Pin
nidhelp2-Aug-05 23:58
nidhelp2-Aug-05 23:58 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny3-Aug-05 0:54
Mohamad Al Husseiny3-Aug-05 0:54 
GeneralPlease need advice.. Pin
KORCARI2-Aug-05 22:09
KORCARI2-Aug-05 22:09 
QuestionHow to change the Background Color of DateTime Picker ? Pin
pubududilena2-Aug-05 21:54
pubududilena2-Aug-05 21:54 
GeneralError in Office Programming Pin
Hovik Melkomian2-Aug-05 20:49
Hovik Melkomian2-Aug-05 20:49 
GeneralAscii codes Pin
Anonymous2-Aug-05 20:41
Anonymous2-Aug-05 20:41 
GeneralRe: Ascii codes Pin
Guffa2-Aug-05 21:48
Guffa2-Aug-05 21:48 
GeneralRe: Ascii codes Pin
leppie2-Aug-05 22:31
leppie2-Aug-05 22:31 

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.