如何在 Visual C 中的 PictureBox 中显示 OpenGL

发布于 2024-08-23 08:42:35 字数 114 浏览 4 评论 0原文

我想在 Windows 窗体 PictureBox 中显示 OpenGL 进程。 我正在使用 Visual C++。 我正在 Windows 窗体界面上获取用户值,并且必须为该值绘制图表。 您知道任何文件或样本吗?

I want to show OpenGL processes in Windows Form PictureBox.
I am using Visual C++.
I'm taking user values on Windows Form Interface and I must draw chart for this values.
Do you know any document or sample?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彼岸花似海 2024-08-30 08:42:35

我从不使用 Windows 窗体,但如果您使用本机 Win32 窗口,则可以使用该窗口的 hdc 创建 openGL 上下文,并且在创建该窗口期间,您应该使用 openGL canvas 标志创建它。我希望它有帮助。

I never use Windows Form, but if you're using native Win32 Window, you can create openGL context using hdc of that window, and during creation of that window you should create it with openGL canvas flag. I hope it help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文