Page 1 of 1

Close minimize and maximize buttons

Posted: Thu Oct 11, 2012 11:51 am
by AnoPem
Does anyone know if its possible to change the color of the buttons to these so they glow like that, and also how to add a button more as shown on the pic below

Image
its edited, thats cus it looks kinda wierd

Re: Close minimize and maximize buttons

Posted: Fri Oct 12, 2012 10:28 pm
by Cheatmasterbw
I think you would have to create your own buttons to look like that.
You can make custom controls for those buttons, and use this to put them at the top of the form:
http://www.codeproject.com/Articles/326 ... lient-Area

There's probably an easier way to do this, but I don't know how.

Re: Close minimize and maximize buttons

Posted: Sat Oct 13, 2012 9:35 am
by AnoPem
Cheatmasterbw wrote:
I think you would have to create your own buttons to look like that.
You can make custom controls for those buttons, and use this to put them at the top of the form:
http://www.codeproject.com/Articles/326 ... lient-Area

There's probably an easier way to do this, but I don't know how.
Thank you, i will give it a try