I have created the subject textbox to be read only when a person replies to it, so it obviously won't be changed. What I want to do is add another textbox, right beside the subject and a button.
Inside this textbox (which I've called txtPassword), I want someone to enter the password and hit the button (btnPassword). If the password is correct, I want the subject to become editable. Basically, unchecking the readonly box in the properties.
I have the button and the textbox. What I want to know is how, in the visual basic editor, do I get the subject box to change so that it can be editable when a user clicks the button?
Inside this textbox (which I've called txtPassword), I want someone to enter the password and hit the button (btnPassword). If the password is correct, I want the subject to become editable. Basically, unchecking the readonly box in the properties.
I have the button and the textbox. What I want to know is how, in the visual basic editor, do I get the subject box to change so that it can be editable when a user clicks the button?