Creating a TextBox Control

D

Dinesh

Hi

I want an approach(Procedures - steps - logic) on creating a textbox
control. In detail, how should i go for the Painting , handling the key
inputs for that control....

I dont want to implement all of the textbox functioalities.But a good
start for that will help me in proceeding furthur....

Looking forward to ur replies.....


Thanks
Dinesh.C
 
G

Guest

See guidelines how to write you own controls there
http://www.codeproject.com/cs/miscctrl/#Beginners
Section "Beginners"
I want an approach(Procedures - steps - logic) on creating a textbox
control. In detail, how should i go for the Painting , handling the key
inputs for that control....

I dont want to implement all of the textbox functioalities.But a good
start for that will help me in proceeding furthur....

Looking forward to ur replies.....

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

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.

Ask a Question

Top