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

Thread: Multiple Views?

  1. #1
    Join Date
    May 1999
    Posts
    26

    Multiple Views?

    I have a dialog based application, that requires 2 views being displayed at the same time. I have achieved this, however only 1 of the views seems to be attached to the document class. This poses the following problem: I need to be able to access all menu items (in mainmenu bar) when the I click in either view. I don't know how to attach the 2nd view to the document class (I assume this is the problem). Can this be done? How?

    Thanks in advance,
    Roberto Tedesco



  2. #2
    Join Date
    Apr 1999
    Posts
    191

    I sent you an email

    I submitted some sample code to codeguru a long time ago, but they haven't posted it yet. I'll zip it up and email it to you.


  3. #3
    Join Date
    Apr 1999
    Posts
    191

    Oops

    Oops, your profile doesn't include your email address. I will email you if you like. No need to email me directly; just reply to this post and codeguru will tell me about it.


  4. #4
    Join Date
    Apr 1999
    Posts
    191

    Test post; ignore

    Test post; ignore


  5. #5
    Join Date
    May 1999
    Posts
    26

    Re: Oops

    Thanks for possibly helping me fix my MultipleView problem.
    My email address is [email protected]


  6. #6
    Join Date
    Nov 1999
    Posts
    23

    Re: I sent you an email


    Hey I'm interested in the answer to this question too. Could you please email your code to me? ( [email protected] )

    Thanks,
    Rod




  7. #7
    Guest

    Re: I sent you an email

    Hey I'm interested in the answer to this question too. Could you please email your code to me? ( [email protected])

    Thanks,
    Alejandro


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