Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp .net event equivalent (aka vfp nostalgia)
Message
 
À
31/12/2010 12:24:29
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
VB 8.0
OS:
Vista
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Divers
Thread ID:
01494224
Message ID:
01494245
Vues:
58
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform