http://bugs.winehq.org/show_bug.cgi?id=33235
Bug #: 33235 Summary: WM_NOTIFY receive problem Product: Wine Version: 1.5.26 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: sfence.software@gmail.com Classification: Unclassified
Created attachment 43955 --> http://bugs.winehq.org/attachment.cgi?id=43955 source code of bug example application
I have wine 1.5.26 compiled with ./configure && make && make install
I found a problem and for example create an example program.
It looks like, that when I create tab control with HWND_MESSAGE parent and lately change parent with use SetParent function to window parent (line 79 in attachment) and show it, it isn't posting WM_NOTIFY message to actual parent.
Example program work good on MS Window XP. I tested it myself.
My command for compile example appliaction: i686-w64-mingw32-gcc -o main.exe main.c -luser32 -lgdi32 -lcomctl32
pastie of source code (this is in attachment too): http://pastebin.com/YdFbZGxa