21
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by marc2k3 -edit: and yes I'm a big fat hyprocrite for scraping html to download images but that's because I have no other choice.

class_data& get_class_data() const override
{
__implement_get_class_data_ex(L"some unique class name here", L"", false, 0, WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN, 0, CS_DBLCLKS);
}