搜索资源列表
对话窗体中使用openGL
- VC对话框程序实现openGL在对话窗体上画3D图像,并可以根据BMP图片绘制3D物体的背景。-VC Program openGL dialog box in the dialogue window painted 3D images, and BMP images can draw 3D objects on the background.
jiaohuline
- 用VC用++6.0编写的画直线程序,采用的是bresheham思想,直线的端点在对话框里输入,并且可以选择直线颜色-VC with 6.0 linear paintings prepared by the procedures, using the bresheham thinking, linear Lane endpoint in the dialog box input, and can choose color line
VCjiemian
- ①、重载对话框的消息函数: void OnNcLButtonDown(UINT nHitTest, CPoint point) //单击标题栏时是响应 void OnNcMouseMove(UINT nHitTest, CPoint point) //Mous 在标题移动时响应 LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam) ②、添加关键成员函数为:BOOL D
20061010_DrawLine
- 一个基于对话框vc++6.0的画线程序源代码,很适合初学者参考学习.-a dialog vc 6.0 on the line drawing program source code, reference is very suitable for beginners learning.
BitmapButton
- PocketPC2003的MFC程序漂亮的位图按钮的evc实现(带例程) 现在开发一些PPC上应用程序,最一个好看的界面也是很重要的,给人以美好的感觉。位图按钮是其中的一个重要部分。 这个位图按钮是用VC上98年就出来的一个CButtonST类修改而来的,因为PPC上一些函数的处理和PC不同,所以进行了修改。例如PPC上一般情况下,没有鼠标在没有按下时划过这样的事件,不过这里还是做了这种情况的处理。再就是DrawText函数,要移动一下位置才能够正确画到按钮中央。 将BtnST文件复
Draw
- 在vc对话框中任意画线,略微进行修改以后还可以画任何形状
Ellipse
- 基于VC++ MFC的对话框画圆,并可通过滚动条改变圆的颜色-Based on VC++ MFC dialog Circle, and through the scroll bar to change the color circle
Paint
- 基于VC++ MFC 的绘图程序 可以画椭圆 直线 三角形等简单图形 使用的是mfc 对话框模式 -VC++ MFC painting program
welcome
- 对话框上画图的实现,效果比别的方法快,值得借鉴。非常好的实现方法,通过特殊的加载方法实现。-Dialog box on the drawing to achieve results faster than other methods, is worth learning from. Very good method, through special load method.
VisualC3
- VC应用实例:非模式对话框 非模式对话框-Visual C特效画线特效画线特效画线特效画线特效画线特效画线特效画线
lovePet
- 徐景周先生用VC++编写的集简繁文字转换、文件加密、控件注册、位图转换为文本、文件隐藏到位图、文件分割器、控件注册器、注销用户、定时关机、弹出、关闭光驱等为一体的工具集软件。通过这个软件的源代码您可以学到位图菜单、自画式按钮的制作,不规则形状窗口的产生,动画对话框,系统托盘程序的实现等一系列技术。-Mr. Xu Jingzhou using VC++ to prepare the set Simplified text conversion, file encryption, control r
test
- 用vc++写的一个画金刚石的小程序,从对话框输入2个提示的值便可在文档中画出一个图案-draw diamond
HistogramCtrl_demo
- VC++ 6.0,基于对话框,画动态曲线图-VC++ 6.0, based on the dialog box, painting the dynamic curve
splashScreen_reference
- VC四种启动画面的设计方法;三种是基于单文档的,一种是基于对话框条件下实现启动画面的-VC of four start screen design of three is based on a single document, a dialog box, under the conditions of realization based on start screen
Draw
- VC++与Matcom混合编程,基于对话框画出正弦曲线,可以设置X轴的大小-VC++ and Matcom mixed programming, based on the dialog box to draw the sine curve, you can set the size of the X-axis
Mpline
- 本人第一次接触VC++,编辑了一个简单的调用对话框画直线的程序,还请各位同仁多多支持。-My first contact with the VC++, compiled a simple line drawing of the procedure call to the dialog box, please also colleagues lot of support.
cbezier
- 画Bezier曲线的对话框,基于VC++程序开发,运行正确,图像直观-draw bezier
ytiutkx11
- 一个用vc做的画图板程序,简单易用,和windows里自带的画图板很像,(A drawing board procedures, the use of vc in simple and easy to use, like those Windows with drawing board,)
dubugger
- 用VC调用MATLAB的DLL,使用MATLAB画出简单的图 不错的,可以(Using VC call MATLAB DLL, use MATLAB to draw simple figure good, you can)
JHBRAP
- 北大版计算机图形学算法实现之中点法画线椭圆圆的VC程序()