Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling a disabled treeview
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00911474
Message ID:
00912012
Views:
15
>Hi Barbara,
>
>I didn't follow this thread so I would comment on Lockscreen only. It works with VFP controls only. For ActiveX controls you can use LockWindowUpdate Win API. Something like
DECLARE INTEGER LockWindowUpdate IN Win32API;
> INTEGER hWnd
>* Assuming that it's called from inside TreeView
>= LockWindowUpdate(This.hWnd)
>* DO Whatever
>= LockWindowUpdate(0)
>
Now that's useful! Thanks Sergey!
Previous
Reply
Map
View

Click here to load this message in the networking platform