atesh Posted September 23, 2003 Posted September 23, 2003 Is there a simple way to set up controls such as textboxes or listboxes so that the user can click on the border and resize them (like with the form)? Quote To err is human, to really foul things up requires a computer.
*Experts* mutant Posted September 23, 2003 *Experts* Posted September 23, 2003 You would have to code that functionality yourself, or maybe there is something like this somewhere on the internet. :) Quote
AlexCode Posted September 23, 2003 Posted September 23, 2003 It´s not so dificult... you just have to inherit from the base control and add this functionality to the control... You can even draw the litle squares around the control but it isn't necessary... you can capture the mouse position on the border of the controls, change the cursor to the apropriate one and set the size property of the control to the mouse position ... easy... Try it like this... it isn't hard! :D Quote Software bugs are impossible to detect by anybody except the end user.
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.