about the CButtonST
i wrote the following lines:
CButtonST *a= new CButtonST;
a->Create(_T("&Ok"), WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP,
CRect(200, 200, 300, 300), this, 8001);
a->DrawTransparent();
but the button is still not transparent,it seems that the button i created isn't a CButtonST button,it is only a CButton style

