المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem with SAPI and Windows Vista [modified]



C++ Programming
09-20-2009, 06:12 AM
I have a problem. I make a program like this:
One Form, 2 ListBoxs, 1 grammar file and SAPI. ListBox1 have 3 items (Blue, Green, White). ListBox2 is empty. Grammar file have 'Blue', 'Green' and 'White'.
When i talk 'Blue', 'Green' or 'White' the program recognize the word and add to ListBox2.
In Windows XP (Sapi 5.1) the program works wonderful. In Windows Vista when i talk 'Blue', 'Green', 'White' the word in ListBox1 is selected and nothing happen to ListBox2 (Windows Vista recognize, not my program). How can i fix it?

modified on Saturday, September 19, 2009 12:03 PM