如何从 c++ 最小化父窗口并显示正常子窗口?
如何从 C++ 最小化父窗口并显示普通子窗口,每次最小化父窗口时子窗口都会自动最小化。例如,在 Visual studio 2010 中,我只想看到浮动的 .cpp 文本编辑器(源代码在哪里),并且程序的其余部分最小化(图标、菜单、解决方案资源管理器等)或隐藏。使用什么功能,解决问题的步骤是什么。 操作系统 win 7, 64。
编辑:在 Win32 中编码。
How to minimize parent window and show normal child window from c++, when is true that every time you minimize parent window the child window automatically minimize with them. For example in Visual studio 2010 I want to see only floating .cpp text editor (where is source code), and that rest of program be minimize (icons, menu, solution explorer,...), or hidden. What function to use, what steps to solve problem.
OS win 7, 64.
EDIT: Coding in Win32.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论