Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simulating a user clicking on scrollbar in a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00678570
Message ID:
00680453
Views:
19
>Hi,
>
>As well as David's suggestion I think you could use the API SendMessage() :
>
>DECLARE INTEGER SendMessage IN WIN32API INTEGER HWND, INTEGER msg, SHORT WParam, INTEGER LParam
>
>SendMessage(thisform.hWnd,277,lnScrollDirection,0)
>
>where lnScrollDirection = 0 for up, 1 for down. FWIW you can use this with objects other than forms - such as TreeViews.
>
>HTH,
>Viv

Thanks, Viv... I'll look into this option as well!
Previous
Reply
Map
View

Click here to load this message in the networking platform