Is there a way to make a CEdit control TRANSPARENT? I want the background of the entire control to be transparent. Since a CEdit is derived from a CWnd, shouldn't I be able to create the edit control with WS_EX_TRANSPARENT sytle? When I try this, I still have the same old white background. Can I do what I want? If so, how? This is getting frustrating.
Be_ginner