Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to send params to php script Pin
Code-o-mat25-Jan-10 0:25
Code-o-mat25-Jan-10 0:25 
AnswerRe: how to send params to php script Pin
markkuk24-Jan-10 3:44
markkuk24-Jan-10 3:44 
GeneralRe: how to send params to php script Pin
tfzxyinhao24-Jan-10 5:34
tfzxyinhao24-Jan-10 5:34 
QuestionHow can increase height of List Control Columns? Pin
Le@rner23-Jan-10 0:30
Le@rner23-Jan-10 0:30 
AnswerRe: How can increase height of List Control Columns? Pin
Rolf Kristensen26-Jan-10 9:12
Rolf Kristensen26-Jan-10 9:12 
QuestionSW_SHOWMAXIMIZED NOT WORKING Pin
ashwath197922-Jan-10 20:26
ashwath197922-Jan-10 20:26 
AnswerRe: SW_SHOWMAXIMIZED NOT WORKING Pin
cariolihome23-Jan-10 12:20
cariolihome23-Jan-10 12:20 
AnswerRe: SW_SHOWMAXIMIZED NOT WORKING Pin
krmed24-Jan-10 3:49
krmed24-Jan-10 3:49 
I've never tried maximizing a form view based application, and in fact I modify the code to prevent that since only the frame maximizes - the controls stay where originally placed and in their original size...it just looks bad in my opinion.

Having said that, however, you may find your problem is caused by the view class. In a form view based app, the OnInitialUpdate in the view class contains the line
ResizeParentToFit();
This resizes the main frame to fit the form you created.

As I say, I haven't done this, but perhaps if you comment out that line, you may succeed with your maximizing.

Good luck.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

AnswerRe: SW_SHOWMAXIMIZED NOT WORKING Pin
Nelek24-Jan-10 20:59
protectorNelek24-Jan-10 20:59 
QuestionCommon Example Pin
hellogany22-Jan-10 18:57
hellogany22-Jan-10 18:57 
AnswerRe: Common Example Pin
«_Superman_»22-Jan-10 19:12
professional«_Superman_»22-Jan-10 19:12 
AnswerRe: Common Example Pin
Richard MacCutchan22-Jan-10 22:19
mveRichard MacCutchan22-Jan-10 22:19 
QuestionMFC vs C++/CLI Pin
2buck5622-Jan-10 12:20
2buck5622-Jan-10 12:20 
AnswerRe: MFC vs C++/CLI Pin
«_Superman_»22-Jan-10 15:54
professional«_Superman_»22-Jan-10 15:54 
AnswerRe: MFC vs C++/CLI Pin
Richard Andrew x6422-Jan-10 15:55
professionalRichard Andrew x6422-Jan-10 15:55 
GeneralRe: MFC vs C++/CLI Pin
2buck5622-Jan-10 17:43
2buck5622-Jan-10 17:43 
QuestionGetting Access Denied on copying files Pin
Sebastien Mongrain22-Jan-10 10:59
Sebastien Mongrain22-Jan-10 10:59 
AnswerRe: Getting Access Denied on copying files Pin
«_Superman_»22-Jan-10 16:14
professional«_Superman_»22-Jan-10 16:14 
QuestionProblem related to intrumentation of c++ code Pin
ankushdadhwal22-Jan-10 6:08
ankushdadhwal22-Jan-10 6:08 
AnswerRe: Problem related to intrumentation of c++ code Pin
loyal ginger22-Jan-10 6:20
loyal ginger22-Jan-10 6:20 
AnswerRe: Problem related to intrumentation of c++ code Pin
Avi Berger22-Jan-10 6:27
Avi Berger22-Jan-10 6:27 
AnswerRe: Problem related to intrumentation of c++ code Pin
«_Superman_»22-Jan-10 16:19
professional«_Superman_»22-Jan-10 16:19 
QuestionDisable mosue movement when user entering data in an edit box Pin
kishoresajja22-Jan-10 5:18
kishoresajja22-Jan-10 5:18 
QuestionRe: Disable mosue movement when user entering data in an edit box Pin
Maximilien22-Jan-10 5:41
Maximilien22-Jan-10 5:41 
AnswerRe: Disable mosue movement when user entering data in an edit box Pin
kishoresajja22-Jan-10 5:50
kishoresajja22-Jan-10 5:50 

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.