Click here to Skip to main content
15,896,547 members
Home / Discussions / C#
   

C#

 
GeneralRe: Who knows how to change font in console? Pin
Zhendalf8-Apr-07 1:05
Zhendalf8-Apr-07 1:05 
QuestionData binding using checkbox Pin
coolzzzz7-Apr-07 8:10
coolzzzz7-Apr-07 8:10 
AnswerRe: Data binding using checkbox Pin
Hayder Marzouk7-Apr-07 14:55
Hayder Marzouk7-Apr-07 14:55 
QuestionHow can i write some COM server with C# language ? Pin
Yanshof7-Apr-07 6:48
Yanshof7-Apr-07 6:48 
AnswerRe: How can i write some COM server with C# language ? Pin
Sathesh Sakthivel7-Apr-07 7:24
Sathesh Sakthivel7-Apr-07 7:24 
GeneralThanks - but this example is about DLL com - I'm looking for something different Pin
Yanshof7-Apr-07 7:58
Yanshof7-Apr-07 7:58 
Questionhelp Pin
Kiethnt7-Apr-07 4:59
Kiethnt7-Apr-07 4:59 
QuestionHow to add animation to keep the user informed with the activities? Pin
Khoramdin7-Apr-07 3:39
Khoramdin7-Apr-07 3:39 
AnswerRe: How to add animation to keep the user informed with the activities? Pin
Pualee7-Apr-07 7:07
Pualee7-Apr-07 7:07 
GeneralRe: How to add animation to keep the user informed with the activities? Pin
Khoramdin7-Apr-07 9:28
Khoramdin7-Apr-07 9:28 
AnswerRe: How to add animation to keep the user informed with the activities? Pin
William Ten Broek11-Apr-07 22:51
William Ten Broek11-Apr-07 22:51 
Questionundo-redo for listview Pin
mm3107-Apr-07 3:01
mm3107-Apr-07 3:01 
AnswerRe: undo-redo for listview Pin
Scott Dorman7-Apr-07 3:12
professionalScott Dorman7-Apr-07 3:12 
QuestionHow to output Unicode-characters in console? Pin
Zhendalf7-Apr-07 2:44
Zhendalf7-Apr-07 2:44 
QuestionInstalling Sql Server Express Database on Setting up Application Pin
xbiplav7-Apr-07 1:57
xbiplav7-Apr-07 1:57 
AnswerRe: Installing Sql Server Express Database on Setting up Application Pin
Nader Elshehabi7-Apr-07 2:25
Nader Elshehabi7-Apr-07 2:25 
QuestionVisual Align selection component Pin
MacCybex7-Apr-07 1:50
MacCybex7-Apr-07 1:50 
QuestionHow to set focus on control that is in content panel Pin
jaganil7-Apr-07 1:25
jaganil7-Apr-07 1:25 
AnswerRe: How to set focus on control that is in content panel Pin
kubben7-Apr-07 4:54
kubben7-Apr-07 4:54 
Questionhow to Get returned value from other application(s) ? Pin
hdv2126-Apr-07 23:54
hdv2126-Apr-07 23:54 
AnswerRe: how to Get returned value from other application(s) ? Pin
Colin Angus Mackay7-Apr-07 0:27
Colin Angus Mackay7-Apr-07 0:27 
hdv212 wrote:
i want to execute another application from my app and catch returned value from that application,but how to do ?


When the application finishes the Process object you used to start the application will have the ExitCode property populated. That is the return value from the application. (i.e. the value returned from the Main method in the application you called)


GeneralRe: how to Get returned value from other application(s) ? [modified] Pin
electriac7-Apr-07 0:38
electriac7-Apr-07 0:38 
GeneralRe: how to Get returned value from other application(s) ? Pin
Martin#7-Apr-07 2:17
Martin#7-Apr-07 2:17 
GeneralRe: how to Get returned value from other application(s) ? Pin
electriac7-Apr-07 2:23
electriac7-Apr-07 2:23 
GeneralRe: how to Get returned value from other application(s) ? Pin
Martin#7-Apr-07 8:56
Martin#7-Apr-07 8:56 

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.