|
-
Jul 2nd, 2008, 07:41 PM
#1
make a user control not resizable?
How can i do that? I want my user control to have a fixed size
havent touched C# in a while, cant remember what to override to disable user control resizing
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!!
-
Jul 3rd, 2008, 02:16 PM
#2
Re: make a user control not resizable?
Override the AllowResize property and have it always return false.
-
Jul 3rd, 2008, 02:18 PM
#3
Re: make a user control not resizable?
Apologies, I was still in ASP.NET mode. Override SetBoundsCore.
-
Jul 3rd, 2008, 08:16 PM
#4
Re: make a user control not resizable?
thanks mate! I shall give that a try . Sounds familiar
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
|