Click here to Skip to main content
15,926,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with dll Pin
Jörgen Sigvardsson27-Jun-04 11:17
Jörgen Sigvardsson27-Jun-04 11:17 
GeneralPipes Pin
Archer28225-Jun-04 20:08
Archer28225-Jun-04 20:08 
GeneralRe: Pipes Pin
Trollslayer26-Jun-04 5:47
mentorTrollslayer26-Jun-04 5:47 
GeneralRe: Pipes Pin
Graham Bradshaw26-Jun-04 13:54
Graham Bradshaw26-Jun-04 13:54 
GeneralMinimize another app. Pin
Some_Dude25-Jun-04 18:53
Some_Dude25-Jun-04 18:53 
GeneralRe: Minimize another app. Pin
Archer28225-Jun-04 20:05
Archer28225-Jun-04 20:05 
GeneralRe: Minimize another app. Pin
Some_Dude26-Jun-04 20:50
Some_Dude26-Jun-04 20:50 
GeneralRe: Minimize another app. Pin
Archer28227-Jun-04 17:28
Archer28227-Jun-04 17:28 
Well, you could also use ShowWindow() to hide and show it,

here is what i would do


in the main thread set a HWND variable to 0 by default, continously loop and test for CTRL+Z

if CTRL+Z is pressed and the variable is 0, then call GetForegroundWindow() and store its hwnd in the variable, and hide the window
if the variable is not empty then show the window and set the variable back to 0
Generalchange data in C++ dll by a C# program Pin
ting66825-Jun-04 17:15
ting66825-Jun-04 17:15 
Questionhow to creat a SubDialog dynamically Pin
yingkou25-Jun-04 15:50
yingkou25-Jun-04 15:50 
AnswerRe: how to creat a SubDialog dynamically Pin
Michael Dunn25-Jun-04 17:03
sitebuilderMichael Dunn25-Jun-04 17:03 
GeneralChild Window Not Recieving Keyboard Input Properly Pin
Xzyx987X25-Jun-04 15:49
Xzyx987X25-Jun-04 15:49 
GeneralRe: Child Window Not Recieving Keyboard Input Properly Pin
Johan Rosengren25-Jun-04 20:14
Johan Rosengren25-Jun-04 20:14 
GeneralRe: Child Window Not Recieving Keyboard Input Properly Pin
Xzyx987X25-Jun-04 23:43
Xzyx987X25-Jun-04 23:43 
GeneralRe: Child Window Not Recieving Keyboard Input Properly Pin
Johan Rosengren26-Jun-04 0:15
Johan Rosengren26-Jun-04 0:15 
GeneralGetting around vanishing pointers Pin
brdavid25-Jun-04 14:38
brdavid25-Jun-04 14:38 
GeneralRe: Getting around vanishing pointers Pin
bneacetp25-Jun-04 16:31
bneacetp25-Jun-04 16:31 
GeneralRe: Getting around vanishing pointers Pin
Michael Dunn25-Jun-04 17:06
sitebuilderMichael Dunn25-Jun-04 17:06 
GeneralRe: Getting around vanishing pointers Pin
CaesarCZ26-Jun-04 6:48
CaesarCZ26-Jun-04 6:48 
GeneralRe: Getting around vanishing pointers Pin
brdavid26-Jun-04 8:22
brdavid26-Jun-04 8:22 
GeneralBrightness of LCD Display Pin
Blake Miller25-Jun-04 12:52
Blake Miller25-Jun-04 12:52 
GeneralTerminate word application Pin
elephantstar25-Jun-04 12:42
elephantstar25-Jun-04 12:42 
GeneralRe: How to send Msg to child window Pin
Sumit Kapoor25-Jun-04 11:03
Sumit Kapoor25-Jun-04 11:03 
GeneralRe: How to send Msg to child window Pin
Christopher Lloyd25-Jun-04 15:22
Christopher Lloyd25-Jun-04 15:22 
QuestionHow to send Msg to child window Pin
Sumit Kapoor25-Jun-04 10:21
Sumit Kapoor25-Jun-04 10:21 

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.