Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Why did ParseDisplayName fail ? Pin
Randor 4-May-10 6:57
professional Randor 4-May-10 6:57 
QuestionHow To Restrict Dialog Box in an SDI to be With in Application Boundaries [modified] Pin
K ARUN KUMAR3-May-10 19:35
K ARUN KUMAR3-May-10 19:35 
AnswerRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries Pin
Richard MacCutchan3-May-10 22:38
mveRichard MacCutchan3-May-10 22:38 
GeneralRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries Pin
K ARUN KUMAR3-May-10 23:28
K ARUN KUMAR3-May-10 23:28 
GeneralRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries Pin
enhzflep3-May-10 23:58
enhzflep3-May-10 23:58 
GeneralRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries Pin
K ARUN KUMAR4-May-10 0:10
K ARUN KUMAR4-May-10 0:10 
GeneralRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries Pin
Richard MacCutchan4-May-10 1:45
mveRichard MacCutchan4-May-10 1:45 
AnswerRe: Use a CFrameWind. Pin
Software_Developer4-May-10 0:16
Software_Developer4-May-10 0:16 
A CFrameWind is the top window in an application. Embed a CDialog into a CFrameWnd so that
when the CFrameWnd is moved or minimized, the CDialog will also be moved and minimized.

CFrameWnd manages all of its child windows so that they fill its client
area. If you have a toolbar, a status bar and a CFormView they will all
be positioned and sized automatically by the CFrameWnd.

CFrameWnd

http://msdn.microsoft.com/en-us/library/4y17z36a(VS.80).aspx
GeneralRe: Use a CFrameWind. Pin
K ARUN KUMAR4-May-10 0:27
K ARUN KUMAR4-May-10 0:27 
GeneralRe: CFormView and Child Dialogs (read thisprevious post) Pin
Software_Developer4-May-10 0:50
Software_Developer4-May-10 0:50 
GeneralRe: CFormView and Child Dialogs (read thisprevious post) Pin
K ARUN KUMAR4-May-10 1:00
K ARUN KUMAR4-May-10 1:00 
AnswerRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries Pin
David Crow4-May-10 3:00
David Crow4-May-10 3:00 
GeneralRe: How To Restrict Dialog Box in an SDI to be With in Application Boundaries [modified] Pin
K ARUN KUMAR4-May-10 18:21
K ARUN KUMAR4-May-10 18:21 
Questionwin32 debug to win32 release mode in vc6 Pin
Member 36537513-May-10 18:52
Member 36537513-May-10 18:52 
AnswerRe: win32 debug to win32 release mode in vc6 Pin
Software_Developer3-May-10 19:23
Software_Developer3-May-10 19:23 
GeneralRe: win32 debug to win32 release mode in vc6 Pin
Member 36537513-May-10 19:57
Member 36537513-May-10 19:57 
QuestionRe: win32 debug to win32 release mode in vc6 Pin
David Crow4-May-10 3:04
David Crow4-May-10 3:04 
Questionhelp with graph syntax Pin
Member 38225323-May-10 15:35
Member 38225323-May-10 15:35 
AnswerRe: help with graph syntax Pin
enhzflep3-May-10 16:19
enhzflep3-May-10 16:19 
GeneralRe: help with graph syntax Pin
Member 38225323-May-10 16:39
Member 38225323-May-10 16:39 
GeneralRe: help with graph syntax Pin
enhzflep3-May-10 17:01
enhzflep3-May-10 17:01 
GeneralRe: help with graph syntax Pin
Member 38225323-May-10 17:10
Member 38225323-May-10 17:10 
GeneralRe: help with graph syntax Pin
enhzflep3-May-10 17:28
enhzflep3-May-10 17:28 
GeneralRe: help with graph syntax Pin
Member 38225323-May-10 17:30
Member 38225323-May-10 17:30 
GeneralRe: help with graph syntax Pin
Cedric Moonen3-May-10 20:30
Cedric Moonen3-May-10 20:30 

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.