Click here to Skip to main content
15,917,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want The Tooltip instead of a text to be drawn to allow TextBox to type text
Posted
Updated 15-Feb-11 19:49pm
v2
Comments
Abhinav S 16-Feb-11 1:55am    
WPF will be a better option to do this type of thing!
Sergey Alexandrovich Kryukov 16-Feb-11 2:48am    
You can do it, but why? Want to confuse or impress your user?
--SA

Tooltips are not meant for text entry: they are only for display information. You will have to duplicate the functionality yourself, using the MouseHover Event and (probably) a custom control.
 
Share this answer
 
CSS
I'll draw a circle through the System.Draqwing
 Inside the circle I can display photos
 How can the circle filled with TextBox?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900