Hi,
I've read a few topics about programs that combine WinForms and console applications but it seems my question hasn't been solved yet. Is it possible to run a program from cmd-line and to be able to control the app via forms and via cmd-line commands? It means:
- for ordinary users of the app to control the app via (win) forms,
- for debugging and advanced users to control the app via console (and optionally see what's happening in WinForms))
I know that what I want is quite a big deal and it will probably mean a lot of work but still I would like to know how to do it properly.
Thanks!