Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: docking control Pin
kornkimhour25-Nov-11 5:03
kornkimhour25-Nov-11 5:03 
AnswerRe: docking control Pin
BillWoodruff25-Nov-11 6:19
professionalBillWoodruff25-Nov-11 6:19 
AnswerRe: docking control Pin
JF201525-Nov-11 7:55
JF201525-Nov-11 7:55 
GeneralRe: docking control Pin
kornkimhour25-Nov-11 14:50
kornkimhour25-Nov-11 14:50 
Answermy vote of #1 : Re: docking control ... aka 'cdz-plz' Pin
BillWoodruff25-Nov-11 22:36
professionalBillWoodruff25-Nov-11 22:36 
GeneralRe: my vote of #1 : Re: docking control ... aka 'cdz-plz' Pin
kornkimhour26-Nov-11 1:40
kornkimhour26-Nov-11 1:40 
QuestionFloating Value by Dividing in a DataGridView ! Pin
nassimnastaran25-Nov-11 0:24
nassimnastaran25-Nov-11 0:24 
AnswerRe: Floating Value by Dividing in a DataGridView ! Pin
Pete O'Hanlon25-Nov-11 0:29
mvePete O'Hanlon25-Nov-11 0:29 
The result is 0 because you are dividing an integer by an integer, which leads the compiler to treat the result as an integer. The trick is to cast the first number to a double and then base the calculation on this.

Forgive your enemies - it messes with their heads

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: Floating Value by Dividing in a DataGridView ! Pin
nassimnastaran25-Nov-11 0:37
nassimnastaran25-Nov-11 0:37 
AnswerRe: Floating Value by Dividing in a DataGridView ! Pin
Wayne Gaylard25-Nov-11 0:32
professionalWayne Gaylard25-Nov-11 0:32 
GeneralRe: Floating Value by Dividing in a DataGridView ! Pin
nassimnastaran25-Nov-11 0:39
nassimnastaran25-Nov-11 0:39 
AnswerRe: Floating Value by Dividing in a DataGridView ! Pin
Luc Pattyn25-Nov-11 1:43
sitebuilderLuc Pattyn25-Nov-11 1:43 
GeneralRe: Floating Value by Dividing in a DataGridView ! Pin
Wayne Gaylard25-Nov-11 1:48
professionalWayne Gaylard25-Nov-11 1:48 
AnswerRe: Floating Value by Dividing in a DataGridView ! Pin
CodeChandra25-Nov-11 3:51
CodeChandra25-Nov-11 3:51 
QuestionText Editor Pin
Aleonis24-Nov-11 21:52
Aleonis24-Nov-11 21:52 
AnswerRe: Text Editor Pin
Richard MacCutchan24-Nov-11 23:23
mveRichard MacCutchan24-Nov-11 23:23 
GeneralRe: Text Editor Pin
Aleonis24-Nov-11 23:56
Aleonis24-Nov-11 23:56 
GeneralRe: Text Editor Pin
Richard MacCutchan25-Nov-11 0:01
mveRichard MacCutchan25-Nov-11 0:01 
GeneralRe: Text Editor Pin
Aleonis25-Nov-11 0:20
Aleonis25-Nov-11 0:20 
AnswerRe: Text Editor Pin
BillWoodruff25-Nov-11 6:25
professionalBillWoodruff25-Nov-11 6:25 
QuestionC# object Problem Pin
kornkimhour24-Nov-11 17:02
kornkimhour24-Nov-11 17:02 
AnswerRe: C# object Problem Pin
JF201524-Nov-11 18:36
JF201524-Nov-11 18:36 
GeneralRe: C# object Problem Pin
kornkimhour24-Nov-11 19:26
kornkimhour24-Nov-11 19:26 
GeneralRe: C# object Problem Pin
kornkimhour24-Nov-11 19:41
kornkimhour24-Nov-11 19:41 
GeneralRe: C# object Problem Pin
Richard MacCutchan24-Nov-11 21:45
mveRichard MacCutchan24-Nov-11 21:45 

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.