Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp .net event equivalent (aka vfp nostalgia)
Message
 
To
31/12/2010 12:24:29
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB 8.0
OS:
Vista
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Miscellaneous
Thread ID:
01494224
Message ID:
01494245
Views:
57
Thanks TC. And happy 2011.

>>How do you thisform.lockscreen = .t. in .net?
>>How do you keyboard clear in .net?
>
>The closest I know of is using SendMessage from user32.dll and WM_SETREDRAW:
>
>Before to freeze:
>
> SendMessage(ObjectControlPanel.Handle, WM_SETREDRAW, false, 0);
>
>After to unfreeze:
>
> SendMessage(ObjectControlPanel.Handle, WM_SETREDRAW, true, 0);
>
>Or maybe SuspendLayout () and ResumeLayout () those existed in 1.1
>
>I haven't researched this is a couple of years though....there may be something better...

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Reply
Map
View

Click here to load this message in the networking platform