Hi,
I writting a derived CWnd Class that shows balloon Messages. My problem is when the balloon appear near of the limit of the main window, the exeding part is not visible. How can i make the balloon appear outside the main window?
The problem is because you have created a child window (WS_CHILD style) which can reside only in the client area of its parent.
You have to create a top-level one. Set WS_POPUP style for your needs since WS_OVERLAPPED always has a caption and a border. Of course remove WS_CHILD as well.
Last edited by ovidiucucu; November 4th, 2006 at 12:24 PM.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.