Is there anyway I can create a Windows WPF form with custom design of the Close, Minimize, Maximize Button?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’ll require pretty much code but you might want to have a look at GlassWindow in FluidKit at CodePlex: http://fluidkit.codeplex.com/
The source code has a custom Window Style looking like this. I’ve used it once and it works good