How to prevent putting cursor on TextBox in c# winform

  • Thread starter Thread starter jung wook seo
  • Start date Start date
Two quick solutions:
Solution1: use a Label instead of the TextBox.
Solution2: Set the "Enabled" property as false for your TextBox


Hi~ all

How??

please let me know~

Thanks in advance~

Adrian Vinca [MSFT], Developer Division
--------------------------------------------------------------------
This reply is provided "AS IS", without warranty (express or implied).

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top