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 b20aade638 Swap NotifyPopup to use Shell_NotifyIcon
Fairly straight forward, the Powershell code was fundimentally just
calling Shell_NotifyIcon under the covers which we can easily do
ourself. The notification has to be tied to a window, so I simply create
a hidden one to use.

A nice improvement here is that instead of having to use the Powershell
icon we can make use of the EXE icon if one was provided. If one is not
provided then we use the default 'application' icon.
2022-11-06 01:08:36 -04: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 Swap NotifyPopup to use Shell_NotifyIcon 2022-11-06 01:08:36 -04:00
tinyfiledialogs.h Update tinyfiledialogs to v3.8.9 2022-10-29 17:18:50 +05:30