Right after Create window

  • Thread starter Thread starter Hai Ly Hoang
  • Start date Start date
H

Hai Ly Hoang

Hi,
I want to do an action (something like allocate memory...)
right after my window (a CView) is created. how to that ?

Thanks in advance
 
Hai said:
Hi,
I want to do an action (something like allocate memory...)
right after my window (a CView) is created. how to that ?

Thanks in advance

The view OnInitialUpdate function is called after the view is created,
before it is visible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top