TheWizardofInt
Junior Contributor
I am writing a program which allows adding new components - text boxes and labels
I want to be able to click the edge of a text box, hold the mouse button down and drag it to increase the component's width
How do I add this event to the object that I add at run time?
I want to be able to click the edge of a text box, hold the mouse button down and drag it to increase the component's width
How do I add this event to the object that I add at run time?