Add one button in textbox

truongpv

New member
Joined
Apr 8, 2009
Messages
2
Programming Experience
1-3
I have 1 button and 1 textbox. I want add this button in textbox but I don't know how to make.
please help me.
 
What do you mean add the button in the textbox?

If you mean embedding it in the textbox then you'll need to create a user control that inherits the textbox and add that functionality yourself as far as I know.
 
Thank you for your answer. I mean to embed the button in the textbox. And when user click the button, one form will be load. Can you give me a example?
 
Back
Top