Click here to Skip to main content
15,891,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello every one,
I am working on a project where I need to customize the template of .net window tools to my requirement. By default it will take OS window template.
Say for example Combobox when I use this control I need to have brown background color of items , when mouse is moved over it the item gets highlight it should be Yellow color .
Found on internet it is telling it can be done using WPF but my application is window Application.So can any one suggest or help me how to build project as per requirement.


Regards,
Arun R.V
Posted

1 solution

It is possible to change forecolor[^] and backcolor[^] of control (windows application);)

Many interesting examples of custom combobox you'll find here: SearchBox[^]
 
Share this answer
 
v2

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