Page 1 of 1

additional gadgets in the window header *solved*

Posted: Sun Oct 03, 2010 11:45 am
by Tomio
there are 3 gadget for the standard window header available: minimize, maximize, close.

Is there any way to place another gadget/image/button there?
I have 2 functions to start/stop. But I would like to avoid putting these somewhere in the window.

tomio

thanks, I found a way: #PB_Window_BorderLess und build my own header.

Re: additional gadgets in the window header

Posted: Sun Oct 03, 2010 5:26 pm
by Rook Zimbabwe
You can do it if you custom SKIN the window I know that for a fact. I have added 2 more buttons ther with APPFACE and changed the call on three of the other 4 possible buttonss on that side.

There is a hidden button in windows over there that is a ? that can be called as well... Using a skin engine lets yu do all sorts of stuff...

Doing it ormally... no idea! :mrgreen:

Re: additional gadgets in the window header *solved*

Posted: Mon Oct 04, 2010 10:51 am
by Alireza
I'm interesting too 8)
have code or link for example & more info?