Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp .net event equivalent (aka vfp nostalgia)
Message
De
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:
01494243
Vues:
75
>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...
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform