dlls/hhctrl.ocx:no need to set WS_VISSIBLE to Select Topic window used by the software Alldup

The AllDup application uses hhctrl.ocx to display AllDup Help. When running the AllDup application with Wine, a small black window labeled "Select Topic" appears above the AllDup Help window because the WS_VISIBLE flag is used when creating the "Select Topic" window. After approximately a few seconds, this black window disappears due to the ShowWindow(hwndPopup, SW_HIDE) call. In contrast, this issue does not occur when running the AllDup application on Windows. The use of WS_VISIBLE in Wine leads to a degraded user experience, as the "Select Topic" window does not need to be displayed with WS_VISIBLE.

Edited by pan hui

Merge request reports

Loading