Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ClassView lost Pin
Jerome Conus28-Feb-03 3:34
Jerome Conus28-Feb-03 3:34 
GeneralRe: ClassView lost Pin
benjymous28-Feb-03 3:58
benjymous28-Feb-03 3:58 
GeneralRe: ClassView lost Pin
Alvaro Mendez28-Feb-03 9:00
Alvaro Mendez28-Feb-03 9:00 
GeneralCompilation problem!! Pin
Andrea Ferraro28-Feb-03 3:00
Andrea Ferraro28-Feb-03 3:00 
GeneralRe: Compilation problem!! Pin
Jerome Conus28-Feb-03 3:08
Jerome Conus28-Feb-03 3:08 
GeneralRe: Compilation problem!! Pin
Andrea Ferraro28-Feb-03 3:20
Andrea Ferraro28-Feb-03 3:20 
GeneralResizing Controls Pin
D Smitty28-Feb-03 2:33
D Smitty28-Feb-03 2:33 
GeneralRe: Resizing Controls Pin
Maximilien28-Feb-03 3:16
Maximilien28-Feb-03 3:16 
Alas,

MFC (and Win32 API) doens't automatically support this, you need to do it by hand, on the OnSize(...) handler of WM_SIZE.

There are a couple of ways of doing it, either you manually resize and reposition each control, or you use one of many solutions presented here on codeproject, search for them in the dialog section.

Max.



Maximilien Lincourt
For success one must aquire one's self
GeneralRe: Resizing Controls Pin
valikac28-Feb-03 5:47
valikac28-Feb-03 5:47 
GeneralSetTimer() question Pin
ns28-Feb-03 2:22
ns28-Feb-03 2:22 
GeneralRe: SetTimer() question Pin
AlexO28-Feb-03 2:51
AlexO28-Feb-03 2:51 
GeneralRe: SetTimer() question Pin
ns28-Feb-03 3:00
ns28-Feb-03 3:00 
GeneralRe: SetTimer() question Pin
Johann Gerell1-Mar-03 11:43
Johann Gerell1-Mar-03 11:43 
GeneralDrag and drop with old method Pin
redlion321028-Feb-03 2:05
redlion321028-Feb-03 2:05 
GeneralUDP Packet receive Pin
Anonymous28-Feb-03 2:03
Anonymous28-Feb-03 2:03 
GeneralDialog as a control Pin
Shah Shehpori28-Feb-03 1:46
sussShah Shehpori28-Feb-03 1:46 
GeneralRe: Dialog as a control Pin
benjymous28-Feb-03 2:14
benjymous28-Feb-03 2:14 
GeneralRe: Dialog as a control Pin
Maximilien28-Feb-03 2:31
Maximilien28-Feb-03 2:31 
GeneralRe: Dialog as a control Pin
benjymous28-Feb-03 2:48
benjymous28-Feb-03 2:48 
GeneralRe: Dialog as a control Pin
Maximilien28-Feb-03 3:18
Maximilien28-Feb-03 3:18 
GeneralRe: Dialog as a control Pin
Gary R. Wheeler1-Mar-03 2:13
Gary R. Wheeler1-Mar-03 2:13 
GeneralForce wnd update Pin
Zizilamoroso28-Feb-03 1:35
Zizilamoroso28-Feb-03 1:35 
GeneralRe: Force wnd update Pin
Hans Ruck28-Feb-03 1:39
Hans Ruck28-Feb-03 1:39 
GeneralListCtrl Custom Draw Pin
ROK_RShadow28-Feb-03 1:20
ROK_RShadow28-Feb-03 1:20 
GeneralRe: ListCtrl Custom Draw Pin
Roger Allen28-Feb-03 1:37
Roger Allen28-Feb-03 1:37 

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.