|
Prev: IHTMLDocument2
Next: free ebook available on VC++.net?
From: JP on 14 Dec 2005 23:52 I am having a problem performing a simple operation such as selectiing an item from a combobox. I can dropdown the list by performing the default action on the dropdown button. I can also highlight the list item by doing an accSelect. But the list item default action does not select the item when the dropdown closes. dropdownAcc->accDoDefaultAction(ddVar); listItemAcc->accSelect(SELFLAG_TAKESELECTION, liVar); listItemAcc->->accDoDefaultAction(liVar);
From: JP on 15 Dec 2005 23:31 Can anyone tell me where I can get support/advice for Accessibility programming? I can find anything anywhere. Thanks "JP" wrote: > I am having a problem performing a simple operation such as selectiing an > item from a combobox. > > I can dropdown the list by performing the default action on the dropdown > button. > I can also highlight the list item by doing an accSelect. > But the list item default action does not select the item when the dropdown > closes. > > dropdownAcc->accDoDefaultAction(ddVar); > listItemAcc->accSelect(SELFLAG_TAKESELECTION, liVar); > listItemAcc->->accDoDefaultAction(liVar); > >
From: Alex Blekhman on 18 Dec 2005 03:42 JP wrote: > Can anyone tell me where I can get support/advice for > Accessibility programming? I can find anything anywhere. "Microsoft Accessibility" http://msdn.microsoft.com/library/en-us/dnanchor/html/accessibility.asp
|
Pages: 1 Prev: IHTMLDocument2 Next: free ebook available on VC++.net? |