Home » U++ Library support » Look and Chameleon Technology » TopWindow skin
TopWindow skin [message #38151] |
Mon, 03 December 2012 00:54 |
|
bushman
Messages: 134 Registered: February 2009
|
Experienced Member |
|
|
hi, there,
Is there a way to replace the std frame of a TopWindow by a custom-designed frame? I'm using Windows 7.
I don't know if I've been clear enough, but I mean to change the look of the main app window top bar, with the close, minimize, maximize buttons, window frame border, etc.
I thought of using a PopUpWindow and setting its frame to a custom one by means of SetFrame(MyCustomFrame()); Could it be an alternative way to do it? Are there implications in the way of having this popup behaving differently from a strict TopWindow?
I'd rather not manipulate the Window API for that.
tks!
[Updated on: Mon, 03 December 2012 01:11] Report message to a moderator
|
|
|
Re: TopWindow skin [message #38160 is a reply to message #38151] |
Mon, 03 December 2012 07:00 |
|
Hi,
On windows you should be able to use TopWindow::Frameless(), to get a Topwindow without the decorations. Then you can paint your own via SetFrame(), as you suggested.
Best regards,
Honza
|
|
|
|
|
Goto Forum:
Current Time: Fri Dec 13 23:32:09 CET 2024
Total time taken to generate the page: 0.03199 seconds
|