Hans
MFC uses Win32 implementation of MDI. It has its own framework on top
of it but the core work is done using Win32.
--
Ajay
> Thanks Ajay, that's what I suspected.
>
Sure. You can actually use Spy++ and see the window classes having the
same traditional names as a Win32 app.
--
Ajay
There's nothing special about what it does; if you felt in need of experiencing pain and
suffering you can do everything MFC's MDI class does, using WM_MDIxxxxx messages.
What is the "something" you need to intercept? (Pretty much everything that you might
want to do is trivially achievable within the MFC MDI framework; the obscure things are
not that much harder).
For all practical purposes, there isn't any way to talk to the Windows operating system
except the Win32 API (unless you consider the Win64 system to be the "Win64 API")
joe
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm