Making a fully functional Textbox

  • Thread starter Thread starter James dean
  • Start date Start date
J

James dean

I want to make a fully functional Textbox. Are there any good sites or
code snippets that i could work from?. Also i am making it in C#. C# is
notoriously slow so i want to know is it possible to actually make an
efficient textbox control in C# or is it better to just to do it in C++.
 
James,

Can you describe what is in your opinion a fully functional Textbox.
For me it the one in Net almost the same as notebook.

Do you mean maybe a text editor?
(Where the RichTextbox can be a good start)


Cor
 
Well i want the user to be able to edit,select,write vertical/horizontal
text, use different fonts, wordart, resize text, select text
etc....aligning also......i am sure u get the idea. Its kind of a big
undertaking and i want to plan how to do it well and if its feasible
using C# or not. If u have any useful links, ideas anything i would
appreciate it.......
 
Back
Top