Re: Owner draw repaint
- From: "Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx>
- Date: Tue, 15 Jan 2008 17:39:04 -0700
It's owner-draw if you are calling the graphic methods/functions from your code.
You need to ensure you are drawing in response to WM_PAINT, such as in OnPaint(). You've said nothing about when or where you are drawing so it's not possible to determine what the problem is. Perhaps you can provide more information.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"Tage Korsdal Nielsen" <tkn@xxxxxxxxxx> wrote in message news:%239ew8r2VIHA.536@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I'm manually drawing some items on a dialog - guess this is called "Owner-Draw"?
When I slowly drag another window over my application, my items is not repainted - so I guess I fail to handle some message??
Resize, Max/minimize works ok
Rgds
Tage
.
- Follow-Ups:
- Re: Owner draw repaint
- From: Tage Korsdal Nielsen
- Re: Owner draw repaint
- References:
- Owner draw repaint
- From: Tage Korsdal Nielsen
- Owner draw repaint
- Prev by Date: Using a callback function name as an argument in a function
- Next by Date: Can I Increase size of nNoMansLandSize?
- Previous by thread: Re: Owner draw repaint
- Next by thread: Re: Owner draw repaint
- Index(es):
Relevant Pages
|