Advertisement

1 - 10 of 44 containing alltags:("wm_paint") (0 seconds)
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 ...
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.
Zones: Windows ProgrammingDate Answered: 06/19/1998 Grade: A Views: 0
I want to get know whenever a window receives a message (e.g. WM_PAINT).
Zones: Windows ProgrammingDate Answered: 02/28/1999 Grade: B Views: 0
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...
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...
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...
Zones: Windows ProgrammingDate Answered: 12/27/2000 Grade: B Views: 0
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, ...
Zones: Windows ProgrammingDate Answered: 03/05/2001 Grade: C Views: 0
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...
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...
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 ...
Zones: Windows ProgrammingDate Answered: 02/29/2004 Grade: A Views: 0