Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
AnswerRe: Screwed up again in drawing, plz help Christian:) Pin
sujithkumarsl21-May-07 0:02
sujithkumarsl21-May-07 0:02 
GeneralRe: Screwed up again in drawing, plz help Christian:) Pin
Muammar©21-May-07 0:07
Muammar©21-May-07 0:07 
QuestionScreen resolution problems on widescreen (regular Form) Pin
anderslundsgard20-May-07 23:09
anderslundsgard20-May-07 23:09 
AnswerRe: Screen resolution problems on widescreen (regular Form) Pin
Christian Graus20-May-07 23:13
protectorChristian Graus20-May-07 23:13 
GeneralRe: Screen resolution problems on widescreen (regular Form) Pin
anderslundsgard21-May-07 20:53
anderslundsgard21-May-07 20:53 
AnswerRe: Screen resolution problems on widescreen (regular Form) Pin
Bekjong20-May-07 23:16
Bekjong20-May-07 23:16 
GeneralRe: Screen resolution problems on widescreen (regular Form) Pin
Luc Pattyn21-May-07 0:20
sitebuilderLuc Pattyn21-May-07 0:20 
QuestionSolver in C# Pin
sujithkumarsl20-May-07 23:04
sujithkumarsl20-May-07 23:04 
AnswerRe: Solver in C# Pin
Muammar©20-May-07 23:53
Muammar©20-May-07 23:53 
GeneralRe: Solver in C# Pin
sujithkumarsl21-May-07 0:03
sujithkumarsl21-May-07 0:03 
GeneralRe: Solver in C# Pin
Muammar©21-May-07 0:06
Muammar©21-May-07 0:06 
AnswerRe: Solver in C# Pin
Christian Graus21-May-07 0:57
protectorChristian Graus21-May-07 0:57 
GeneralRe: Solver in C# Pin
sujithkumarsl21-May-07 1:06
sujithkumarsl21-May-07 1:06 
QuestionActive Directory Pin
Jayesh Talsaniya20-May-07 22:36
Jayesh Talsaniya20-May-07 22:36 
AnswerRe: Active Directory Pin
Muammar©20-May-07 23:58
Muammar©20-May-07 23:58 
GeneralRe: Active Directory Pin
Jayesh Talsaniya21-May-07 0:43
Jayesh Talsaniya21-May-07 0:43 
Questioncross-threading problem Pin
suck12320-May-07 22:31
suck12320-May-07 22:31 
AnswerRe: cross-threading problem Pin
Bekjong20-May-07 23:21
Bekjong20-May-07 23:21 
You cannot set the Text property of your rich textbox from another thread as the one it was created on. You should first create the content string (you're better of using the StringBuilder class by the way, it's faster) and then assign it to the rich text box's Text property from the thread it was created on.


Standards are great! Everybody should have one!

AnswerRe: cross-threading problem Pin
PandemoniumPasha21-May-07 0:08
PandemoniumPasha21-May-07 0:08 
QuestionHow can I write text file on web application? [modified] Pin
Junior Boy20-May-07 21:34
Junior Boy20-May-07 21:34 
AnswerRe: How can I write text file on web application? Pin
Christian Graus20-May-07 21:46
protectorChristian Graus20-May-07 21:46 
GeneralRe: How can I write text file on web application? Pin
Junior Boy20-May-07 22:36
Junior Boy20-May-07 22:36 
GeneralRe: How can I write text file on web application? Pin
Christian Graus20-May-07 23:14
protectorChristian Graus20-May-07 23:14 
QuestionStange crashes of an application Pin
J. Holzer20-May-07 21:29
J. Holzer20-May-07 21:29 
AnswerRe: Stange crashes of an application Pin
Manoj Kumar Rai20-May-07 22:36
professionalManoj Kumar Rai20-May-07 22:36 

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.