CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Changing Views

  1. #1
    Join Date
    May 1999
    Location
    Italy, Puglia, Bari,Altamura
    Posts
    9

    Changing Views

    Actually, I change Views using toolbar's buttons, executing functions
    inside the main frame.
    But I'd like to change Views from an other views.
    Who can help me?
    Thanks in advance.


  2. #2
    Guest

    Re: Changing Views

    The easiest way to perform this from inside a view is to use the ::SendMessage function specifying the frame window as the destination. This function can then be sent when the user clicks on a view button.

    I hope this is some use to you.

    Moose


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