Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to make bitmap display independent of Device Display Setting Pin
Sharath Jagannath10-Oct-07 20:41
Sharath Jagannath10-Oct-07 20:41 
GeneralFormule founded Pin
Nelek10-Oct-07 20:36
protectorNelek10-Oct-07 20:36 
GeneralRe: how to make bitmap display independent of Device Display Setting Pin
Mark Salsbery11-Oct-07 5:40
Mark Salsbery11-Oct-07 5:40 
QuestionHow to track windows messages of a 3rd party app Pin
dudedotnet9-Oct-07 23:54
dudedotnet9-Oct-07 23:54 
AnswerRe: How to track windows messages of a 3rd party app Pin
Matthew Faithfull10-Oct-07 0:50
Matthew Faithfull10-Oct-07 0:50 
GeneralRe: How to track windows messages of a 3rd party app Pin
dudedotnet10-Oct-07 0:56
dudedotnet10-Oct-07 0:56 
GeneralRe: How to track windows messages of a 3rd party app Pin
Matthew Faithfull10-Oct-07 1:04
Matthew Faithfull10-Oct-07 1:04 
GeneralRe: How to track windows messages of a 3rd party app Pin
dudedotnet10-Oct-07 1:17
dudedotnet10-Oct-07 1:17 
I have an application which displays its child windows one after other at random(i mean it does not have a specific time interval for that). The contro l doesnot return untill it finishes displayin all the windows... I want to capture the screen shots of the windows.. for that i have created a new thread to write the capture code... for now what im doin is for every 2 sec i get the foreground window and capturing it.

It has foll disadvantages:
1. The time i.e 2 sec which im waiting is not constant..so it may capture the same window or skip any window if it appers fast.
2. I cannot navigate from the window since by navigating the foreground window captures the window which i have opened...

As an alternative wht i intend to do is:
When ever the child window appears the focus is shifted from the main window to the child window. So i want to interpret all the messages of the message queue and whenever a WM_ACTIVATE message happens to be present i will read it and if it's hwnd matches with my app then i will capture it...

For this i need to read the messages of the queue and since im new to this field i donno howe to go about it.
GeneralRe: How to track windows messages of a 3rd party app Pin
Matthew Faithfull10-Oct-07 1:55
Matthew Faithfull10-Oct-07 1:55 
GeneralRe: How to track windows messages of a 3rd party app Pin
dudedotnet10-Oct-07 1:58
dudedotnet10-Oct-07 1:58 
QuestionAt a Single console Pin
Jhony george9-Oct-07 23:54
Jhony george9-Oct-07 23:54 
GeneralRe: At a Single console Pin
Matthew Faithfull10-Oct-07 0:34
Matthew Faithfull10-Oct-07 0:34 
GeneralRe: At a Single console Pin
Jhony george10-Oct-07 0:36
Jhony george10-Oct-07 0:36 
QuestionAceesing Microsoft Acess through ODBC Pin
Deepu Antony9-Oct-07 23:43
Deepu Antony9-Oct-07 23:43 
AnswerRe: Aceesing Microsoft Acess through ODBC Pin
David Crow10-Oct-07 3:01
David Crow10-Oct-07 3:01 
QuestionOnSize() of CWnd Pin
prithaa9-Oct-07 23:41
prithaa9-Oct-07 23:41 
AnswerRe: OnSize() of CWnd Pin
Jhony george9-Oct-07 23:47
Jhony george9-Oct-07 23:47 
GeneralRe: OnSize() of CWnd Pin
prithaa9-Oct-07 23:53
prithaa9-Oct-07 23:53 
AnswerRe: OnSize() of CWnd Pin
Nelek10-Oct-07 0:57
protectorNelek10-Oct-07 0:57 
GeneralRe: OnSize() of CWnd Pin
prithaa10-Oct-07 3:21
prithaa10-Oct-07 3:21 
GeneralRe: OnSize() of CWnd Pin
Nelek10-Oct-07 20:34
protectorNelek10-Oct-07 20:34 
QuestionHow to Create Local Machine User? Pin
narayanagvs9-Oct-07 23:39
narayanagvs9-Oct-07 23:39 
AnswerRe: How to Create Local Machine User? Pin
Nelek10-Oct-07 0:50
protectorNelek10-Oct-07 0:50 
Question16 bit RGB bmp to 8 bit grayscale bmp Pin
Deepu Antony9-Oct-07 23:30
Deepu Antony9-Oct-07 23:30 
AnswerRe: 16 bit RGB bmp to 8 bit grayscale bmp Pin
CPallini9-Oct-07 23:47
mveCPallini9-Oct-07 23:47 

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.