Changing Screen co-ordinates
Posted
by Anu
on Stack Overflow
See other posts from Stack Overflow
or by Anu
Published on 2010-04-13T05:37:24Z
Indexed on
2010/04/13
5:43 UTC
Read the original article
Hit count: 400
Hi, Just i come across one application.When i load that application,the actual applcation is like toolbar only.Its get loaded in the top of the screen.And the desktop items automatically get moved and displayed below toolbar.Even when i open any other window and maximized the windoe,its get maximized below toolbar only.The screen co ordinates changed to new size. If before the screen size as (0,0,800,600),after this applcation loading it changed to (0,100,800,600).
When i exit the application the screen changed to original position and all desktop items get arranged to original positiom.
Hows it possible? Can i do that in MFC.
© Stack Overflow or respective owner