近日开发了个界面API演示软件, 平时像SetWindowPos,UpdateLayeredWindow,EnumWindows这些光看MSDN还真不能完全理解, 想自己写测试下, 这个前奏又太麻烦, 为测试一个API, 写个好几百行的环境代码真不值. 所以 分享这个软件给Windows开发新手,希望能给你带来帮助. 其他演示函数还有DestoryWindow, CloseWindow,TilWindow,OpenIcon, SetParent, SetWindowText, GetTopWindow, CascadeWindow, CreateWindowEx, BringWindowToTop, SetForegorundWindow, GetDesktopWindow,SwitchToThisWindow, ArrangeIconicWindows, GetForgroundWindow, EnumWindows,EnumThreadWindows, EnumChildWindows, WindowFromPoint, ChildWindowFromPointEx, RealChildWindowFromPoint, FindWindowEx, GetWindow, GetNextWindow, GetAnestor, GetPreviousWindow, AdjustWindowRect等等.
2022-07-08 16:00:11 54KB win32界面API
1