I don't really know the difference between what WM_PAINT does and what WM_DRAW does, and this is
causing some trouble. I have an application with a CEditView and I have a string of text that I am ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10044365.htm...
Zones:
Windows MFCDate Answered: 03/24/1998 Grade: A Views: 0
When a window recieves a WM_PAINT message beacuse another window either covered or uncover part of it, is it possible to find out which window caused that WM_PAINT message?
Thanks.
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10058846.html
I want to get know whenever a window receives a message (e.g. WM_PAINT).
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10133666.html
Hi !
I am using a bitmap as background of my dialog box. the dialog box contains a listbox, edit box and command buttons.
The code for drawing bitmap on dialog box is wriiten in WM_PAINT as shown b...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10175930.html
Zones:
C++Date Answered: 06/28/1999 Grade: B Views: 17
In my dialog-based application I use a CTabCtrl control placed in the main dialog. I have few modeles child dialogs, that in response to Tab changing events I modify their ShowWindow() status, thus...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20000920.htm...
Zones:
Windows MFCDate Answered: 12/19/2000 Grade: A Views: 4
I was using a video capture API function in
my window. It was programmed to capture a frame,
freezing it and dump it on to the screen.
Initially I have my status bar on the window,
but during t...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20009982.html
I am learning visual C++ win32 programming (actually embedded VC, but same applies in this case).
I don't understand how windows are updated.
In all the simple "hello" examples i have seen, ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20086899.html
Hi all,
I'm working with MS VisualC++ 6.0 and want to create a custom MFC component.
Now my problem is how do I get the regions of my component that have been invalidated and actually need to b...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20412895.html
Zones:
C++Date Answered: 12/02/2002 Grade: B Views: 0
I'm not too knowledgeable on API programming, so please bear with me.
I've got a picture box with several controls in addition to a number of user controls. I'm supposed to print out the picture...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20735453.html
Zones:
Visual BasicDate Answered: 09/22/2003 Grade: B Views: 0
I am using hooks to detect painting events in another program.
I want to then capture the screen after the painting is done.
My hooks detect the WM_PAINT message before it is done painting,
but ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20819854.html