I have two forms, a main one and a sub one. You click a button on the main to launch the sub. Now, on the sub is a textbox and two command buttons, OK and Cancel. When I type "blah" into the textbox and hit OK, the sub form closes. If I launch it again, the textbox displays "blah". I type "foo" into the textbox and hit Cancel, the sub form closes.
What I want to happen when I launch the sub form again is to see "blah" typed in the textbox, not "foo", just like how the Cancel button works in Windows. How do I accomplish this?
What I want to happen when I launch the sub form again is to see "blah" typed in the textbox, not "foo", just like how the Cancel button works in Windows. How do I accomplish this?