Eugene
April 27th, 1999, 03:25 AM
can anybody tell why OnVScroll()/OnHScroll() will get called twice whenever an scroll event has occurred ?
|
Click to See Complete Forum and Search --> : OnVScroll() get call twice? Eugene April 27th, 1999, 03:25 AM can anybody tell why OnVScroll()/OnHScroll() will get called twice whenever an scroll event has occurred ? eugene April 27th, 1999, 03:25 AM can anybody tell why OnVScroll()/OnHScroll() will get called twice whenever an scroll event has occurred ? April 27th, 1999, 06:30 AM Once for the action e.g SB_PAGEUP Once for the end scroll event i.e SB_ENDSCROLL April 27th, 1999, 06:31 AM I don't recall the details, but put a breakpoint at the first line in the VScroll or HScroll method handler and examine all of the parameter values. For each call, the set of parameter values are different. Eugene April 27th, 1999, 07:18 PM I've examine the value of the parameter and i known it is different each time it get called, but i want to know why it get call twice? eugene April 27th, 1999, 07:18 PM I've examine the value of the parameter and i known it is different each time it get called, but i want to know why it get call twice? codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |