Rothariger Posted February 21, 2005 Posted February 21, 2005 Hello, i have a problem. i want to make a user control, with size fixed... does anybody knows how to setup the fixed height??? like a textbox.... thanks...!!! Quote
Leaders snarfblam Posted February 21, 2005 Leaders Posted February 21, 2005 You can try to shadow the .Size, .Width, and .Height properties and in the .Resize event handler if the size is not what it should be then re-resize it back to the correct size. Unfortunately I don't know of any "proper" way to achieve the results you want, but I have done this in VB6 in the past to do the same thing. Quote [sIGPIC]e[/sIGPIC]
AlexCode Posted February 22, 2005 Posted February 22, 2005 This tuturial tels you exactly what you must do: http://divil.co.uk/net/articles/designers/introduction.asp Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Rothariger Posted February 22, 2005 Author Posted February 22, 2005 This tuturial tels you exactly what you must do: http://divil.co.uk/net/articles/designers/introduction.asp Alex :p ok... thanks.... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.