Click here to Skip to main content
15,899,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ot... Pin
toxcct14-Apr-06 4:31
toxcct14-Apr-06 4:31 
GeneralRe: COMMAND LINE ARGUMENT Pin
jai_sendme14-Apr-06 4:47
jai_sendme14-Apr-06 4:47 
GeneralRe: COMMAND LINE ARGUMENT Pin
Cedric Moonen14-Apr-06 4:56
Cedric Moonen14-Apr-06 4:56 
AnswerRe: COMMAND LINE ARGUMENT Pin
toxcct14-Apr-06 2:20
toxcct14-Apr-06 2:20 
GeneralRe: COMMAND LINE ARGUMENT Pin
jai_sendme14-Apr-06 4:49
jai_sendme14-Apr-06 4:49 
QuestionRe: COMMAND LINE ARGUMENT Pin
David Crow14-Apr-06 5:21
David Crow14-Apr-06 5:21 
Questionchild windows are not being updated + mdi Pin
Veeresh Hiremath14-Apr-06 1:54
Veeresh Hiremath14-Apr-06 1:54 
AnswerRe: child windows are not being updated + mdi Pin
Russell'14-Apr-06 3:13
Russell'14-Apr-06 3:13 
To refresh the views use
CDocument::UpdateAllView(NULL)
that force an update of the CView
and then use CView::OnUpdate
to initialize the view assuming that the document is changed so everything(variables) must be reloaded from the document.


Elseway, a simple way is to study the constructor of the CView, probally you are not considering that the first CView has an initialization that you forgot in the other Views.



Have a nice code day
Wink | ;)

GeneralRe: child windows are not being updated + mdi Pin
Veeresh Hiremath14-Apr-06 4:22
Veeresh Hiremath14-Apr-06 4:22 
QuestionConsole Application Pin
parichaybp14-Apr-06 1:31
parichaybp14-Apr-06 1:31 
AnswerRe: Console Application Pin
Maxwell Chen14-Apr-06 1:48
Maxwell Chen14-Apr-06 1:48 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 1:51
parichaybp14-Apr-06 1:51 
GeneralRe: Console Application Pin
Maxwell Chen14-Apr-06 1:53
Maxwell Chen14-Apr-06 1:53 
GeneralRe: Console Application Pin
toxcct14-Apr-06 2:02
toxcct14-Apr-06 2:02 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:09
parichaybp14-Apr-06 2:09 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:17
Cedric Moonen14-Apr-06 2:17 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:19
parichaybp14-Apr-06 2:19 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:22
Cedric Moonen14-Apr-06 2:22 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:27
parichaybp14-Apr-06 2:27 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:32
Cedric Moonen14-Apr-06 2:32 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:34
parichaybp14-Apr-06 2:34 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:37
Cedric Moonen14-Apr-06 2:37 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:41
parichaybp14-Apr-06 2:41 
GeneralRe: Console Application Pin
Maxwell Chen14-Apr-06 2:43
Maxwell Chen14-Apr-06 2:43 
GeneralRe: Console Application Pin
Stephen Hewitt14-Apr-06 21:20
Stephen Hewitt14-Apr-06 21:20 

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.