Click to See Complete Forum and Search --> : How do i Map SetFocus for Button Ctrl


raj_s76
11-18-2002, 11:22 PM
Hi,

I am working on EVC. In the Dialog Based Appln. I placed One Button in the Dialog. How do i find how many sec. user pressed on the ( Button )got in SetFocus.( ie. time between pressed and released).

expecting ur reply ASAP.

thanks,
regards,
Rajesh. S(rajesh_s76@hotmail.com)

treyjazz
12-05-2002, 01:29 AM
you would probably have to get the time on the MouseDown and again on MouseUp and get the seconds from that.