CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Posts
    51

    Document/View Question

    What message gets fired right after the view is displayed?

    Steven M. McNeese
    [email protected]

  2. #2
    Join Date
    May 1999
    Posts
    92

    Re: Document/View Question

    I think it is onPaint or OnDraw in the view


  3. #3
    Join Date
    Apr 1999
    Posts
    90

    Re: Document/View Question

    What are you trying to do?
    Have you tried OnInitialUpdate()?
    WM_SIZE may also get fired in addition to those already suggested?


  4. #4
    Join Date
    Apr 1999
    Posts
    16

    Re: Document/View Question

    U need OnInitialUpdate


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured