the MSDN says, the menu is actually a window withe window class "#32768", so how can i get the hwnd from hmenu开发者_开发技巧?
You're looking for the FindWindow(...)
or FindWindowEx(...)
API methods.
the MSDN says, the menu is actually a window withe window class "#32768", so how can i get the hwnd from hmenu开发者_开发技巧?
You're looking for the FindWindow(...)
or FindWindowEx(...)
API methods.
精彩评论