Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
AnswerRe: Convert.ToByte('Š') throws an exception PinPopular
Dewald3-Jan-09 21:46
Dewald3-Jan-09 21:46 
AnswerRe: Convert.ToByte('Š') throws an exception Pin
Dragonfly_Lee4-Jan-09 22:03
Dragonfly_Lee4-Jan-09 22:03 
Questionhow to restrict only one instance to run at a time on one machine Pin
prasadbuddhika3-Jan-09 17:36
prasadbuddhika3-Jan-09 17:36 
AnswerRe: how to restrict only one instance to run at a time on one machine Pin
N a v a n e e t h3-Jan-09 18:06
N a v a n e e t h3-Jan-09 18:06 
GeneralRe: how to restrict only one instance to run at a time on one machine Pin
prasadbuddhika3-Jan-09 18:50
prasadbuddhika3-Jan-09 18:50 
GeneralRe: how to restrict only one instance to run at a time on one machine Pin
N a v a n e e t h3-Jan-09 19:42
N a v a n e e t h3-Jan-09 19:42 
QuestionRounding a float to the nearest int Pin
Tony Pottier3-Jan-09 13:38
Tony Pottier3-Jan-09 13:38 
AnswerRe: Rounding a float to the nearest int Pin
PIEBALDconsult3-Jan-09 13:46
mvePIEBALDconsult3-Jan-09 13:46 
Tony_P wrote:
If I do int i=(int)3.0f it's not good because if 3.0f is like 2.9999999


Have you tried it?


Tony_P wrote:
Math.Round only accepts doubles/decimals, which is not an option because I need a float


So what? Casting a single to a double is lossless.


I think you're concerned about non-existent problems.
QuestionRemote event update RichTextBox problem Pin
ZarazaPhd3-Jan-09 8:05
ZarazaPhd3-Jan-09 8:05 
GeneralRe: Remote event update RichTextBox problem Pin
Luc Pattyn3-Jan-09 8:51
sitebuilderLuc Pattyn3-Jan-09 8:51 
GeneralRe: Remote event update RichTextBox problem Pin
ZarazaPhd3-Jan-09 9:10
ZarazaPhd3-Jan-09 9:10 
GeneralRe: Remote event update RichTextBox problem Pin
Luc Pattyn3-Jan-09 9:44
sitebuilderLuc Pattyn3-Jan-09 9:44 
GeneralRe: Remote event update RichTextBox problem Pin
ZarazaPhd3-Jan-09 10:59
ZarazaPhd3-Jan-09 10:59 
GeneralRe: Remote event update RichTextBox problem Pin
Luc Pattyn3-Jan-09 11:34
sitebuilderLuc Pattyn3-Jan-09 11:34 
GeneralRe: Remote event update RichTextBox problem Pin
ZarazaPhd3-Jan-09 11:47
ZarazaPhd3-Jan-09 11:47 
GeneralRe: Remote event update RichTextBox problem Pin
Luc Pattyn3-Jan-09 12:20
sitebuilderLuc Pattyn3-Jan-09 12:20 
GeneralRe: Remote event update RichTextBox problem Pin
ZarazaPhd4-Jan-09 3:04
ZarazaPhd4-Jan-09 3:04 
QuestionUsing Type and ConstructorInfo: Can't understand why this doesn't work... Pin
pikmindoctor3-Jan-09 4:19
pikmindoctor3-Jan-09 4:19 
AnswerRe: Using Type and ConstructorInfo: Can't understand why this doesn't work... Pin
User 66583-Jan-09 4:26
User 66583-Jan-09 4:26 
GeneralRe: Using Type and ConstructorInfo: Can't understand why this doesn't work... Pin
Luc Pattyn3-Jan-09 4:28
sitebuilderLuc Pattyn3-Jan-09 4:28 
QuestionQuestion on string.Format(...) Pin
Charith Jayasundara3-Jan-09 4:08
Charith Jayasundara3-Jan-09 4:08 
AnswerRe: Question on string.Format(...) Pin
Colin Angus Mackay3-Jan-09 5:21
Colin Angus Mackay3-Jan-09 5:21 
GeneralRe: Question on string.Format(...) Pin
Charith Jayasundara3-Jan-09 6:17
Charith Jayasundara3-Jan-09 6:17 
GeneralRe: Question on string.Format(...) Pin
Colin Angus Mackay3-Jan-09 6:32
Colin Angus Mackay3-Jan-09 6:32 
GeneralRe: Question on string.Format(...) Pin
Charith Jayasundara3-Jan-09 8:31
Charith Jayasundara3-Jan-09 8: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.