Hi there,
Here's how to set a TPageControl transparent
SetWindowLong(MyPageControl.Handle, GWL_EXSTYLE, WS_EX_TRANSPARENT);
The problem is that the TabSheet also becomes transparent. The only area which need to be transparent if the rect on top-right corner (where tabs take place and where no tabs are defined).
Any idea?
Here's how to set a TPageControl transparent
SetWindowLong(MyPageControl.Handle, GWL_EXSTYLE, WS_EX_TRANSPARENT);
The problem is that the TabSheet also becomes transparent. The only area which need to be transparent if the rect on top-right corner (where tabs take place and where no tabs are defined).
Any idea?