http://bugs.winehq.org/show_bug.cgi?id=33235
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2013-03-18 12:18:38 CDT --- (In reply to comment #2)
Hmm. Yeah. It looks like a reason for this problem. But it isn't exmlain, why it works diffrent in native MS Window XP instalation in my Virtual Box and in wine on my Mac OS X system.
If it doesn't work properly in wine like it does on windows it's certainly a wine bug.
May be HWND_MESSAGE window in MS Window XP do automaticaly resend message to new parent. And not in wine. I have no idea.
I don't think there's any magic going on. Wine never updates cached notification handle and when you switch a parent it invalidates this cache.
May be it is some bug in my MS Window XP instalation that it receive WM_NOTIFY from both window correctly.
I'm not sure I understand you here. What do you mean by 'both windows'?
Can you check it on some other window instalation? If it really work diffrent it is really wine bug, I think.
I was looking for solution of this problem etc. two days and I didn't find it (mean http://support.microsoft.com/kb/104069). If it is my fault and not wine fault, I am sorry for losing your time.
No, so far there's no indication it's your fault, but I have to test in myself.
By the way do I need any VB runtime redist for this application to work or everything is bundled?