Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to do this? Pin
J4amieC11-Apr-06 3:47
J4amieC11-Apr-06 3:47 
GeneralRe: How to do this? Pin
eric_tran12-Apr-06 1:23
eric_tran12-Apr-06 1:23 
GeneralRe: How to do this? Pin
thomasa11-Apr-06 4:17
thomasa11-Apr-06 4:17 
AnswerRe: How to do this? Pin
Guffa11-Apr-06 7:34
Guffa11-Apr-06 7:34 
GeneralRe: How to do this? Pin
eric_tran12-Apr-06 1:36
eric_tran12-Apr-06 1:36 
QuestionMaking an app not function after some time Pin
naglbitur11-Apr-06 2:34
naglbitur11-Apr-06 2:34 
AnswerRe: Making an app not function after some time Pin
Timothy_198211-Apr-06 2:58
Timothy_198211-Apr-06 2:58 
AnswerRe: Making an app not function after some time Pin
thomasa11-Apr-06 3:04
thomasa11-Apr-06 3:04 
GeneralRe: Making an app not function after some time Pin
naglbitur11-Apr-06 3:57
naglbitur11-Apr-06 3:57 
GeneralRe: Making an app not function after some time Pin
naglbitur11-Apr-06 4:02
naglbitur11-Apr-06 4:02 
GeneralRe: Making an app not function after some time Pin
Gavin Roberts11-Apr-06 6:08
Gavin Roberts11-Apr-06 6:08 
AnswerRe: Making an app not function after some time Pin
Luis Alonso Ramos11-Apr-06 7:43
Luis Alonso Ramos11-Apr-06 7:43 
Questionhow to decalare varible Pin
papa198011-Apr-06 2:33
papa198011-Apr-06 2:33 
AnswerRe: how to decalare varible Pin
naglbitur11-Apr-06 2:42
naglbitur11-Apr-06 2:42 
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 

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.