Hi,
VS2005b2 - I think TextBox.Cut, TextBox.Paste etc should not work with ReadOnly = true...
Because of that missing, I have to add tests in my code to prevent that.
Am'I missing something ?
TIA, AndreB.
Herfried K. Wagner [MVP] - 29 Sep 2005 12:01 GMT
"AndreB" <news@AndreB.fr> schrieb:
>VS2005b2 - I think TextBox.Cut, TextBox.Paste etc should not work with
>ReadOnly = true...
'ReadOnly' is a presentation feature, 'TextBox.Cut' et al. can be called by
your application and do not require user interaction.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>