Article ID: 196103 - Last Review: July 11, 2005 - Revision: 3.2 How To Activate a Full Screen MS-DOS or Console ApplicationThis article was previously published under Q196103 SUMMARY
A full screen MS-DOS application or a full screen Win32 console application
can be activated from a Win32 application by using the Platform SDK's APIs
SetForegroundWindow() and ShowWindow().
MORE INFORMATION
Assuming the caption of the MS-DOS application or the Win32 console
application is Test.exe, the following sample code activates the minimized
MS-DOS or Win32 console application:
| Article Translations
|
Back to the top
