Hey everyone...
I wanted to know how I would go about detecting if a menu is open or not. I'm sure there must some kind of API call for this purpose? Thanks a lot.
JMik
Printable View
Hey everyone...
I wanted to know how I would go about detecting if a menu is open or not. I'm sure there must some kind of API call for this purpose? Thanks a lot.
JMik
A menu? As in a menu in your program? To see if it is open, you could just put some code in the menu_click event. If you have File, Edit, View, Favorites, Tools, and Help menus like in MSIE, just put some code in the mnuFile_Click sub routine that'll track when the File menu is open.