1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 19:50:16 +00:00
QB64-PE/internal/c/parts/gui
Matthew Kilgore 0115029e5e Implement InputBox using DialogBoxIndirect
This removes the VBS based InputBox for Windows and replaces it with a
version that uses DialogBoxIndirect to create the dialog. While it is a
bit more complicated in some respects, it removes any concerns about the
contents of the strings as they're no longer being inserted into the
generated script.

It also has the advantage that it doesn't spawn another process (which
then shows up in the task bar in some situations).

With this changes quote characters are allowed in all of the parameters.
2022-11-08 00:49:13 -05:00
..
build.mk Address issues mentioned in #216 2022-10-25 04:24:01 +05:30
gui.cpp Add back internal MessageBox function 2022-10-31 00:14:20 -04:00
tinyfiledialogs.c Implement InputBox using DialogBoxIndirect 2022-11-08 00:49:13 -05:00
tinyfiledialogs.h Update tinyfiledialogs to v3.8.9 2022-10-29 17:18:50 +05:30