如何在 Visual C 中的 PictureBox 中显示 OpenGL
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从不使用 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.