WinAPI magic (TCM_ADJUSTRECT message) and MONO runtime

Posted by Luca on Stack Overflow See other posts from Stack Overflow or by Luca
Published on 2010-05-18T21:04:55Z Indexed on 2010/05/18 21:10 UTC
Read the original article Hit count: 314

Filed under:
|
|
|
|

I'm trying to get the same result of a .NET application (see the link Hide TabControl buttons to manage stacked Panel controls for details), but using the MONO runtime instead of the MS .NET runtime.

Pratically, when the custom control is executed using the MONO runtime, the underlying message is not sent to the control, causing the tab pages to be shown...

There is a portable solution which is elegant as the linked one? If it is not possible, what are possible workarounds (apart from removing/adding tabs at runtime)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET