Friday, January 8, 2010

Do you know a tutorial in C# for creating a resizing tool?

I'm an undergrad trying to modify this educational program that has textboxes that the user can place and type in. So far the user can move the textbox all around, but they can't resize it. I'm trying to get it to where you can click drag and drop to resize to the desired size like you can do with a window on the internet. I'm fairly new to graphics and stuff and would appreciate any help/advice. Thanks.Do you know a tutorial in C# for creating a resizing tool?
You'll want to check out CodeProject. There are tons of examples there for extending Windows Forms components to make your own. In your example, you'll want to extend the traditional TextBox and make it resizable - this is certainly possible to do. Start looking around at http://www.codeproject.com/Do you know a tutorial in C# for creating a resizing tool?
http://www.codeproject.com/cs/miscctrl/r鈥?/a>

No comments:

Post a Comment