C
community.devexpress.com
I'm having trouble creating an instance of the ISpShortcut . Here is my
code.
using SpeechLib;
using System.Speech;
ISpShortcut shortcut = new ISpShortcut();
shortcut.AddShortcut("myAdress",1033,"123 Main, Anytown, ST. USA
12345",SPSHORTCUTTYPE.SPSHT_OTHER);
Here is the error msg: "Cannot create an instance of the abstract class or
interface'SpeechLib.ISpShortcut'
Any help would be appreciated.
code.
using SpeechLib;
using System.Speech;
ISpShortcut shortcut = new ISpShortcut();
shortcut.AddShortcut("myAdress",1033,"123 Main, Anytown, ST. USA
12345",SPSHORTCUTTYPE.SPSHT_OTHER);
Here is the error msg: "Cannot create an instance of the abstract class or
interface'SpeechLib.ISpShortcut'
Any help would be appreciated.