Do you want to learn how to write controls like the textbox, or do you
just want to use the textbox control in your app. There are some great
articles that describe how to extend the textbox control according to
your requirements. Take a look at these articles, let me know if this is
not what you were looking for
i don't to extend the text box control i need to know how to create
it from scratch i mean like M.S Word it has this white background you write
on
and another thing the textbox control is only limited to 32kb of text .
let's say that you are going to create a notepad application without the
textbox how do you do that ?
Why would you like to do this? If your only problem is the number of
characters as you mentioned, you can use MaxLength property to specify it.
Its limited by available memory or 2147483646, whichever is smaller(see docs
for details).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.