Hello guys,
I just don't know where to start.
How does one develop app with GUI and console?
Passing command arguments when invoking this app should either runn the gui or console.
Do i have to develop two separate apps gui and console
any ideas here?
APP with GUI & console
Started by avosoft, May 11 2010 08:50 AM
3 replies to this topic
#1
Posted 11 May 2010 - 08:50 AM
|
|
|
#2
Posted 11 May 2010 - 12:54 PM
It depends a LOT on the language/toolkit used.
#3
Posted 11 May 2010 - 01:33 PM
WingedPanther said:
It depends a LOT on the language/toolkit used.
I'll be using vb6/vb.net/C# any of the three.
#4
Posted 11 May 2010 - 04:22 PM
It depends a little on how .NET handles initializing console vs GUI apps, but I'd start by building the logic in a completely neutral way. You want to view the logic and data as completely independent of the GUI. Then you build the GUI and console interfaces to hook into that.


Sign In
Create Account


Back to top









