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
Printable View
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
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