Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
AnswerRe: SQL TOP Equivalen in SQL Everywhere !!! Pin
Not Active5-Sep-06 9:21
mentorNot Active5-Sep-06 9:21 
QuestionIs it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Nadia Monalisa5-Sep-06 8:37
Nadia Monalisa5-Sep-06 8:37 
AnswerRe: Is it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Jun Du5-Sep-06 10:08
Jun Du5-Sep-06 10:08 
GeneralRe: Is it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Nadia Monalisa5-Sep-06 10:23
Nadia Monalisa5-Sep-06 10:23 
Questionprocess.StartInfo Pin
Bharat Gadhia5-Sep-06 8:20
Bharat Gadhia5-Sep-06 8:20 
AnswerRe: process.StartInfo Pin
Not Active5-Sep-06 8:53
mentorNot Active5-Sep-06 8:53 
GeneralRe: process.StartInfo Pin
Bharat Gadhia5-Sep-06 9:15
Bharat Gadhia5-Sep-06 9:15 
GeneralRe: process.StartInfo Pin
Not Active5-Sep-06 9:28
mentorNot Active5-Sep-06 9:28 
Try reversing the calls

string str = process.StandardOutput.ReadToEnd();
process.WaitForExit(5000);

rather than

process.WaitForExit(5000);
string str = process.StandardOutput.ReadToEnd();



only two letters away from being an asset

GeneralRe: process.StartInfo Pin
Bharat Gadhia5-Sep-06 9:39
Bharat Gadhia5-Sep-06 9:39 
Questioncs project to Linux Pin
Amar Chaudhary5-Sep-06 8:19
Amar Chaudhary5-Sep-06 8:19 
AnswerRe: cs project to Linux Pin
User 66585-Sep-06 8:25
User 66585-Sep-06 8:25 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 8:48
Amar Chaudhary5-Sep-06 8:48 
GeneralRe: cs project to Linux Pin
User 66585-Sep-06 8:54
User 66585-Sep-06 8:54 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 9:01
Amar Chaudhary5-Sep-06 9:01 
QuestionHelp with GDI+ Pin
Fco. Javier Marin5-Sep-06 7:58
Fco. Javier Marin5-Sep-06 7:58 
AnswerRe: Help with GDI+ Pin
Jun Du5-Sep-06 8:08
Jun Du5-Sep-06 8:08 
GeneralRe: Help with GDI+ Pin
Fco. Javier Marin5-Sep-06 8:17
Fco. Javier Marin5-Sep-06 8:17 
GeneralRe: Help with GDI+ Pin
User 66585-Sep-06 8:21
User 66585-Sep-06 8:21 
GeneralRe: Help with GDI+ Pin
Fco. Javier Marin5-Sep-06 8:26
Fco. Javier Marin5-Sep-06 8:26 
GeneralRe: Help with GDI+ Pin
Jun Du5-Sep-06 9:27
Jun Du5-Sep-06 9:27 
AnswerRe: Help with GDI+ Pin
User 66585-Sep-06 8:13
User 66585-Sep-06 8:13 
AnswerRe: Help with GDI+ Pin
Amar Chaudhary5-Sep-06 8:53
Amar Chaudhary5-Sep-06 8:53 
QuestionTreeview and add node/refresh Pin
Saamir5-Sep-06 7:45
Saamir5-Sep-06 7:45 
AnswerRe: Treeview and add node/refresh Pin
User 66585-Sep-06 8:20
User 66585-Sep-06 8:20 
GeneralRe: Treeview and add node/refresh Pin
Saamir5-Sep-06 8:40
Saamir5-Sep-06 8:40 

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.