Paul
Several Style(s) and ExtendedStyle are missing from the TAB properties when wanting to create a CustomControl.
For example: %WS_HSCROLL, %WS_VSCROLL and %WS_EX_LAYERED, %WS_EX_COMPOSITED
Thus we have to setup them in the code directly.
Added:
Indeed, i think that for custom control we should have the same scope of properties than for a popup window.
...