Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to decalare varible Pin
papa198011-Apr-06 2:58
papa198011-Apr-06 2:58 
AnswerRe: how to decalare varible Pin
Rob Philpott11-Apr-06 6:50
Rob Philpott11-Apr-06 6:50 
QuestionLaunching application from another application Pin
zaboboa11-Apr-06 2:10
zaboboa11-Apr-06 2:10 
AnswerRe: Launching application from another application Pin
J4amieC11-Apr-06 2:28
J4amieC11-Apr-06 2:28 
GeneralRe: Launching application from another application Pin
zaboboa11-Apr-06 2:31
zaboboa11-Apr-06 2:31 
GeneralRe: Launching application from another application Pin
Jim Bennett11-Apr-06 5:20
Jim Bennett11-Apr-06 5:20 
GeneralRe: Launching application from another application Pin
zaboboa11-Apr-06 5:48
zaboboa11-Apr-06 5:48 
GeneralRe: Launching application from another application Pin
Jim Bennett11-Apr-06 7:10
Jim Bennett11-Apr-06 7:10 
If you are going to launch exe's, then Process.Start (as previously mentioned) is what you want to call.

Personally, I would not be launching exe's, but rather referencing the assemblies and creating an object which does what the Main entry point does for each "app." This way you can setup communication (if you want to down the road) since everything is running under the same app domain. If there is a modal dialog, then well, shouldn't the user be held hostage in order to reconcile the OK/Cancel dialog Smile | :)

Jim
Questionhow to create a floating toolbar in c#? Pin
Sasuko11-Apr-06 2:07
Sasuko11-Apr-06 2:07 
AnswerRe: how to create a floating toolbar in c#? Pin
deanofharvard12-Apr-06 9:49
deanofharvard12-Apr-06 9:49 
QuestionTAPI driver (kind of) Pin
IAmChris11-Apr-06 1:20
IAmChris11-Apr-06 1:20 
AnswerRe: TAPI driver (kind of) Pin
Michael P Butler11-Apr-06 4:07
Michael P Butler11-Apr-06 4:07 
GeneralRe: TAPI driver (kind of) Pin
IAmChris11-Apr-06 23:52
IAmChris11-Apr-06 23:52 
QuestionChanging refresh rate Pin
Da_Masca11-Apr-06 0:51
Da_Masca11-Apr-06 0:51 
Questionimporting an exe as an assembly Pin
shezh11-Apr-06 0:48
shezh11-Apr-06 0:48 
QuestionHow to make time limited Trial Version Pin
emran83410-Apr-06 23:49
emran83410-Apr-06 23:49 
QuestionException has been thrown by the target of an Invocation Pin
emran83410-Apr-06 23:35
emran83410-Apr-06 23:35 
AnswerRe: Exception has been thrown by the target of an Invocation Pin
Robert Rohde11-Apr-06 0:08
Robert Rohde11-Apr-06 0:08 
GeneralRe: Exception has been thrown by the target of an Invocation Pin
Jim Bennett11-Apr-06 5:25
Jim Bennett11-Apr-06 5:25 
QuestionFinding Desktop icons a user clicked on Pin
royk12310-Apr-06 23:21
royk12310-Apr-06 23:21 
Questionworkaround Pin
V.10-Apr-06 23:17
professionalV.10-Apr-06 23:17 
AnswerRe: workaround Pin
S. Senthil Kumar11-Apr-06 17:56
S. Senthil Kumar11-Apr-06 17:56 
GeneralRe: workaround Pin
V.11-Apr-06 20:24
professionalV.11-Apr-06 20:24 
QuestionSockets performance (Asynchronous / Synchronous) Pin
smoitry10-Apr-06 22:54
smoitry10-Apr-06 22:54 
AnswerRe: Sockets performance (Asynchronous / Synchronous) Pin
smoitry11-Apr-06 4:41
smoitry11-Apr-06 4:41 

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.