Hi,
I am using VB2008
I have menustrip and in it there is Filetoolstripmenuitem how can I open with code the Filetoolstripmenuitem?
I tried with code: Filetoolstripmenuitem.performclick this do not open the Filetoolstripmenuitem.
Any suggestions?
Printable View
Hi,
I am using VB2008
I have menustrip and in it there is Filetoolstripmenuitem how can I open with code the Filetoolstripmenuitem?
I tried with code: Filetoolstripmenuitem.performclick this do not open the Filetoolstripmenuitem.
Any suggestions?
I've never tried to do this in my life. I read your question. I opened my MSDN Library. I went to the documentation for the ToolStripMenuItem class. I looked down the list of members. I found the ShowDropDown method.
Hi,
Working great
Thank you very much