Custom Drawn Close, Maximize and Minimize buttons
-
I'm currently working on a project that would benefit from being able to move those icons and drawing them myself (I'm currently working on a skinning project...). Is it even possible??? Andreas Philipson
-
I'm currently working on a project that would benefit from being able to move those icons and drawing them myself (I'm currently working on a skinning project...). Is it even possible??? Andreas Philipson
-
If you are going to make skining project may be better to organize your own controls. But the standart buttons on the captions you can draw using API function DrawFrameControl
Probably, if this was only for one project but I'm planning on making this code as reusable as possible. I'd also like it if I could apply these skins on an old project with minimum work. BTW, the article "Custom Captions" (in GDI) will probably do what I want... [update] Nope that didn't work... any ideas anyone? [/update] Andreas Philipson