What is the simple way to display text in console window when user run the Windows application in commad line? Currently, my Windows application does take command line input but it wouldn't display...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10041525.html
I have just finished porting a unix app to a NT console app and would like to move it into a full MFC windows app.
Currently the NT console app displays graphics in one window (this window is bein...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10046733.htm...
Zones:
Windows MFCDate Answered: 04/08/1998 Grade: A Views: 0
How do I change the shape of the console cursor? Mainly I just want to turn it off, make it blank.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10054179.html
Zones:
C++Date Answered: 05/26/1998 Grade: A Views: 0
I want to create a small app that does not use a console and does not display a console. Any idea how to do this using visual c++ 5.0?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10066155.html
Zones:
C++Date Answered: 07/22/1998 Grade: B Views: 0
I need to run several console applications from a GUI
application one after the other. I also need to capture the stdout/stderr
of these applications and their exit code.
What is the best way to do...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10075352.htm...
Zones:
Windows MFCDate Answered: 08/25/1998 Grade: A Views: 0
For a win32 console applications, how are the events for mouse, keyboard handled? I am familiar with Unix event loop but for Windows NT application, is there an equivalent?
Please explain.
How do ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10086703.html
Zones:
C++Date Answered: 10/30/1998 Grade: C Views: 0
I want to create a console application, but I would also like to use some of the features that are in MFC.
I linked my console app with #include <afx.h> and calls to MFC classes successfully. Howe...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10090543.htm...
I want to write a program that, if invoked from a console, will output to the console, but if it's icon is double clicked it should open a new window. My problem is, I don't know how to make an ap...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10135184.html
ENV: VC 6.0 Win98/NT4
I created some file processing utility. It is MFC based. It also supports command line mode. E.g. when no command line options specified it runs in GUI mode, otherwise it pro...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10171350.html
Is there a way I can set the 1) current cursor location, 2) foreground color, and 3) background color in my console application window?
I'm trying to compile a simple DOS program I wrote as a cons...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10171468.html