Click here to Skip to main content
15,914,403 members
Home / Discussions / C#
   

C#

 
GeneralRe: WebBrowser/Threading issue Pin
DMBFiredancer16-Oct-06 2:44
DMBFiredancer16-Oct-06 2:44 
GeneralRe: WebBrowser/Threading issue Pin
Judah Gabriel Himango16-Oct-06 3:39
sponsorJudah Gabriel Himango16-Oct-06 3:39 
QuestionClient server application Pin
Airtel_nokia15-Oct-06 8:09
Airtel_nokia15-Oct-06 8:09 
QuestionWhy use CulturalInfo Pin
Mark0615-Oct-06 8:00
Mark0615-Oct-06 8:00 
AnswerRe: Why use CulturalInfo Pin
Guffa15-Oct-06 12:36
Guffa15-Oct-06 12:36 
AnswerRe: Why use CulturalInfo Pin
Monkeyget216-Oct-06 1:50
Monkeyget216-Oct-06 1:50 
GeneralRe: Why use CulturalInfo Pin
Mark0617-Oct-06 0:49
Mark0617-Oct-06 0:49 
GeneralRe: Why use CulturalInfo Pin
Monkeyget220-Oct-06 8:13
Monkeyget220-Oct-06 8:13 
There is two solution to that particular problem:
-generate number according to the culture info (myDouble.ToString() does that). In that case the number is generated with the current culture and can be parsed with Double.Parse() because it's the same culture (the current culture)

- Double.Parse is surcharged, it has a version with a second parameter which specify how to parse it. I don't have visual studio right now so I can't tell what it is but you can look it up.

That makes ou feel very dumb when you find such bug : what I'm not even able to do such a basic thing as parsing number!?!
Questionexit event handler Pin
m.m._200715-Oct-06 6:53
m.m._200715-Oct-06 6:53 
AnswerRe: exit event handler Pin
CWIZO15-Oct-06 7:58
CWIZO15-Oct-06 7:58 
AnswerRe: exit event handler Pin
sam#15-Oct-06 8:26
sam#15-Oct-06 8:26 
QuestionContent Base Retrivel of Audio & Vedio Data Pin
Muhammad Chitrali15-Oct-06 6:08
Muhammad Chitrali15-Oct-06 6:08 
AnswerRe: Content Base Retrivel of Audio & Vedio Data Pin
Amar Chaudhary15-Oct-06 15:00
Amar Chaudhary15-Oct-06 15:00 
Questionhow to put text in 50 labels Pin
Yustme15-Oct-06 2:33
Yustme15-Oct-06 2:33 
AnswerRe: how to put text in 50 labels Pin
Anthony Mushrow15-Oct-06 2:57
professionalAnthony Mushrow15-Oct-06 2:57 
GeneralRe: how to put text in 50 labels Pin
Yustme15-Oct-06 3:08
Yustme15-Oct-06 3:08 
GeneralRe: how to put text in 50 labels [modified] Pin
Anthony Mushrow15-Oct-06 3:17
professionalAnthony Mushrow15-Oct-06 3:17 
GeneralRe: how to put text in 50 labels Pin
Yustme15-Oct-06 3:31
Yustme15-Oct-06 3:31 
GeneralRe: how to put text in 50 labels Pin
Anthony Mushrow15-Oct-06 3:48
professionalAnthony Mushrow15-Oct-06 3:48 
GeneralRe: how to put text in 50 labels Pin
Yustme15-Oct-06 4:11
Yustme15-Oct-06 4:11 
GeneralRe: how to put text in 50 labels Pin
Yustme15-Oct-06 10:01
Yustme15-Oct-06 10:01 
GeneralRe: how to put text in 50 labels Pin
Tim Paaschen15-Oct-06 20:55
Tim Paaschen15-Oct-06 20:55 
GeneralRe: how to put text in 50 labels Pin
Yustme16-Oct-06 0:24
Yustme16-Oct-06 0:24 
QuestionSending data via IP or MAC address - help [modified] Pin
Anthony Mushrow15-Oct-06 2:18
professionalAnthony Mushrow15-Oct-06 2:18 
AnswerRe: Sending data via IP or MAC address - help Pin
Rob Graham15-Oct-06 3:46
Rob Graham15-Oct-06 3:46 

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.