Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
QuestionClass Diagram in C# 2010 Express? Pin
DRAYKKO77720-Mar-12 14:19
DRAYKKO77720-Mar-12 14:19 
AnswerRe: Class Diagram in C# 2010 Express? Pin
Abhinav S20-Mar-12 16:50
Abhinav S20-Mar-12 16:50 
QuestionCode Insertion Issue Pin
mauricemcse20-Mar-12 9:33
mauricemcse20-Mar-12 9:33 
AnswerRe: Code Insertion Issue Pin
wizardzz20-Mar-12 10:02
wizardzz20-Mar-12 10:02 
GeneralCode Insertion Issue [continued] Pin
mauricemcse20-Mar-12 19:48
mauricemcse20-Mar-12 19:48 
AnswerRe: Code Insertion Issue Pin
BobJanova21-Mar-12 3:13
BobJanova21-Mar-12 3:13 
Questionbackup problem Pin
nitish_0720-Mar-12 9:08
nitish_0720-Mar-12 9:08 
AnswerRe: backup problem Pin
Luc Pattyn20-Mar-12 9:44
sitebuilderLuc Pattyn20-Mar-12 9:44 
Your code calls MessageBox.Show, which obscures (part of) (one of) your app's windows; when you close the MessageBox, whatever was obscured needs repainting, that seems like why you are getting such event(s).

Test the hypothesis by writing your messages to a file, or to a ListBox on your Window, rather than using MessageBox. In fact, I recommend to do that anyway, MessageBoxes are pretty annoying, while logging is very useful during development and afterwards.

Smile | :)

And please start using <PRE> tags (e.g.use the "code" widget) when showing code; it preserves formatting and improves readability.
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: backup problem Pin
nitish_0720-Mar-12 23:08
nitish_0720-Mar-12 23:08 
QuestionAppending Quations to a string Pin
Arun Philip Reynolds20-Mar-12 8:18
Arun Philip Reynolds20-Mar-12 8:18 
AnswerRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 8:44
mvePIEBALDconsult20-Mar-12 8:44 
GeneralRe: Appending Quations to a string Pin
Arun Philip Reynolds20-Mar-12 9:27
Arun Philip Reynolds20-Mar-12 9:27 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 9:34
mvePIEBALDconsult20-Mar-12 9:34 
GeneralRe: Appending Quations to a string Pin
Arun Philip Reynolds20-Mar-12 10:17
Arun Philip Reynolds20-Mar-12 10:17 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 10:27
mvePIEBALDconsult20-Mar-12 10:27 
GeneralRe: Appending Quations to a string Pin
Arun Philip Reynolds20-Mar-12 10:51
Arun Philip Reynolds20-Mar-12 10:51 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 10:58
mvePIEBALDconsult20-Mar-12 10:58 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 11:01
mvePIEBALDconsult20-Mar-12 11:01 
GeneralRe: Appending Quations to a string Pin
Arun Philip Reynolds20-Mar-12 11:06
Arun Philip Reynolds20-Mar-12 11:06 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 11:17
mvePIEBALDconsult20-Mar-12 11:17 
AnswerRe: Appending Quations to a string Pin
Luc Pattyn20-Mar-12 9:50
sitebuilderLuc Pattyn20-Mar-12 9:50 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 10:12
mvePIEBALDconsult20-Mar-12 10:12 
GeneralRe: Appending Quations to a string Pin
Arun Philip Reynolds20-Mar-12 10:21
Arun Philip Reynolds20-Mar-12 10:21 
AnswerRe: Appending Quations to a string Pin
Luc Pattyn20-Mar-12 10:27
sitebuilderLuc Pattyn20-Mar-12 10:27 
GeneralRe: Appending Quations to a string Pin
PIEBALDconsult20-Mar-12 11:05
mvePIEBALDconsult20-Mar-12 11:05 

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.