Click here to Skip to main content
15,917,062 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to override Windowform is Titlebar is Font?
please help me how to set the title bar font use the CreateFont Function
Posted
Updated 2-Jul-10 6:57am
v3
Comments
Sandeep Mewara 2-Jul-10 12:18pm    
What!!! Your question is quite not clear, can you please update it and explain a little of what is the issue.

You might want to take a look at this [^] discussion.

This does not solve your problem but should give you some idea that this may not be possible.
 
Share this answer
 
v2
this.Font = new Font(arguments);
 
Share this answer
 
Hi,

you have two options:
a) draw the form by yourself
b) use a component like the DeveloperExpress ones that allow you to skin your application
 
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