Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp .net event equivalent (aka vfp nostalgia)
Message
From
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:
01494243
Views:
74
>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"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform