reactos/base
George Bișoc aea948a79e [OSK] Handle the warning dialog box in its own thread
The dialog box at the startup of On-Screen Keyboard is displayed alongside with main window. While the Microsoft's OSK in XP is written in MFC and OSK is actually a mere window whereas our OSK is a dialog, the main dialog procedure call is superseded until the user does something with the warning dialog box on startup.

Just create a thread for it and handle the dialog box on startup in its own thread.
2021-04-10 10:05:08 +02:00
..
applications [OSK] Handle the warning dialog box in its own thread 2021-04-10 10:05:08 +02:00
services [CMAKE] Some options are only supported by GCC, don't use them for clang 2021-04-09 03:58:19 +03:00
setup [USETUP] Display some contents in the page whilst installing the bootloader (#3559) 2021-04-07 10:11:07 +02:00
shell [NOTEPAD][WORDPAD][MSPAINT]... Use newer file open dialog (#3571) 2021-04-01 22:50:32 +09:00
system [SERVICES] Fix booting with DPH enabled 2021-04-03 01:54:57 +02:00
CMakeLists.txt