c# 4.0 - How to add a text box with a magnifier icon at the corner in windows forms using C# -
i need add textbox magnifier icon @ corner..please suggest me ways of doing using c# code , ensure text not hidden under magnifier symbol.
your answer usercontrol .
a usercontrol customized control consists of other standard controls.
to make one:
1.start new windowsformscontrollibrary project
2.in usercontrol1 add controls , change properties (ie. textbox, button, etc.)
3.compile project
4.drag dll file bin folder toolbox
5.use usercontrol1 other controls
may link can useful :-
http://www.vbaccelerator.com/home/net/code/controls/listbox_and_combobox/textbox_icon/article.asp
Comments
Post a Comment