Click here to Skip to main content
15,905,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody

I'm writing code which should control a text editor by voice.
For example, when you say "file", I want to view the file menu strip items.
What I need your help with is the code that can show the file items or make them visible.

I don't have much time, I need your help or suggestion quickly.

If something is unclear, please ask :)
Posted
Updated 29-Sep-10 8:44am
v2

VB
FileToolStripMenuItem.ShowDropDown()
or
FileToolStripMenuItem.PerformClick()


Thank you, Kschuler
 
Share this answer
 
v2
Comments
Chris Maunder 29-Sep-10 18:26pm    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.
mnuFileMenu.ShowDropDown()
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900