Click here to Skip to main content
15,899,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralString sorting using STL Pin
Chintan26-Mar-03 21:25
Chintan26-Mar-03 21:25 
GeneralRe: String sorting using STL Pin
Mike Nordell26-Mar-03 22:09
Mike Nordell26-Mar-03 22:09 
Generaldiff style source code Pin
Colin Davidson26-Mar-03 21:23
Colin Davidson26-Mar-03 21:23 
GeneralRe: diff style source code Pin
Neville Franks26-Mar-03 22:20
Neville Franks26-Mar-03 22:20 
GeneralRe: diff style source code Pin
Pavel Klocek27-Mar-03 1:00
Pavel Klocek27-Mar-03 1:00 
GeneralRe: diff style source code Pin
Colin Davidson27-Mar-03 5:37
Colin Davidson27-Mar-03 5:37 
GeneralNon resizable Splitter window Pin
Cedric Moonen26-Mar-03 21:12
Cedric Moonen26-Mar-03 21:12 
GeneralRe: Non resizable Splitter window Pin
John R. Shaw26-Mar-03 21:38
John R. Shaw26-Mar-03 21:38 
Off the top of my head.

At the very least a frame or pane needs to recieve a WM_SIZE message, use the Visual C++ debugger to find out for sure. If you override these methods/functions/messages you can stop the size of the any window from changing. Do not forget to take into account windows smaller than you expect and or weather the user wishes to minimize the application, also screen resolution may play a part (if it is to big to run in safe mode it is to big).

Trust in the code Luke. Yea right!
GeneralRe: Non resizable Splitter window Pin
Cedric Moonen26-Mar-03 21:57
Cedric Moonen26-Mar-03 21:57 
GeneralRe: Non resizable Splitter window Pin
John R. Shaw27-Mar-03 9:08
John R. Shaw27-Mar-03 9:08 
GeneralRe: Non resizable Splitter window Pin
Cedric Moonen27-Mar-03 20:48
Cedric Moonen27-Mar-03 20:48 
Generalsize from HBITMAP Pin
real name26-Mar-03 20:49
sussreal name26-Mar-03 20:49 
GeneralRe: size from HBITMAP Pin
_Theo_26-Mar-03 21:49
_Theo_26-Mar-03 21:49 
GeneralRe: size from HBITMAP Pin
real name26-Mar-03 21:52
sussreal name26-Mar-03 21:52 
GeneralRe: size from HBITMAP Pin
John R. Shaw26-Mar-03 22:00
John R. Shaw26-Mar-03 22:00 
GeneralRe: size from HBITMAP Pin
real name26-Mar-03 22:08
sussreal name26-Mar-03 22:08 
GeneralRe: size from HBITMAP Pin
Module BJ4-Mar-12 20:14
Module BJ4-Mar-12 20:14 
GeneralPutting data into array form Pin
wuming7926-Mar-03 20:41
wuming7926-Mar-03 20:41 
Generalbutton styles Pin
real name26-Mar-03 20:08
sussreal name26-Mar-03 20:08 
GeneralRe: button styles Pin
Tibor Blazko27-Mar-03 23:37
Tibor Blazko27-Mar-03 23:37 
GeneralMissing header file <afxdtctl.h> Pin
diligent26-Mar-03 19:36
diligent26-Mar-03 19:36 
GeneralExchange of values among different classes Pin
summo26-Mar-03 19:28
summo26-Mar-03 19:28 
GeneralRe: Exchange of values among different classes Pin
Member 1249241610-Jul-16 21:34
Member 1249241610-Jul-16 21:34 
GeneralProperty Sheet in FormView Pin
Kamesh26-Mar-03 18:24
Kamesh26-Mar-03 18:24 
GeneralRe: Property Sheet in FormView Pin
Pavel Klocek26-Mar-03 21:36
Pavel Klocek26-Mar-03 21:36 

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.