Jump to content

APP with GUI & console

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
avosoft

avosoft

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
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?
Programming is all about good logic. Spend more time here

vHost for Apache:thumbup1:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It depends a LOT on the language/toolkit used.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
avosoft

avosoft

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts

WingedPanther said:

It depends a LOT on the language/toolkit used.

I'll be using vb6/vb.net/C# any of the three.
Programming is all about good logic. Spend more time here

vHost for Apache:thumbup1:

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog