Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to prevent starting task bar and pressing Alt-Tab Pin
Vu Truong23-Dec-02 23:03
Vu Truong23-Dec-02 23:03 
AnswerRe: How to prevent starting task bar and pressing Alt-Tab Pin
jmkhael23-Dec-02 23:34
jmkhael23-Dec-02 23:34 
Generalgui programming Pin
trustno123-Dec-02 22:12
trustno123-Dec-02 22:12 
GeneralRe: gui programming Pin
Rickard Andersson2023-Dec-02 23:38
Rickard Andersson2023-Dec-02 23:38 
GeneralRe: gui programming Pin
jmkhael23-Dec-02 23:42
jmkhael23-Dec-02 23:42 
GeneralRe: gui programming Pin
Rickard Andersson2023-Dec-02 23:52
Rickard Andersson2023-Dec-02 23:52 
GeneralRe: gui programming Pin
Christian Graus24-Dec-02 0:45
protectorChristian Graus24-Dec-02 0:45 
GeneralOstream pointer to the standard output Pin
tom7623-Dec-02 21:56
tom7623-Dec-02 21:56 
Hello!
I'm taking a couple of functions from a windows program and putting them in to my console application (with mfc) but to call one function I need a pointer to the output device. In windows this pointer pointed to a list box, but since consoles don't have those I want to write to the basic output device (like cout does). I've got

ostream* Console = NULL;
Console = ???

I can't find out how to tell the pointer that it points to the console window. Is this possible?

The functions simply get the atached printers and display the text strings.

Obseve everything, remember more...
GeneralRe: Ostream pointer to the standard output Pin
udayGovekar23-Dec-02 22:40
udayGovekar23-Dec-02 22:40 
GeneralChecked background Pin
comrade23-Dec-02 21:17
comrade23-Dec-02 21:17 
GeneralRe: Checked background Pin
Christian Graus24-Dec-02 0:46
protectorChristian Graus24-Dec-02 0:46 
GeneralRe: Checked background Pin
comrade24-Dec-02 8:36
comrade24-Dec-02 8:36 
GeneralRe: Checked background Pin
PJ Arends24-Dec-02 9:00
professionalPJ Arends24-Dec-02 9:00 
GeneralWaiting for Microseconds Pin
Anonymous23-Dec-02 21:02
Anonymous23-Dec-02 21:02 
GeneralRe: Waiting for Microseconds Pin
Christian Graus24-Dec-02 0:48
protectorChristian Graus24-Dec-02 0:48 
GeneralRe: Waiting for Microseconds Pin
Vagif Abilov24-Dec-02 5:03
professionalVagif Abilov24-Dec-02 5:03 
GeneralRe: Waiting for Microseconds Pin
Gary R. Wheeler25-Dec-02 4:48
Gary R. Wheeler25-Dec-02 4:48 
GeneralRe: Waiting for Microseconds Pin
Mike Nordell26-Dec-02 7:29
Mike Nordell26-Dec-02 7:29 
GeneralSending messages to parent window Pin
brandon187923-Dec-02 19:53
brandon187923-Dec-02 19:53 
GeneralRe: Sending messages to parent window Pin
Christian Graus23-Dec-02 20:48
protectorChristian Graus23-Dec-02 20:48 
GeneralCDateTimeCtrl Control Focus Problem Pin
cool_jay23-Dec-02 18:43
cool_jay23-Dec-02 18:43 
Generallogonuser Pin
r i s h a b h s23-Dec-02 18:35
r i s h a b h s23-Dec-02 18:35 
GeneralRe: logonuser Pin
Mike Nordell26-Dec-02 7:32
Mike Nordell26-Dec-02 7:32 
Questionstrstr - case in-sensitive version? Pin
Nish Nishant23-Dec-02 12:11
sitebuilderNish Nishant23-Dec-02 12:11 
AnswerRe: strstr - case in-sensitive version? Pin
Christian Graus23-Dec-02 12:37
protectorChristian Graus23-Dec-02 12:37 

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.