Combobox popups should be always-on-top.

oldstable
Thomas Weidenmueller 2004-05-17 19:49:19 +00:00 committed by Alexandre Julliard
parent 36819ae09f
commit c4be01a745
1 changed files with 4 additions and 0 deletions

View File

@ -574,6 +574,10 @@ static LRESULT COMBO_Create( HWND hwnd, LPHEADCOMBO lphc, HWND hwndParent, LONG
lbeStyle &= ~WS_BORDER;
lbeExStyle |= WS_EX_CLIENTEDGE;
}
else
{
lbeExStyle |= (WS_EX_TOPMOST | WS_EX_TOOLWINDOW);
}
if (unicode)
lphc->hWndLBox = CreateWindowExW(lbeExStyle, clbName, NULL, lbeStyle,