1. I’m still here, allow 1-2 days for me to catch up on all my e-mails and filter the spam out, I’m probably about 2-3 weeks behind. It wouldn’t hurt to resend.
2. In WM 6.5 build 21925 and later, the tabs in control panel applets have been replaced with a slider. See:
The creation of this slider in control panel applets is not automatic. It appears that you have to set a flag in order to create this style:
psh.dwFlags = PSH_USECALLBACK | PSH_MAXIMIZE | 0x4000; //0x4000 creates slider
However, 0x4000 will cause your applet not to work in versions of WM prior to 21925, so I recommend that you detect the version of WM and set the flags accordingly.
3. I need to install comment anti-spam. I’m watching you, spammers…