I am building a Windows form application and I have a text box for searching purposes.
I would like to put a search icon inside the text box, at the right or left
like this:
I would prefer at the right
I am asking about Windows forms not ASP.net or MVC
You can use a Panel
, a TextBox
and a PictureBox
.
The TextBox must be placed in a Panel so you can't write over your search picture.