|
-
Oct 17th, 2003, 10:57 PM
#1
LockWindowUpdate in .NET? *resolved*
I was wondering if there is a way to do that in .NET
there is a SuspendLayout function, but seems like it doesnt really lock the control? does it?
Last edited by MrPolite; Oct 18th, 2003 at 03:26 AM.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 18th, 2003, 12:59 AM
#2
Frenzied Member
No, It does not really suspend the drwaing of control.
It 'Temporarily suspends the layout logic for the control. The SuspendLayout and ResumeLayout methods are used in tandem to suppress multiple Layout events while you adjust multiple attributes of the control. For example, you would typically call the SuspendLayout method, then set the Size, Location, Anchor, or Dock properties of the control, and then call the ResumeLayout method to allow the changes to take effect.'
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Oct 18th, 2003, 03:25 AM
#3
aha thanks, makes more sense now
I ended up using lockwindowupdate btw
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|