Jump to content

is it possible to remove these black rectangle corner of Interface Plugins' window?


photo

Recommended Posts

post-49-0-00718500-1325664237_thumb.jpg

 

there are many ways to render a non-rectangle window using win32 api, is it possible to use that to render a better looking interface plugin window?

 

I played with WS_EX_LAYERED, but no luck, seems it not working...

Link to comment

With WS_EX_LAYERED we should render content into the system bitmap and call BitBlt system function inside the WM_PAINT message. Such rounded windows will work only under "Windows", so we will remove rounding corners from the GUI skin.

Link to comment
×
×
  • Create New...