- Help creating a Frame Control
- Posted by Vegas Flu on July 22nd, 2003
I'm trying to create a Frame control that doesn't have a border, this
is what I've got so far, but I can't make the window hide its border.
..h
CButton m_Frame;
..cpp
RECT r = { 40, 10, 200, 70 };
m_Frame.Create( _T("Frame"), WS_VISIBLE|WS_CHILD|BS_GROUPBOX, r, this,
44 );
Similar Posts
- Capture one frame under C program control (Desktops) by Tom Aurand
- creating a video frame by frame from a picture (Programming) by Leopard2
- Problem after creating a control (Development Resources) by Flzw
- Creating a new control? (Development Resources) by Dennis Edward
- Frame interface bandwidth creating latency in second circuit (Routers) by John Kinsella

