Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
hello everyone .

how I can create a textbox in title bar in windows form application in vb.net 2010
I need this textbox for quick search in my application .
tnx all.
Posted
Comments
Rad.Application 16-Sep-12 1:25am    
I tag Vb.Net and its clear i dont need any project of C#
nice one :)

1 solution

Similar question asked and answered here: Draw a textbox in title bar using c# windows application [^]

It says:
You are trying to attach controls to the non-client area of the Form. Here are a couple of articles that do it, but none of them are attaching a windows control to the area. You should be able to create a windows control and provide the parent as the form and try to place it in the non-client area

http://www.codeplex.com/Wiki/View.aspx?ProjectName=CustomerBorderForm&title=Painting%20NonClient%20Area[^]
http://www.codeplex.com/Wiki/View.aspx?ProjectName=CustomerBorderForm[^]
http://www.geekswithblogs.net/kobush/articles/CustomBorderForms.aspx[^]
 
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