搜索资源列表
bmp_in2c.zip
- 在多文档客户区中增加位图底图
在窗体的标题栏增加一个按纽
- 在窗体的标题栏增加一个按纽,并且点击该按纽可以把窗体放到任务栏最右面-in the form of an increase in column heading button, and click on the button forms can be put right side task bar
在Messagebox中增加一个[帮助]按钮
- pb 源码!在Messagebox中增加一个[帮助]按钮-pb source! Messagebox increase in a button [help]
CoolDialogBar
- CCoolDialogBar提供了很好的浮动窗口特性,在此基础上派生的类可以保留这些窗口特性,并在窗口中增加自己的特性-CCoolDialogBar provided a good characteristics of the floating window, on this basis derived class can retain these properties window, and in the window to increase their own identity
Mybole
- 这是关于修改界面的实例,增加了程序的启动画面,系统显示时间,包括状态栏编程,对话框的编程-on revising the interface example, an increase of the commencement of proceedings screen, the system shows, including the status bar programming, the programming dialog
zidingyichuangkou
- vb实现的动态增加自定义窗口 vb实现的动态增加自定义窗口-vb achieve the dynamic increase since the definition window vb achieve an increase in the dynamic definition window
AccessforC++
- C++对ACCESS的访问 其中有打开,查找,增加,删除等操作 合适于初学者-C on the visit which is open, locate, add, delete, etc suitable to beginners
customfile
- 这个例子能够在CFileDialog中增加一对按纽-This example can increase the CFileDialog a button
MDITab
- 给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
bitmap_open
- 一个增加位图预览的通用对话框。请看看里面的说明后,再使用其中的源码。-an increase bitmap preview of the common dialog. Look at the inside of the post, and then use the source.
gridDateBox
- 在grid的控件中内嵌日期控件,请点击grid的最后一列,可以看到增加的日期控件,可以通过这个选择日期-control of the grid which controls embedded date, click grid of the final one. increase can see the date controls, through the date of the option
chengxudai
- 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the a
flashview
- 启动程序前增加的flash图片显示,图片可以任意更改-commencement of the proceedings before the increase in the flash pictures, pictures can arbitrarily change
DynLed
- led灯的制作,可以制作闪烁的多色显示等,增加界面的美观性。-led to the production of light, can be produced flashing multicolor display, increase the beauty of the interface.
transparent_dialog
- 作个有透明度的窗口,增加软件的悦目行。里面的代码,稍微改一下就成为自己的新界面
dialogwithbars
- 对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and ModelessDlg Class 和使用例子。在VC2003下编译成功。
DockingAndHidenWnd
- 自动伸缩的窗口,可以停靠在上侧和收缩,增加了抽屉效果
QQHideWnd
- 虽然还不能算是完美的模仿,但效果已经非常非常的接近了。也许有人会奇怪为什么要用Tool Window 风格,这是因为,这样在任务栏中不会显示窗口。从QQ的标题栏高度也可以判断出他也是这种风格,但这样一来就不能拥有最小化、最大化按键了。实际上QQ的最大化、最小化和关闭按键都是用DC画上去的。如何在Caption上增加按键,外国一些开源网站有源代码,我下载并看了一下,发现里面有个知识点很有趣,那就是更改消息路由,有兴趣的可以去下载来学习一下。
Clock
- 我的一个设计 当初做设计的要求: 1、创建单文框应用程序,在视图中显示时钟。并增加一个菜单项“时间”,其包括“显示时间”和“修改时间”两个子项。当点“显示时间”在视图中显示时钟,点“修改时间”弹出一个无模式对话框,对时间进行修改。 2、设计的时钟要美观大方,既能摸拟机械钟表行走,还要准确地利用数字显示日期和时间。 3、写出设计报告
time
- 定时器实现。程序功能:每个一段时间,对话框的窗口中显示的字符串就会自动增加一位。