Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThank you very much. Pin
bin89222-Mar-04 5:47
bin89222-Mar-04 5:47 
GeneralVery simple Thread class. Pin
Quaoar1-Mar-04 5:44
Quaoar1-Mar-04 5:44 
GeneralRe: Very simple Thread class. Pin
John M. Drescher1-Mar-04 9:00
John M. Drescher1-Mar-04 9:00 
GeneralRe: Very simple Thread class. Pin
Joe Woodbury1-Mar-04 18:31
professionalJoe Woodbury1-Mar-04 18:31 
GeneralRe: Very simple Thread class. Pin
Quaoar2-Mar-04 6:23
Quaoar2-Mar-04 6:23 
QuestionHow to Create a Button with Tooltip in "win32 application project"? Pin
akira321-Mar-04 5:18
akira321-Mar-04 5:18 
AnswerRe: How to Create a Button with Tooltip in "win32 application project"? Pin
rrrado1-Mar-04 5:26
rrrado1-Mar-04 5:26 
QuestionHow to remember app window's size Pin
rrrado1-Mar-04 5:16
rrrado1-Mar-04 5:16 
I'd like to store application's main dialog's size, position and maximize status.
I could do that by retrieving this info manually using IsZoomed(), to get size and position, and store this into registry.
But it's too much work to be done, and some problems for example when before application starts, last used monitor is removed, or resolution is lower ....
Does MFC or Windows API have complete solution for this ?
To serialize window's min/max status, size and position into registry and then back move window to last position and check if it will be visible to user and move it in case it wouldn't be ?

Thanks !


rrrado
AnswerRe: How to remember app window's size Pin
David Crow1-Mar-04 5:45
David Crow1-Mar-04 5:45 
GeneralRe: How to remember app window's size Pin
Diddy2-Mar-04 11:27
Diddy2-Mar-04 11:27 
QuestionHow to show Window Maximized? - initially Pin
vgrigor1-Mar-04 4:04
vgrigor1-Mar-04 4:04 
AnswerRe: How to show Window Maximized? - initially Pin
Wes Aday1-Mar-04 4:14
professionalWes Aday1-Mar-04 4:14 
GeneralRe: How to show Window Maximized? - initially Pin
vgrigor1-Mar-04 4:26
vgrigor1-Mar-04 4:26 
GeneralRe: How to show Window Maximized? - initially Pin
Wes Aday1-Mar-04 4:38
professionalWes Aday1-Mar-04 4:38 
Questionhow to customize a merged menu when in-place editing Pin
Member 4855451-Mar-04 4:02
Member 4855451-Mar-04 4:02 
GeneralRe: Pointer To Dialog Pin
Caoimh1-Mar-04 3:32
Caoimh1-Mar-04 3:32 
GeneralRe: Pointer To Dialog Pin
David Crow1-Mar-04 3:49
David Crow1-Mar-04 3:49 
GeneralNeed Hyperlink on Dialog Pin
Caoimh1-Mar-04 3:26
Caoimh1-Mar-04 3:26 
GeneralRe: Need Hyperlink on Dialog Pin
Ravi Bhavnani1-Mar-04 3:42
professionalRavi Bhavnani1-Mar-04 3:42 
GeneralRe: Need Hyperlink on Dialog Pin
Robert A. T. Káldy2-Mar-04 0:58
Robert A. T. Káldy2-Mar-04 0:58 
Generalsynchronizing simple types Pin
Konrad Windszus1-Mar-04 2:48
Konrad Windszus1-Mar-04 2:48 
GeneralRe: synchronizing simple types Pin
Prakash Nadar1-Mar-04 3:04
Prakash Nadar1-Mar-04 3:04 
GeneralRe: synchronizing simple types Pin
Konrad Windszus1-Mar-04 4:08
Konrad Windszus1-Mar-04 4:08 
GeneralRe: synchronizing simple types Pin
Prakash Nadar1-Mar-04 4:43
Prakash Nadar1-Mar-04 4:43 
GeneralRe: synchronizing simple types Pin
Joe Woodbury1-Mar-04 18:35
professionalJoe Woodbury1-Mar-04 18:35 

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.