本文介绍了如何在对话框上绘制某些东西(例如一条线或像素)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用VC ++ 6。我想在对话框上绘制一些简单的形状(例如,直线,

圆,像素)。我怎样才能做到这一点?非常感谢

I am using VC++6. I want to draw some simple shapes (e.g. line,
circle, pixel) on a dialog box. How can I do this? Thanks a lot

推荐答案



你最好在VC小组中询问。


-

Ian Collins。

You''d be better of asking in a VC group.

--
Ian Collins.




访问Windows SDK文档并阅读有关GDI的信息。


-

OU

Access the Windows SDK Documentation and read about the GDI.

--
OU




获取对话框的DC然后绘制。


-

通用窗口处理程序 - 简单的对话框& MDI - 无MFC


Get the DC of the dialog then draw.

--
Generic Window Handler - easy dialogs & MDI - no MFC
www.beotel.net/~gwh


这篇关于如何在对话框上绘制某些东西(例如一条线或像素)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 09:57