Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL.. please help.. Pin
fire8528-Jun-05 18:50
fire8528-Jun-05 18:50 
Questionuser control Collection Editor ? Pin
CiNN28-Jun-05 13:07
CiNN28-Jun-05 13:07 
AnswerRe: user control Collection Editor ? Pin
Christian Graus28-Jun-05 13:36
protectorChristian Graus28-Jun-05 13:36 
GeneralRe: user control Collection Editor ? Pin
CiNN28-Jun-05 21:17
CiNN28-Jun-05 21:17 
GeneralRe: user control Collection Editor ? Pin
Christian Graus29-Jun-05 11:25
protectorChristian Graus29-Jun-05 11:25 
Generalwaitforexit doesn't wait Pin
thepersonof28-Jun-05 7:58
thepersonof28-Jun-05 7:58 
GeneralRe: waitforexit doesn't wait Pin
Nick Parker28-Jun-05 9:51
protectorNick Parker28-Jun-05 9:51 
GeneralRe: waitforexit doesn't wait Pin
thepersonof28-Jun-05 10:04
thepersonof28-Jun-05 10:04 
thanks

atm i'm using:
ProcessStartInfo oStartInfo = new ProcessStartInfo();
oStartInfo.FileName = dir+"g++.exe";


oStartInfo.CreateNoWindow = true;
oStartInfo.UseShellExecute = false;
oStartInfo.Arguments = ".......";

Process p1 = Process.Start(oStartInfo);
p1.WaitForExit();


cheers
GeneralRe: waitforexit doesn't wait Pin
Dave Kreskowiak28-Jun-05 15:41
mveDave Kreskowiak28-Jun-05 15:41 
GeneralRe: waitforexit doesn't wait Pin
thepersonof29-Jun-05 8:06
thepersonof29-Jun-05 8:06 
GeneralEasy Forms Question Pin
mikemmmmmm28-Jun-05 6:39
mikemmmmmm28-Jun-05 6:39 
GeneralRe: Easy Forms Question Pin
Anonymous28-Jun-05 6:54
Anonymous28-Jun-05 6:54 
GeneralRe: Easy Forms Question Pin
Matt Gerrans28-Jun-05 9:07
Matt Gerrans28-Jun-05 9:07 
GeneralRe: Easy Forms Question Pin
mikemmmmmm28-Jun-05 11:41
mikemmmmmm28-Jun-05 11:41 
GeneralRe: Easy Forms Question Pin
Matt Gerrans28-Jun-05 14:20
Matt Gerrans28-Jun-05 14:20 
GeneralRe: Easy Forms Question Pin
Anonymous28-Jun-05 20:12
Anonymous28-Jun-05 20:12 
GeneralRe: Easy Forms Question Pin
Matt Gerrans29-Jun-05 5:30
Matt Gerrans29-Jun-05 5:30 
GeneralSetup File Pin
Yigal Agam28-Jun-05 6:30
Yigal Agam28-Jun-05 6:30 
GeneralRe: Setup File Pin
Nick Parker28-Jun-05 9:54
protectorNick Parker28-Jun-05 9:54 
GeneralRe: Setup File Pin
Yigal Agam28-Jun-05 10:02
Yigal Agam28-Jun-05 10:02 
GeneralContext Menu Pin
Yigal Agam28-Jun-05 6:28
Yigal Agam28-Jun-05 6:28 
GeneralAnother interesting fact Pin
Yigal Agam6-Jul-05 3:58
Yigal Agam6-Jul-05 3:58 
QuestionHow can I download gif-file from internet (URL) in C# Pin
frada28-Jun-05 5:49
frada28-Jun-05 5:49 
AnswerRe: How can I download gif-file from internet (URL) in C# Pin
rwanderson28-Jun-05 7:56
rwanderson28-Jun-05 7:56 
GeneralRe: How can I download gif-file from internet (URL) in C# Pin
eggie528-Jun-05 9:57
eggie528-Jun-05 9:57 

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.