Quote Originally Posted by Mybowlcut View Post
Oh, cheers! I searched around and found this article that explained it. Did I do it correctly?
Code:
at_edit.CreateEx(WS_EX_CLIENTEDGE, "EDIT", "", style,
        0, 0, 10, 10, this->GetSafeHwnd(), NULL, (HMENU)IDC_EDIT_AT);
Try it and see.