Hi Guys
having a bit of trouble here, I have create a form program with a set of buttons which do stuff (open,exit etc). I also got a speech recongtion which has a set of words ive put into a grammar list.
the problem:
i want to the program to click on a particular button when the user says a certain word i.e. user says "start" the start button is clicked! Im using a switch case as well for each different button.
the only thing i think im missing is the code for just automatically clicking the button!
thanks!