Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Protection problem Pin
Sarath C10-Sep-06 23:26
Sarath C10-Sep-06 23:26 
GeneralRe: Protection problem Pin
aaaan11-Sep-06 0:21
aaaan11-Sep-06 0:21 
GeneralRe: Protection problem Pin
TylerD7511-Sep-06 9:12
TylerD7511-Sep-06 9:12 
GeneralRe: Protection problem Pin
Hamid_RT11-Sep-06 10:01
Hamid_RT11-Sep-06 10:01 
GeneralRe: Protection problem Pin
aaaan11-Sep-06 21:27
aaaan11-Sep-06 21:27 
GeneralRe: Protection problem Pin
TylerD7512-Sep-06 6:07
TylerD7512-Sep-06 6:07 
AnswerRe: Protection problem Pin
David Crow11-Sep-06 3:17
David Crow11-Sep-06 3:17 
QuestionThe size of frame Pin
rcao10-Sep-06 22:44
rcao10-Sep-06 22:44 
in MDI,you can get the mainFrm pointer like that CFrameWnd *fw = (CFrameWnd *)AfxGetMainWnd().
or you can get the childFrm pointer.

then,you can change the size of Frame like that fm->MoveWindow(CRect).

but when the width of Frame is enought small(like 123),i find that we can't change the width of Frame.

you can try like this,fm->MoveWindow(0,0,50,50);
when you execute the sentence, you can find that it no effect.

who can tell me why?

QuestionThe size of frame Pin
rcao10-Sep-06 22:44
rcao10-Sep-06 22:44 
AnswerRe: The size of frame Pin
Rinu_Raj10-Sep-06 22:50
Rinu_Raj10-Sep-06 22:50 
GeneralRe: The size of frame Pin
Sarath C10-Sep-06 23:28
Sarath C10-Sep-06 23:28 
QuestionMDI Project ! Pin
mostafa_pasha10-Sep-06 22:16
mostafa_pasha10-Sep-06 22:16 
QuestionContext menu Shell extension Pin
radhika2810-Sep-06 22:13
radhika2810-Sep-06 22:13 
AnswerRe: Context menu Shell extension Pin
toxcct10-Sep-06 22:29
toxcct10-Sep-06 22:29 
AnswerRe: Context menu Shell extension Pin
Hamid_RT10-Sep-06 22:30
Hamid_RT10-Sep-06 22:30 
GeneralRe: Context menu Shell extension Pin
radhika2810-Sep-06 23:40
radhika2810-Sep-06 23:40 
GeneralRe: Context menu Shell extension Pin
toxcct10-Sep-06 23:43
toxcct10-Sep-06 23:43 
GeneralRe: Context menu Shell extension [modified] Pin
radhika2811-Sep-06 0:36
radhika2811-Sep-06 0:36 
GeneralRe: Context menu Shell extension Pin
Hamid_RT11-Sep-06 2:19
Hamid_RT11-Sep-06 2:19 
QuestionMFC Toolbar Handle Pin
ninolaroca10-Sep-06 22:12
ninolaroca10-Sep-06 22:12 
QuestionDebug error: directly get into the disassembly window. Pin
ewighell10-Sep-06 22:05
ewighell10-Sep-06 22:05 
AnswerRe: Debug error: directly get into the disassembly window. Pin
Rinu_Raj10-Sep-06 22:12
Rinu_Raj10-Sep-06 22:12 
GeneralRe: Debug error: directly get into the disassembly window. Pin
ewighell10-Sep-06 22:57
ewighell10-Sep-06 22:57 
AnswerRe: Debug error: directly get into the disassembly window. Pin
toxcct10-Sep-06 22:12
toxcct10-Sep-06 22:12 
GeneralRe: Debug error: directly get into the disassembly window. Pin
ewighell10-Sep-06 22:55
ewighell10-Sep-06 22:55 

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.