Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with dll Pin
dolph_loe25-Jun-04 20:40
dolph_loe25-Jun-04 20:40 
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 
Ok well im getting somewhere but not quite doing what i need. Here is what im trying to do:

Build a simple app the runs in the background while I play a full screen game. The game does not have an minimize ability. So I want to have my app minimize the game when I press Ctrl+Z.

So far I have been able to get it to work (sort of) but only for windows and not the full screen game that I want to minimize. I'm using GetAsyncKeyState() to test the keys and GetForegroundWindow() to get the handle to the active window then just use CloseWindow() to minimize. But this does not seem to work for full screen apps. Any suggestions?
Thanks for the help.
GeneralRe: Minimize another app. Pin
Archer28227-Jun-04 17:28
Archer28227-Jun-04 17:28 
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 

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.