Is it required to check the winversion if i use toast()?
Thanks.
Is it required to check the winversion if i use toast()?
Thanks.
Günther,
yes.
You have to check the Windows version to check if you are using Windows 10 before using them.
You may use FWH function IsWindows10()
Antonio, should toast() the check to >win10 make inside?
In some cases, you may want to show an alternative "popup message" if Windows 10
is not being used.
Thats why I think that the Windows 10 check should not be done from inside the Toast() function
Also, actually as it is, it may generate an error. I have not tested it if called from a lower Windows version.
FWH also provides a class TToast for not Windows 10 and samples\toastest.prg
Thanks to Cristobal for the reminder ![]()