Textbox readonly -> but not with readonly property

  • Thread starter Thread starter Milosz - [playseven.com]
  • Start date Start date
M

Milosz - [playseven.com]

How to make TextBox readonly without using the Readonly or enabled property.
Setting these properties to true change the colors of the textbox, and i
want to avoid this.

thx
 
Milosz,

my solution was to handle GetFocus event and there put the focus back to
the form. Does that help?

Christoph
 
yes it does !

thx a lot


C. Vollmer said:
Milosz,

my solution was to handle GetFocus event and there put the focus back to
the form. Does that help?

Christoph
 
Back
Top