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

    Simulating modal behaviour

    I have implemented a mdi doc/view application dll wich gets invoked through another application. I want the main frame window (CMDIFrameWnd ) of the dll to behave modally. How can I achieve this.
    Thanks for any help.
    ...Ashes


  2. #2
    Join Date
    Apr 1999
    Posts
    53

    Re: Simulating modal behaviour

    Hi,

    I think what the DLL needs to do is "take over the desktop". I seem to remember seeing some posts or articles on this site abotu ways to do that sort of thing.

    I hope this helps a little,
    Wes Rogers


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