The
PSDK sample show the default ADUC property page in your own application (which should also include your page). Perhaps you can use it or adapt it for your own property page? The sample uses:
constructor Create(hInstance: Cardinal; hwndParent: HWND);
I'm assuming you pass the tabsheet
handle as hwndParent.
Can you attach your complete code?