Re: message pumping for child dialog

Tech-Archive recommends: Fix windows errors by optimizing your registry



<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


.


Quantcast