Click here to Skip to main content
15,887,417 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: help plz Pin
Peter Charlesworth2-Mar-06 9:40
Peter Charlesworth2-Mar-06 9:40 
AnswerRe: help plz Pin
ThatsAlok2-Mar-06 17:27
ThatsAlok2-Mar-06 17:27 
AnswerRe: help plz Pin
DoctorEd5-Mar-06 10:36
DoctorEd5-Mar-06 10:36 
QuestionSaving console's output buffer Pin
Brett Peirce2-Mar-06 6:43
Brett Peirce2-Mar-06 6:43 
AnswerRe: Saving console's output buffer Pin
David Crow2-Mar-06 8:06
David Crow2-Mar-06 8:06 
GeneralRe: Saving console's output buffer Pin
Brett Peirce2-Mar-06 9:05
Brett Peirce2-Mar-06 9:05 
QuestionRe: Saving console's output buffer Pin
David Crow2-Mar-06 9:38
David Crow2-Mar-06 9:38 
AnswerRe: Saving console's output buffer Pin
Brett Peirce2-Mar-06 12:56
Brett Peirce2-Mar-06 12:56 
    I am not attempting to start another application or window or process, unless that is the only way to accomplish my goal.
    My goal is to basically have a splash screen or menu or notification box or anything, pop up in the middle of an application, getting a response from the user, and then disappearing, leaving the former output intact.
    This is an ideal situation - I know it must be possible, because I have seen it in several DOS applications. I assume that they were written in c++ or that this function can be emulated or reproduced in c++ in some way.
    It is not necessary to the function of the program, but looks a lot nicer than clearing the screen or buffer. Also, I think it must be easier to save and restore the buffer (that is, whatever may be displayed on the console screen at the time) than it would be to figure out whatever may be displayed and restoring it manually.
    I don't want to open another window or start another program, I want to more or less simulate what windows shows with menus or dialog boxes (except extremely simplified) in a single console/DOS window or from the command prompt.

sincerely, Brett Peirce - PolerBear
To err is human; To forgive: divine.
GeneralRe: Saving console's output buffer Pin
David Crow3-Mar-06 2:50
David Crow3-Mar-06 2:50 
GeneralRe: Saving console's output buffer Pin
Brett Peirce6-Mar-06 6:30
Brett Peirce6-Mar-06 6:30 
Questionpassing CString into ofstream? Pin
ldsdbomber2-Mar-06 6:09
ldsdbomber2-Mar-06 6:09 
AnswerRe: passing CString into ofstream? Pin
David Crow2-Mar-06 6:32
David Crow2-Mar-06 6:32 
GeneralRe: passing CString into ofstream? Pin
ldsdbomber2-Mar-06 21:54
ldsdbomber2-Mar-06 21:54 
QuestionWMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 5:47
viperlogic2-Mar-06 5:47 
QuestionRe: WMI Win32_PingStatus address help Pin
David Crow2-Mar-06 8:02
David Crow2-Mar-06 8:02 
AnswerRe: WMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 8:19
viperlogic2-Mar-06 8:19 
GeneralRe: WMI Win32_PingStatus address help Pin
David Crow2-Mar-06 8:26
David Crow2-Mar-06 8:26 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 8:36
viperlogic2-Mar-06 8:36 
GeneralRe: WMI Win32_PingStatus address help Pin
Ryan Binns2-Mar-06 16:59
Ryan Binns2-Mar-06 16:59 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 22:44
viperlogic2-Mar-06 22:44 
GeneralRe: WMI Win32_PingStatus address help Pin
Nibu babu thomas3-Mar-06 0:27
Nibu babu thomas3-Mar-06 0:27 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic3-Mar-06 4:36
viperlogic3-Mar-06 4:36 
GeneralRe: WMI Win32_PingStatus address help Pin
Ryan Binns3-Mar-06 13:50
Ryan Binns3-Mar-06 13:50 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic6-Mar-06 9:08
viperlogic6-Mar-06 9:08 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic6-Mar-06 9:27
viperlogic6-Mar-06 9:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.