Hi All
I know it is possible to use the internal system speaker to generate sound.
EG
System.Console.Beep(500, 500)
'Beep(FREQUENCY,DURATION)
However i was wondering if anyone knows if it is possible and how to go about using said system speaker to speak - MESSAGE YOU ARE NOT AUTHORISED - for example
I am creating an app that allows admin access via a usb key (this is working fine) and i want their system to sound an alarm with a warning message should they try to force thier way into the admin section without the admin usb key.
Any help would be greatly appreciated.