Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simulating a user clicking on scrollbar in a form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00678570
Message ID:
00680453
Vues:
18
>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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform