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

C#

 
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 
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 
Hi,

Assuming your application is multithreaded, its very much possible that your crash issue is related with thread synchronization.

You look for possible thread synchronization problem in your code. Also you can implement a debug writer to a file system which will write the debug message to a physical file (Debug file). When your application crashes, you can go through the file and find out what is the last few lines of code excecuted while crash occured.

Manoj
Never Give up

GeneralRe: Stange crashes of an application Pin
J. Holzer20-May-07 23:27
J. Holzer20-May-07 23:27 

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.