开发者

How can we create a partial read-only textbox in windows forms c#?

开发者 https://www.devze.com 2023-01-05 07:10 出处:网络
I want to get details of the names where their surname is fixed(readonly) in the textbox and original name should be typed from the user end开发者_运维问答....Is there anyway to make it in windows for

I want to get details of the names where their surname is fixed(readonly) in the textbox and original name should be typed from the user end开发者_运维问答....Is there anyway to make it in windows forms...Please help me I would be really thankful.


Make two textboxes.

Set the ReadOnly property to true for one of them.

0

精彩评论

暂无评论...
验证码 换一张
取 消