s1-mod/deps/WinToast/examples/console-example
2024-02-27 03:09:30 -05:00
..
CMakeLists.txt Add dependencies locally 2024-02-27 03:09:30 -05:00
if_terminal_298878.png Add dependencies locally 2024-02-27 03:09:30 -05:00
main.cpp Add dependencies locally 2024-02-27 03:09:30 -05:00
README.MD Add dependencies locally 2024-02-27 03:09:30 -05:00
WinToast Console Example.sln Add dependencies locally 2024-02-27 03:09:30 -05:00
WinToast Console Example.vcxproj Add dependencies locally 2024-02-27 03:09:30 -05:00
WinToast Console Example.vcxproj.filters Add dependencies locally 2024-02-27 03:09:30 -05:00

WinToast Console Example!

WinToast Contole Example [OPTIONS]
        --action : Set the actions in buttons
        --aumi : Set the App User Model Id
        --appname : Set the default appname
        --appid : Set the App Id
        --expirems : Set the default expiration time
        --text : Set the text for the notifications
        --image : set the image path
        --help : Print the help description

Example:

"WinToast Contole Example.exe" --appname "Yolo" --aumi "My.Console.Example" --image "if_terminal_298878.png" --expirems 10000 --action Yes --action No --text "Do you want to try to take over the world?"