Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: [Version 2.0] LayoutFloatingWindowControl activation needs its parent window handle, why?

$
0
0
why needs to check its parent window handle instead of its window handle, as shown in the following
case Win32Helper.WM_ACTIVATE:
            if (((int)wParam & 0xFFFF) == Win32Helper.WA_INACTIVE)
            {
                if (lParam == this.GetParentWindowHandle())
                {
                    Win32Helper.SetActiveWindow(_hwndSrc.Handle);
                    handled = true;
                }
            }
            break;

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>