资源列表
MFCPVS2010-calculator
- 每个人都有自己的编程语言爱好,每种语言都有自己的优势也都有自己的不足,可以肯定的是每种语言都只有学的深入了以后才能对这种语言进行熟练的操作,相对而言自己更喜欢C/C++。文档是根据C++和MFC来做的一个计算器,有益于初学这学习MFC的使用。-Everyone has their own programming language preferences, each language has its own advantages also have their own shortcomings,
2fuxuankuang
- 3.5_常用控件之2按钮控件, 复选框和单选按钮混用 ,鲜花选择程序和详细步骤.rar-3.5_ common controls of two button controls, check boxes and radio buttons mix, flowers selection procedures and detailed procedures. Rar
CButtonguitool
- VC做界面比较难,这里很多很多关于美化VC中按钮.对话框的界面类,并且有DEMO程序,是你优化界面的好
Prop
- vc++ 创建了向导型的属性页和属性表单-vc++ to create a wizard-based property pages and properties of the form
carbarnManager
- 实现车库的管理程序,有图形界面!入库出库,以及费用结算
Circle
- 界面编程,通过霍夫变换检测图形中的圆。同时可以得到圆半径-Programming interface, through the Hough transform detection graphic circle.
CListCtrl
- listcontrol,图片的拖放,背景色等-listcontrol, drag and drop images, background color, etc.
source_code
- 《精通Qt4编程》例子源码,非常不错的资源-" Proficient Qt4 programming" examples
SetWindowRgn
- 实现了窗体置顶,透明,移动,以及不规则窗体。-Realize the form stickies, transparent, move, and irregular form.
vcPP6.0Lucky-draw
- 基于vc的抽奖小程序,vc++6.0抽奖程序代码-Draw small program based on vc, vc++ 6.0 lottery program code
TextOne
- 切分窗口的应用,使用到了opengl绘制主窗口背景,ListView可以实现添加行列的操作。-Segmentation application window, use opengl to draw the background of the main window, ListView add the ranks of the operation can be achieved.
vjbook
- 用AWT来生成图形化用户界面时,组件和容器的概念非常重要。组件是各种各样的类,封装了图形系统的许多最小单位,例如按钮、窗口等等;而容器也是组件,它的最主要的作用是装载其它组件,但是象Panel这样的容器也经常被当作组件添加到其它容器中,以便完成杂的界面设计。布局管理器是java语言与其它编程语言在图形系统方面较为显著的区别,容器中各个组件的位置是由布局管理器来决定的,共有5种布局管理器,每种布局管理器都有自己的放置规律。事件处理机制能够让图形界面响应用户的操作,主要涉及到事件源、事件、事件处理者