Dmitry Timoshkov wrote:
Hello all,
here is a result of my work aimed to merge MDI child creation with common window creation code. The rewrite allows MDI children to have WS_EX_MDICHILD style set on WM_CREATE and therefore properly get lParam from MDICREATESTRUCT. MDICREATESTRUCT is now gets A<->W translated (translation 16-bit windows is still missing).
Please give it a try with your favorite MDI application and report the results you get.
With Xilinx fpga editor, I see one problem. When I double click one of the blue squares in the array window, a block window shows up. But with the patch, it is showing up sort of minimized, as shown.