Time to consider CORTANA ?

User avatar
TimStone
Posts: 2954
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Time to consider CORTANA ?

Post by TimStone »

Cortana is expanding and will soon be available everywhere. Introduced in Windows Phones, it is now integral to Windows 10. There is availability on Android, and iOS testing will begin soon.

Cortana can interact with apps and can be our true voice control in our projects. For clients who want voice driven applications, Cortana will be universally available, and may well be the perfect solution.

With this in mind, perhaps some of the people who are great at bringing new capabilities to FWH might want to explore this as a new feature for development.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Time to consider CORTANA ?

Post by nageswaragunupudi »

At the moment the API is available for development of Universal Apps and not for Desptop Apps
Let us wait and see.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 22 times
Been thanked: 2 times
Contact:

Re: Time to consider CORTANA ?

Post by Otto »

Dear Mr. Rao,
any news on this.
Thank you in advance and best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42513
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Time to consider CORTANA ?

Post by Antonio Linares »

Code: Select all | Expand

#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
 


ms-cortana://Coobe
ms-cortana://home
ms-cortana://NoNavigate
ms-cortana://Reactive
ms-cortana://Proactive
ms-cortana://Reminders
ms-cortana://SearchResults
ms-cortana://Settings
ms-cortana://StartMode=Coobe
ms-cortana://StartMode=MyStuff
ms-cortana://StartMode=NamePronunciation
ms-cortana://StartMode=NoNavigate
ms-cortana://StartMode=Notebook
ms-cortana://StartMode=Proactive
ms-cortana://StartMode=QuietHours
ms-cortana://StartMode=Reactive
ms-cortana://StartMode=Reminders
ms-cortana://StartMode=SearchResults
ms-cortana://StartMode=Settings
ms-cortana://home/?QuerySource=
ms-cortana://StartMode=Settings&QuerySource=Settings
ms-cortana://StartMode=QuietHours&QuerySource=ActionCenter

Cortana icon:
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42513
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Time to consider CORTANA ?

Post by Antonio Linares »

I appreciate your feedback testing this one:

ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42513
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Time to consider CORTANA ?

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 22 times
Been thanked: 2 times
Contact:

Re: Time to consider CORTANA ?

Post by Otto »

appreciate your feedback testing this one:

ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )


Dear Antonio,
This is working fine.
Can wie do something like this:

What would be the ms_cortana command and how to store the text into a variable?
cText := ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )

Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42513
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Time to consider CORTANA ?

Post by Antonio Linares »

Dear Otto,

Please post a screenshot here with what you get when you run:

ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )

many thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: Time to consider CORTANA ?

Post by Silvio.Falconi »

Image
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 22 times
Been thanked: 2 times
Contact:

Re: Time to consider CORTANA ?

Post by Otto »

Dear Antonio,
this is what I get:
Thank you and best regards,
Otto
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: Time to consider CORTANA ?

Post by Silvio.Falconi »

Antonio,
How make this from fwh:

Create a calendar event
You can quickly create a new calendar event by typing create calendar in the search box of Cortana.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 22 times
Been thanked: 2 times
Contact:

Re: Time to consider CORTANA ?

Post by Otto »

Hello Antonio,
I’ve found a project for Windows Office: Dictate
an add-in for Microsoft Office.
This is a Microsoft garage project.
This is using Cortana not SpeechText with works much better.
But I found no other programs.
Maybe I could open from Fivewin WORD then dictate close and import the docx-file to the Fivewin program.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Time to consider CORTANA ?

Post by nageswaragunupudi »

I wish dictate feature for FivEdit
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 42513
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Time to consider CORTANA ?

Post by Antonio Linares »

Getting closer to Cortana...

Code: Select all | Expand

#include "FiveWin.ch"

function Main()

   ShellExecute( 0, "open", "ms-cortana://Reminders" )
 
   MsgInfo( FindWindow( 0, "Cortana" ) )

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 22 times
Been thanked: 2 times
Contact:

Re: Time to consider CORTANA ?

Post by Otto »

Dear Antonio,
Cortana is opening and asking "What can I do more". Also a MsgInfo with a number (661620) pops up.
On SERVER 2012 with no Cortana installed the number is 0.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply