Subj : Re: Maximize button To : borland.public.cpp.borlandcpp From : Jeff Baker Date : Thu May 27 2004 02:58 pm Never mind, I got it... CreateWindow(ClsName,WndName,WS_VISIBLE | WS_SYSMENU | WS_MINIMIZEBOX | WS_THICKFRAME); "Jeff Baker" wrote in message news:40b4dfe4@newsgroups.borland.com... > Does anyone know if it's possible to create a window that has the minimize > and close buttons and not the maximize? > > .