I have an Inerited Form that of course inherit from another form. The form is a email message with the classic from, Cc, subject with there textboxes and a textarea for the body of the mail! My reply form inherit from this. The problem is, I can't put the ReadOnly property to true on all the properties of each textboxex of this inherited form. All the properties are enabled = false. Why?
The problem is, I am programming a email application and it's a tutorial and I'm following all the steps, on the book they say to change the readOnly property to true, but I just can't do it.
Thx for helping!
Mckaulick
The problem is, I am programming a email application and it's a tutorial and I'm following all the steps, on the book they say to change the readOnly property to true, but I just can't do it.
Thx for helping!
Mckaulick