Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Order execution sequence Pin
vanikanc8-Jan-13 14:36
vanikanc8-Jan-13 14:36 
GeneralRe: Order execution sequence Pin
vanikanc9-Jan-13 5:24
vanikanc9-Jan-13 5:24 
GeneralRe: Order execution sequence Pin
Pete O'Hanlon9-Jan-13 5:28
mvePete O'Hanlon9-Jan-13 5:28 
GeneralRe: Order execution sequence Pin
vanikanc9-Jan-13 9:41
vanikanc9-Jan-13 9:41 
GeneralRe: Order execution sequence Pin
YENSIX10-Jan-13 10:56
YENSIX10-Jan-13 10:56 
GeneralRe: Order execution sequence Pin
vanikanc14-Jan-13 9:45
vanikanc14-Jan-13 9:45 
QuestionCalling Console project Pin
PozzaVecia8-Jan-13 9:08
PozzaVecia8-Jan-13 9:08 
AnswerRe: Calling Console project Pin
PIEBALDconsult8-Jan-13 9:17
mvePIEBALDconsult8-Jan-13 9:17 
Yes, you could allow each app to take an optional parameter to execute a particular method then exit -- and that may be a good idea. Using a switch is OK, but may be more maintenance than you want.

Additionally, you could have the MENU app have references to the other apps and call their methods directly rather than using a Process. You could even use the other apps as plug-ins if you want.

Granted, this kind of thinking leads to a fairly complex framework with its own maintenance issues, so you need to use your own judgement about how you predict the system will grow in the future.
GeneralRe: Calling Console project Pin
SledgeHammer018-Jan-13 9:31
SledgeHammer018-Jan-13 9:31 
GeneralRe: Calling Console project Pin
PIEBALDconsult8-Jan-13 11:05
mvePIEBALDconsult8-Jan-13 11:05 
AnswerRe: Calling Console project Pin
PozzaVecia8-Jan-13 9:23
PozzaVecia8-Jan-13 9:23 
GeneralRe: Calling Console project Pin
SledgeHammer018-Jan-13 9:31
SledgeHammer018-Jan-13 9:31 
GeneralRe: Calling Console project Pin
PIEBALDconsult17-Jan-13 12:45
mvePIEBALDconsult17-Jan-13 12:45 
GeneralRe: Calling Console project Pin
Dave Kreskowiak8-Jan-13 9:44
mveDave Kreskowiak8-Jan-13 9:44 
GeneralRe: Calling Console project Pin
PozzaVecia8-Jan-13 10:41
PozzaVecia8-Jan-13 10:41 
GeneralRe: Calling Console project Pin
Pete O'Hanlon8-Jan-13 11:28
mvePete O'Hanlon8-Jan-13 11:28 
GeneralRe: Calling Console project Pin
Dave Kreskowiak8-Jan-13 12:41
mveDave Kreskowiak8-Jan-13 12:41 
GeneralRe: Calling Console project Pin
PIEBALDconsult8-Jan-13 13:40
mvePIEBALDconsult8-Jan-13 13:40 
GeneralRe: Calling Console project Pin
BobJanova10-Jan-13 1:29
BobJanova10-Jan-13 1:29 
QuestionC# Reading Excel resource file Pin
Member 97041538-Jan-13 5:48
Member 97041538-Jan-13 5:48 
AnswerRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 6:18
mveRichard MacCutchan8-Jan-13 6:18 
GeneralRe: C# Reading Excel resource file Pin
eferreyra8-Jan-13 6:43
eferreyra8-Jan-13 6:43 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 6:46
mveRichard MacCutchan8-Jan-13 6:46 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 7:52
Member 97041538-Jan-13 7:52 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 8:23
mveRichard MacCutchan8-Jan-13 8:23 

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.