المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Textbox Control function.....



C# Programming
07-01-2009, 04:10 PM
If there already exist some text in textBox, then

restrict user, so user can not delete/modify that text, but can add(append) text in to textBox. How to do this?

Soppose:
"Quick brown fox jumps" (already present in text box)

so, user can only append text, but can't modify previous text.

like:
"Quick brown fox jumps ......(only from here he can enter/append)"

regards.