Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何从 C# 移动和最大化 QuickTime 窗口,我可以将此代码用于常规窗口,如资源管理器窗口
SetWindowPos(handle, 0, 0, 0, 500, 400, SWP_NOZORDER | SWP_NOSIZE | SWP_SHOWWINDOW); ShowWindow(handle, SW_SHOWMAXIMIZED);
但 QuickTime 似乎有不同类型的窗口系统。