Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to send message Pin
Zygmunt15-Apr-03 5:40
Zygmunt15-Apr-03 5:40 
AnswerRe: How to send message Pin
valikac15-Apr-03 6:48
valikac15-Apr-03 6:48 
GeneralRe: How to send message Pin
Martin_Viet15-Apr-03 7:03
Martin_Viet15-Apr-03 7:03 
GeneralApp argument :o) Pin
MemLeak15-Apr-03 5:18
MemLeak15-Apr-03 5:18 
GeneralRe: App argument :o) Pin
Joaquín M López Muñoz15-Apr-03 5:33
Joaquín M López Muñoz15-Apr-03 5:33 
GeneralRe: App argument :o) Pin
Jim Crafton15-Apr-03 7:53
Jim Crafton15-Apr-03 7:53 
GeneralMessage Trapping Pin
BtySgtMajor15-Apr-03 4:41
BtySgtMajor15-Apr-03 4:41 
GeneralRe: Message Trapping Pin
G. Steudtel15-Apr-03 5:27
G. Steudtel15-Apr-03 5:27 
Well,
I can vaguely remember having had a similiar problem.
In fact it was the creation of the view by itself. Create tells the child who is the parent, but the parent will never know, that it has childs. In this case the parent must do the creation of the view.
I think a pParent->CreateView(...) will help in this case.
Then the view is created by the parent, while otherwise the child is attached to the parent.
For the needed values to use CreateView, please have a look at the documentation. As far as I can remember this works only for CFrameWnd and its derivates.

G. Steudtel
GeneralRe: Message Trapping Pin
BtySgtMajor15-Apr-03 5:41
BtySgtMajor15-Apr-03 5:41 
GeneralTime Zone Pin
Mazdak15-Apr-03 4:16
Mazdak15-Apr-03 4:16 
GeneralRe: Time Zone Pin
David Crow15-Apr-03 4:31
David Crow15-Apr-03 4:31 
GeneralRe: Time Zone Pin
peterchen15-Apr-03 4:58
peterchen15-Apr-03 4:58 
GeneralRe: Time Zone Pin
JT Anderson15-Apr-03 5:00
JT Anderson15-Apr-03 5:00 
GeneralHowto get CPU load Pin
Bluescreen200315-Apr-03 3:35
Bluescreen200315-Apr-03 3:35 
GeneralRe: Howto get CPU load Pin
Chris Richardson15-Apr-03 8:20
Chris Richardson15-Apr-03 8:20 
Generalowner of a file Pin
naradaji15-Apr-03 3:34
naradaji15-Apr-03 3:34 
GeneralRe: owner of a file Pin
David Crow15-Apr-03 4:36
David Crow15-Apr-03 4:36 
GeneralRe: owner of a file Pin
naradaji15-Apr-03 4:46
naradaji15-Apr-03 4:46 
GeneralQuestion about istringstream.getline method. Pin
George215-Apr-03 2:50
George215-Apr-03 2:50 
GeneralRe: Question about istringstream.getline method. Pin
valikac15-Apr-03 6:50
valikac15-Apr-03 6:50 
GeneralRe: Question about istringstream.getline method. Pin
George215-Apr-03 16:04
George215-Apr-03 16:04 
GeneralOnInitialUpdate and CFormView problems Pin
Ceri15-Apr-03 2:39
Ceri15-Apr-03 2:39 
QuestionChange Parent? Pin
catchnine15-Apr-03 2:06
catchnine15-Apr-03 2:06 
GeneralGetting function declarations out of a .lib Pin
John Oliver15-Apr-03 1:46
John Oliver15-Apr-03 1:46 
GeneralRe: Getting function declarations out of a .lib Pin
Roger Allen15-Apr-03 1:53
Roger Allen15-Apr-03 1:53 

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.