Click to See Complete Forum and Search --> : Overlapping one Window to another Window Using Win32 API


gobindakole
June 28th, 2007, 02:17 AM
Hi Friends

I need an application like that:
Overlap One Window's client area to another Window's client area, means
I have title bar, menu bar of backgraund's Window and only Cliet area of
foreground's Window using Win32 API. As user's point of view they have only one Window.

I am looking for a proper solution
//Gobinda

VictorN
June 28th, 2007, 03:49 AM
You probably need the child window (with WS_CHILD style) rather than overlapped (with WS_OVERLAPPED style).

ovidiucucu
June 28th, 2007, 05:12 AM
As long as you have posted that here and not in C++ and WinAPI (http://www.codeguru.com/forum/forumdisplay.php?f=47) forum, I dare to suggest you using MFC.
An MFC MDI/SDI framework makes true all your above dreams with no many other headaches for you.

gobindakole
June 28th, 2007, 07:55 AM
Thanks to all of U. I do some part of my work. Yes VictorN I have use child parent relation-ship for this work.

ovidiucucu I have to do this using Win32 API, not using MFC. Actually I am a new member to a Forum. So post my question to diff areas.

ovidiucucu
June 28th, 2007, 08:06 AM
ovidiucucu I have to do this using Win32 API, not using MFC. Actually I am a new member to a Forum. So post my question to diff areas.
OK, no problem, let's make it feel better here. ;)

[ Redirected thread ]