搜索资源列表
VC-Dialog
- 一个对话框的示劣,它的价值就在按钮可以扩大对话诓的尺寸。不过带滚动条的对话诓的价值将是更大的。说明再清楚也不如上载的文件有价值好 -a dialog box showing the poor, the value of the buttons on the dialogue could be expanded to the size invincible. But with the rolling of the dialogue invincible value will be greate
balloontip
- 有用的提示框 ,给可视控件加提示说明。里面有仔细的说明-helpful hints frame, to increase visual reminder controls. Inside the note carefully
FloatingWindow
- 用API实现浮动窗体,带有例程和说明,看了就知道-use API floating forms, with routines and the note read on to know
BCGPAppWizard
- 软件介绍: 一套非常好的MFC扩展界面库!可以帮助你在编程时轻松制作出非常漂亮专业的自定义界面!提供100多种界面,很容易经过我们自己的重新设计组合成满意的效果. 说明: 1、 适用版本BCGControlBar Library (v9.4)Professional Edition。 -software presentations : a very good expansion interface for MFC! I can help you in a relaxed p
vc_pro
- 说明了CTabCtrl控件的用法,本人正在做一个项目,用到了该控件,和数据库MSDE,和串口通讯,由于公司规定所以不能完全上载工程,只是把前期做的工程和大家分享。-note CTabCtrl control of the use, I was doing a project, used in the control, and MSDE databases, and serial communications, the company provides as it is not fully ava
Note
- java 写的记事本程序,很小,但能实现基本功能,适合初学者.
note
- 一个简单的日记本程序,有什么问题可以联系我
shfoldering
- 在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于\"bi.pidlRoot\"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在\"g
TestIconPicker
- 实现了上回说到的多功能文本框之后,接下去的任务就是做一个表情符号选择器:CIconPicker。 说明:本来是想实现图标选择的,但是后来有需要改成了位图选择器,但是类名没有改过来,还是叫 CIconPicker。附带工程中有图标选择器。-achieved on the back said multifunctional text box, the next task is to do a symbolic expression choice : CIconPicker. Note : origi
texiao
- 说明 这个dll由孤帆改写编译自罗云彬的“实现水波特效的代码例子” mWaveObjApis.bas模块是该dll的输出函数声明和使用详情模块-Note this dll compiled by孤帆rewritten Luo Bin from the wave effect the realization of the code examples mWaveObjApis.bas module is the output of the dll function declaration
JM_soucecodenotes
- jm source code review note
UsePen
- 教你如何使用Windows MFC画笔,里面是相关的代码和说明。-tell you how to use the Windows MFC pen,there s the relative code and note inside the file.
CPropertytree
- 用来设置树形节点的属性框控件,VC++源代码,使用注意,选中树窗口中的结点后, 可以在属性窗口修改其属性。也就是鼠标只要一点击树形菜单中的任一节点,下边的属性窗就会处于高亮编辑状态,用来编辑树控属性非常方便。 -Used to set the tree node properties box control, VC++ source code, use the note, select the node in the tree window, you can modify its propert
TestDlg
- 对话框的抽屉效果,内存文件映射实现源码,注意是VS2005工程-Dialog box drawer effect, the memory file mapping implementation source code, note the VS2005 project
folder_dialog_source
- 让CFileDialog只显示目录,cfolderdialog类是从CFileDialog派生。这两个类之间的主要区别是CFileDialog类显示这两个文件夹和文件,可用于应用程序的情况下只希望显示文件夹的cfolderdialog类。下面是一个代码片段,显示它是多么容易使用这个类。请注意,cfolderdialog构造需要一个CString指针。此变量将包含domodal函数调用返回时由最终用户选择的文件夹的名称。-So only the directory CFileDialog,the
VBCollection
- VB collection说明,里面很详细-VB collection note, which is very detailed
DotNet-The-third-party-control-Note
- DotNet第三方控件使用笔记,DotNet第三方控件是一个优秀的界面控件,应用于C#可以方便地将界面做漂亮。-DotNet third-party controls notes DotNet third-party control is an excellent interface controls used in C# can easily interface to do pretty.
feimotaiduihuak
- 非模态对话框的创建比较复杂。下面介绍具体的方法: 首先,创建一个新的对话框资源,并新建一个类与之关联(用AppWizard); 其次,调用CDialog的默认构造函数来构造对话框对象(注意,创建的不是窗口),这一步在主框架窗口的构造函数中实现。 再次,调用CDialog::Create成员函数创建窗口,Create把资源ID作为参数,并且,在对话框窗口仍然在屏幕上显示时,就立刻返回控件。 最后,在关闭非模态对话框时,注意要调用DestroyWindow函数而不是CloseWind
MFC_Login(win7)
- MFC下编写Win7风格的界面。注意:xp下使用,由于支持语言的关系,请查看read.txt文档进行使用。-MFC prepared Win7 style interface. Note: xp use, because the relationship between supported languages, see read.txt documentation for use.
WinReg
- 基本的窗口显示,初学者可以学习一下。注意看WinMain函数的步骤学习。-The basic window displays, beginners can learn about. Note the WinMain function learning step.