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

C#

 
GeneralRe: Copying the current executing program to destination Pin
fly90424-May-09 0:10
fly90424-May-09 0:10 
QuestionConversion of visio files(.vsd) to .pdf files Pin
NarVish23-May-09 6:42
NarVish23-May-09 6:42 
AnswerRe: Conversion of visio files(.vsd) to .pdf files Pin
Douglas Troy23-May-09 7:09
Douglas Troy23-May-09 7:09 
QuestionDisplaying the output of a console application in a windows form. Pin
neoflame23-May-09 4:48
neoflame23-May-09 4:48 
AnswerRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 5:06
sitebuilderLuc Pattyn23-May-09 5:06 
GeneralRe: Displaying the output of a console application in a windows form. Pin
neoflame23-May-09 5:56
neoflame23-May-09 5:56 
GeneralRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 6:02
sitebuilderLuc Pattyn23-May-09 6:02 
AnswerRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 6:06
sitebuilderLuc Pattyn23-May-09 6:06 
Hi,

another thought:

AFAIK the DataReceived events get executed on another thread, so they shouldn't (probably can't) access GUI Controls. The only correct way to cope with that is by using delegates (see Control.InvokeRequired/Control.Invoke). I hope you didn't use the Control.CheckForIllegalCrossThreadCalls=false; monstrosity since that is a sure way for failure.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Displaying the output of a console application in a windows form. Pin
neoflame23-May-09 10:11
neoflame23-May-09 10:11 
GeneralRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 10:19
sitebuilderLuc Pattyn23-May-09 10:19 
GeneralRe: Displaying the output of a console application in a windows form. Pin
neoflame23-May-09 11:04
neoflame23-May-09 11:04 
AnswerRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 11:25
sitebuilderLuc Pattyn23-May-09 11:25 
GeneralRe: Displaying the output of a console application in a windows form. Pin
neoflame23-May-09 11:32
neoflame23-May-09 11:32 
GeneralRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 11:37
sitebuilderLuc Pattyn23-May-09 11:37 
GeneralRe: Displaying the output of a console application in a windows form. Pin
neoflame23-May-09 12:44
neoflame23-May-09 12:44 
GeneralRe: Displaying the output of a console application in a windows form. Pin
Luc Pattyn23-May-09 12:51
sitebuilderLuc Pattyn23-May-09 12:51 
QuestionDataGridView Cursor Move. Pin
Ashwani Dhiman23-May-09 2:38
Ashwani Dhiman23-May-09 2:38 
AnswerRe: DataGridView Cursor Move. Pin
Eddy Vluggen23-May-09 3:42
professionalEddy Vluggen23-May-09 3:42 
QuestionCrystal report print by coding Pin
KIDYA23-May-09 2:12
KIDYA23-May-09 2:12 
AnswerRe: Crystal report print by coding Pin
_Maxxx_24-May-09 16:59
professional_Maxxx_24-May-09 16:59 
QuestionHow to move a drawn ball by Threading? Pin
pcsience23-May-09 0:01
pcsience23-May-09 0:01 
AnswerRe: How to move a drawn ball by Threading? Pin
Douglas Troy23-May-09 7:03
Douglas Troy23-May-09 7:03 
QuestionPrerequisites Pin
Ashwani Dhiman22-May-09 23:46
Ashwani Dhiman22-May-09 23:46 
QuestionRe: Prerequisites Pin
harold aptroot22-May-09 23:56
harold aptroot22-May-09 23:56 
AnswerRe: Prerequisites Pin
Ashwani Dhiman23-May-09 0:20
Ashwani Dhiman23-May-09 0:20 

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.