reactos/base/applications/osk
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
..
lang Replace my E-mail with the ReactOS org one (#3475) 2021-02-22 18:26:55 +03:00
res [OSK] Implement "Use Click Sound" feature 2019-03-01 00:13:47 +01:00
CMakeLists.txt [OSK] General refactoring 2019-08-15 20:35:17 +02:00
main.c [OSK] Handle the warning dialog box in its own thread 2021-04-10 10:05:08 +02:00
osk.rc [OSK] General refactoring 2019-08-15 20:35:17 +02:00
osk_res.h [OSK] General refactoring 2019-08-15 20:35:17 +02:00
precomp.h [OSK] Handle the warning dialog box in its own thread 2021-04-10 10:05:08 +02:00
settings.c Replace my E-mail with the ReactOS org one (#3475) 2021-02-22 18:26:55 +03:00