Click here to Skip to main content
15,905,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: CArray memory issue Pin
mohanrajh17-May-06 15:08
mohanrajh17-May-06 15:08 
AnswerRe: CArray memory issue Pin
grigsoft17-May-06 20:55
grigsoft17-May-06 20:55 
Questionstring.. Pin
Prinz Ryoiji16-May-06 18:08
Prinz Ryoiji16-May-06 18:08 
QuestionRe: string.. Pin
Nibu babu thomas16-May-06 18:10
Nibu babu thomas16-May-06 18:10 
AnswerRe: string.. Pin
Prinz Ryoiji16-May-06 18:17
Prinz Ryoiji16-May-06 18:17 
GeneralRe: string.. Pin
Nibu babu thomas16-May-06 18:24
Nibu babu thomas16-May-06 18:24 
GeneralRe: string.. Pin
Prinz Ryoiji16-May-06 18:33
Prinz Ryoiji16-May-06 18:33 
GeneralRe: string.. Pin
Maxwell Chen16-May-06 18:35
Maxwell Chen16-May-06 18:35 
GeneralRe: string.. Pin
Prinz Ryoiji16-May-06 18:45
Prinz Ryoiji16-May-06 18:45 
JokeRe: string.. Pin
Nibu babu thomas16-May-06 18:57
Nibu babu thomas16-May-06 18:57 
GeneralRe: string.. Pin
Maxwell Chen16-May-06 19:47
Maxwell Chen16-May-06 19:47 
GeneralRe: string.. Pin
Nibu babu thomas16-May-06 19:50
Nibu babu thomas16-May-06 19:50 
GeneralRe: string.. Pin
Maxwell Chen16-May-06 20:23
Maxwell Chen16-May-06 20:23 
GeneralRe: string.. Pin
Nibu babu thomas16-May-06 20:24
Nibu babu thomas16-May-06 20:24 
GeneralRe: string.. Pin
Maxwell Chen16-May-06 20:34
Maxwell Chen16-May-06 20:34 
GeneralRe: string.. Pin
Nibu babu thomas16-May-06 20:38
Nibu babu thomas16-May-06 20:38 
GeneralRe: string.. Pin
Maxwell Chen16-May-06 20:40
Maxwell Chen16-May-06 20:40 
AnswerRe: string.. Pin
Christian Graus16-May-06 18:22
protectorChristian Graus16-May-06 18:22 
GeneralRe: string.. Pin
Prinz Ryoiji16-May-06 18:52
Prinz Ryoiji16-May-06 18:52 
Questionrecording mouse and keyboard events Pin
Chopper Dang16-May-06 17:29
Chopper Dang16-May-06 17:29 
AnswerRe: recording mouse and keyboard events Pin
Nibu babu thomas16-May-06 17:36
Nibu babu thomas16-May-06 17:36 
GeneralRe: recording mouse and keyboard events Pin
Chopper Dang16-May-06 17:43
Chopper Dang16-May-06 17:43 
GeneralRe: recording mouse and keyboard events Pin
Nibu babu thomas16-May-06 17:48
Nibu babu thomas16-May-06 17:48 
QuestionInputting a dialog resource into a CFormView Pin
DanYELL16-May-06 16:27
DanYELL16-May-06 16:27 
AnswerRe: Inputting a dialog resource into a CFormView Pin
Nibu babu thomas16-May-06 17:39
Nibu babu thomas16-May-06 17:39 
DanYELL wrote:
I have a screen full of information in a dialog resource (IDC_CONTENT1).
How can I make that dialog resource appear in the boundingFrame of
the CFormView?


Well you can load the dialog resource using the CDialog class or a subclass of CDialog and set this dialog as a child of the CFormView. Remove the caption bar, system menu and make it look like a group box. Don't make it a popup but a simple child window.


Nibu thomas
Software Developer

Faqs by Michael dunn

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.