|
-
April 27th, 1999, 03:25 AM
#1
OnVScroll() get call twice?
can anybody tell why OnVScroll()/OnHScroll() will get called twice whenever an scroll event has occurred ?
-
April 27th, 1999, 06:30 AM
#2
Re: OnVScroll() get call twice?
Once for the action e.g SB_PAGEUP
Once for the end scroll event i.e SB_ENDSCROLL
-
April 27th, 1999, 06:31 AM
#3
Re: OnVScroll() get call twice?
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.
-
April 27th, 1999, 07:18 PM
#4
Re: OnVScroll() get call twice?
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|