View Full Version : Text Box Control


fernin8r
05-29-2002, 07:12 AM
How do i control a text box with an option button?

llkhoutx
05-29-2002, 04:37 PM
I assume you mean that you just want to set various textbox properties via a button. On the cmdYourButton_Click event, set the properties you want.

Otherwise, what is meant by "control a textbox?"

fernin8r
05-30-2002, 12:17 PM
I figured it out. thanks