Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSDI Splitter. how to print/prev one view Pin
Chris Losinger21-May-01 6:14
professionalChris Losinger21-May-01 6:14 
GeneralRe: SDI Splitter. how to print/prev one view Pin
Tomasz Sowinski21-May-01 6:32
Tomasz Sowinski21-May-01 6:32 
GeneralAdditional Toolbar in WinCE Pin
21-May-01 5:50
suss21-May-01 5:50 
GeneralRe: Additional Toolbar in WinCE Pin
Anders Molin21-May-01 6:44
professionalAnders Molin21-May-01 6:44 
QuestionFixed Size Formview ??? Pin
2sky21-May-01 5:40
2sky21-May-01 5:40 
AnswerRe: Fixed Size Formview ??? Pin
Igor Sukhov21-May-01 8:00
Igor Sukhov21-May-01 8:00 
GeneralRe: Fixed Size Formview ??? Pin
2sky21-May-01 10:37
2sky21-May-01 10:37 
GeneralRe: Fixed Size Formview ??? Pin
Igor Sukhov21-May-01 10:52
Igor Sukhov21-May-01 10:52 
Try it again Wink | ;)

BOOL CChildFrame::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs

cs.style &= ~(WS_MINIMIZEBOX | WS_MAXIMIZEBOX);

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

return TRUE;
}

The code above works - the frame window appeared without MAXIMIZE & MINIMIZE buttons.

Best regards,

-----------
Igor Soukhov (Brainbench/Tekmetrics ID:50759)
igor_soukhov@yahoo.com | ICQ:57404554 | http://siv.da.ru


GeneralRe: Fixed Size Formview ??? Pin
2sky21-May-01 11:15
2sky21-May-01 11:15 
GeneralColours Pin
21-May-01 5:38
suss21-May-01 5:38 
GeneralRe: Colours Pin
Igor Sukhov21-May-01 7:52
Igor Sukhov21-May-01 7:52 
GeneralHEEELP!!!! Pin
21-May-01 4:51
suss21-May-01 4:51 
GeneralRe: HEEELP!!!! Pin
Tomasz Sowinski21-May-01 5:06
Tomasz Sowinski21-May-01 5:06 
GeneralRe: HEEELP!!!! Pin
Tomasz Sowinski21-May-01 5:14
Tomasz Sowinski21-May-01 5:14 
GeneralChanging Version Number of ActiveX Ctlr Pin
Bartek21-May-01 3:29
Bartek21-May-01 3:29 
GeneralRe: Changing Version Number of ActiveX Ctlr Pin
2sky21-May-01 6:18
2sky21-May-01 6:18 
GeneralDatabase Pin
Richard Hudson21-May-01 2:40
Richard Hudson21-May-01 2:40 
GeneralRe: Database Pin
Tomasz Sowinski21-May-01 4:12
Tomasz Sowinski21-May-01 4:12 
GeneralUsing DAO and ADO in ATL Service Pin
yamini21-May-01 2:29
yamini21-May-01 2:29 
GeneralVery simple questions ... Pin
21-May-01 0:49
suss21-May-01 0:49 
GeneralRe: Very simple questions ... Pin
Tim Deveaux21-May-01 4:07
Tim Deveaux21-May-01 4:07 
GeneralRe: Very simple questions ... Pin
24-May-01 1:04
suss24-May-01 1:04 
GeneralDirectshow (DES) Pin
21-May-01 0:36
suss21-May-01 0:36 
GeneralDirectX with Visual C++ Pin
21-May-01 0:15
suss21-May-01 0:15 
GeneralRe: DirectX with Visual C++ Pin
Tomasz Sowinski21-May-01 0:24
Tomasz Sowinski21-May-01 0:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.