To console or not to console...
C#
2
Posts
1
Posters
0
Views
1
Watching
-
For an app that may or may not be run in the console (ie it can be run with a dlg interface or at the cmd prompt) how could one determine whether the app is running in the console or not in the entry point?
-
For an app that may or may not be run in the console (ie it can be run with a dlg interface or at the cmd prompt) how could one determine whether the app is running in the console or not in the entry point?
Nevermind... I didn't realize it was an either or situation. Really miss the allocconsole. Maybe we'll just have to import. That's disappointing.