#include "FiveWin.ch"
function Main()
ShellExecute( 0, "open", "ms-cortana://StartMode=Reactive&ListeningMode=True&QuerySource=VoiceShortcutKey&Positioner=desktop&SpeechTextInputHeight=40&ColorPrevalenceEnabled=true&PersonaOnlySupported=true&TaskbarOrientation=3&SearchBoxInTaskbar=false&AppsUseLightTheme=false&HideFileExtensions=false" )
return nil
appreciate your feedback testing this one:
ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )
#include "FiveWin.ch"
function Main()
ShellExecute( 0, "open", "ms-cortana://Reminders" )
MsgInfo( FindWindow( 0, "Cortana" ) )
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: byron.hopp and 43 guests