开发者

how to get the HWND from HMENU?

开发者 https://www.devze.com 2023-01-28 13:46 出处:网络
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.

0

精彩评论

暂无评论...
验证码 换一张
取 消