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.
基本思想是将窗口一分为二,这样我就可以用 GDI 绘制 2 张图片,或者最终使用 Direct3D 来显示 2 个不同的场景。我如何才能仅使用 Windows API 来实现这一点
可能最简单的方法是创建 3 个窗口,一个父窗口和两个非对话框子窗口,使用 CreateWindowEx 和 WS_CHILD 标志为 babiges 设置尺寸和位置,以便为窗口中的半人像腾出空间!
我很快想出了这个源示例:
http://codepaste.dev7studios.com/item/t7mvpvv3w
使用 CreateWindow 创建 2 个单独的窗口。