Re: message pumping for child dialog
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 21:41:13 -0800
<ptlchetan@xxxxxxxxx> wrote in message
news:25046aa3-0cf9-4853-8ec6-b0f64b713412@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hello frz,
i want to design some user interface in win32 application like
(keybord interface of iphone_ipod):
if my mouse is on control(button) then button is zoomIn(i need to get
click event) and if mouse left button region then its come to zoomOut
with its original size ,
problems:
i get mouse event when mouse HOVER but fail to get
LEAVE event
You need to call TrackMouseEvent() to get the Leave event.
how can i store original sizze of control if once
button zoom in then while left it zoom out to origianl size?
Before zooming it, call GetWindowRect() and you will get a rectangle of the
original size.
-- David
.
- References:
- message pumping for child dialog
- From: ptlchetan
- message pumping for child dialog
- Prev by Date: Re: CDHtmlDialog fail to load image in Vista
- Next by Date: Re: Order of Parent / Child WM_PAINT messages
- Previous by thread: message pumping for child dialog
- Next by thread: Re: message pumping for child dialog
- Index(es):