MoveWindow does not move window on Vista.
I am experiencing a strange problem on Vista.
I have a bunch of windows, frames with splitters with childframes etc.
On one level there is a MFC CFrameWnd hosting a MFC CDialog as a
child.
When i resize the toplevel frame the CFrameWnd in question recives a
WM_SIZE in where it calls MoveWindow() on the child CDialog, the
strange thing is that the dialog does NOT get a WM_SIZE.
This will ofcourse make the GUI look like crap and i have no clue to
why this is happening.
Does anyone know what could possible cause this behaviour?
On XP the dialog gets it's WM_SIZE and the GUI looks like it should.
/Magnus
.
Relevant Pages
- Re: MFC of ether_input() changes
... Bruce M Simpson wrote: ... Does anyone want to see these changes MFCed, or otherwise object to such an MFC? ... Drop frames immediately if the interface is not marked IFF_UP. ... (freebsd-net) - Frame Displays?
... I am trying to find a solution in MFC to impliment 'frames' on a dialog, ... I have one dialog that will need to contain several major sets of edits, ... (microsoft.public.vc.mfc) - Re: Exception error in Windows98?
... There is a strange problem that i am facing on 98. ... Whenever you get an assertion error in MFC code, you MUST break the program and look at what the assertion code says, and then follow the call stack back to your own code. ... (microsoft.public.vc.mfc) - MFC of ether_input() changes
... Does anyone want to see these changes MFCed, or otherwise object to such an MFC? ... Drop frames immediately if the interface is not marked IFF_UP. ... may reenter itself on the same call graph with the same mbuf which ... Deal with the special case for CARP in a sane way. ... (freebsd-net) - Re: MFC of ether_input() changes
... Drop frames immediately if the interface is not marked IFF_UP. ... may reenter itself on the same call graph with the same mbuf which ... Deal with the special case for CARP in a sane way. ... If I hear 'yeses' I will try to MFC this as time permits. ... (freebsd-net) |
|