Click here to Skip to main content
16,005,682 members
Home / Discussions / C#
   

C#

 
GeneralRe: Close a form and new it again occur error Pin
sreejith ss nair30-Aug-04 17:00
sreejith ss nair30-Aug-04 17:00 
GeneralRe: Close a form and new it again occur error Pin
ting66830-Aug-04 17:38
ting66830-Aug-04 17:38 
GeneralRe: Close a form and new it again occur error Pin
sreejith ss nair30-Aug-04 17:43
sreejith ss nair30-Aug-04 17:43 
QuestionWait for external application to complite and than continue?? Pin
adnanh7529-Aug-04 22:20
adnanh7529-Aug-04 22:20 
AnswerRe: Wait for external application to complite and than continue?? Pin
leppie29-Aug-04 22:24
leppie29-Aug-04 22:24 
Answerdoesnt work :( Pin
adnanh7529-Aug-04 22:50
adnanh7529-Aug-04 22:50 
GeneralRe: doesnt work :( Pin
mav.northwind29-Aug-04 22:55
mav.northwind29-Aug-04 22:55 
GeneralRe: doesnt work :( Pin
adnanh7529-Aug-04 23:18
adnanh7529-Aug-04 23:18 
Firs thankYou for help..
But I am not wery god in it..
I have to make a little application and call extern .exe file, wait untill its done and go on.. this extern .exe file creates a file i need in my calculation..

i have a button, and when I click on it:

private void button3_Click(object sender, System.EventArgs e)
{
System.Diagnostics.Process.Start"C:\\NeckingRa\\Fortran\\necking_contour.exe");

********* Hier I have to wait until this .exe app creates output.dat***************
********* how would U do it? Can U please write it for me, (I am beginer Smile | :) ********

System.IO.File.Exists("C:\\NeckingRa\\Temp\\output.dat");
System.IO.File.Copy("C:\\NeckingRa\\Temp\\output.dat",DSave.FileName,true);

}
GeneralRe: doesnt work :( Pin
mav.northwind29-Aug-04 23:28
mav.northwind29-Aug-04 23:28 
GeneralTHANKS :) Pin
adnanh7529-Aug-04 23:41
adnanh7529-Aug-04 23:41 
Questiondraw something then save to image,how to do? Pin
Xytme29-Aug-04 22:17
Xytme29-Aug-04 22:17 
Questioni want draw string follow a polyline, how to do? Pin
Xytme29-Aug-04 21:45
Xytme29-Aug-04 21:45 
AnswerRe: i want draw string follow a polyline, how to do? Pin
leppie29-Aug-04 22:28
leppie29-Aug-04 22:28 
GeneralSorting Algorithm Pin
azusakt29-Aug-04 21:35
azusakt29-Aug-04 21:35 
GeneralRe: Sorting Algorithm Pin
leppie29-Aug-04 22:21
leppie29-Aug-04 22:21 
GeneralRe: Sorting Algorithm Pin
Marc Clifton30-Aug-04 2:51
mvaMarc Clifton30-Aug-04 2:51 
GeneralDisabling Some items in ComboBox Pin
Osrald29-Aug-04 19:09
Osrald29-Aug-04 19:09 
GeneralRe: Disabling Some items in ComboBox Pin
sreejith ss nair29-Aug-04 22:34
sreejith ss nair29-Aug-04 22:34 
GeneralRe: Disabling Some items in ComboBox Pin
Osrald30-Aug-04 15:12
Osrald30-Aug-04 15:12 
GeneralRe: Disabling Some items in ComboBox Pin
sreejith ss nair30-Aug-04 17:49
sreejith ss nair30-Aug-04 17:49 
GeneralUnable to run two Mysql commands through ODBC in C# Pin
Admiral Ackbar29-Aug-04 14:35
Admiral Ackbar29-Aug-04 14:35 
GeneralRe: Unable to run two Mysql commands through ODBC in C# Pin
Charlie Williams29-Aug-04 16:40
Charlie Williams29-Aug-04 16:40 
GeneralRe: Unable to run two Mysql commands through ODBC in C# Pin
Admiral Ackbar29-Aug-04 17:12
Admiral Ackbar29-Aug-04 17:12 
QuestionCryptography, different decrypt values, why? Pin
Sneha Joseph29-Aug-04 12:22
Sneha Joseph29-Aug-04 12:22 
AnswerRe: Cryptography, different decrypt values, why? Pin
Heath Stewart29-Aug-04 13:14
protectorHeath Stewart29-Aug-04 13:14 

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.