资源列表
vcnettaskthread
- 使用VC.NET实现多线程多任务的编写实例,当用户拖动最小化窗口时系统调用此函数取得光标显示。若遇到是1000的倍数时发送消息,更新对应进度条,延缓时间,通知更新进度条,启动第一个进度条工作线程,启动第二个进度条工作线程,并可重置线程,终止线程并初始化进度条。-Use VC.NET write multi-threaded multi-tasking instance, when the user drags the minimized window system calls this func
vcnetinsertstring
- VC.NET在应用程序窗口中添加插入符,请注意观察字符串结束位置的插入符,具体实现请参阅源代码。-VC.NET add application window caret, please observe the end of the string caret position, please refer to the concrete realization of the source code.
vcnetsrcollbar
- VC.NET自定义滚动条的滚动范围,随窗口的改变滚动条的位置和大小会发生改变,挺不错的效果。-VC.NET custom scroll bar to scroll the range, with the location and size of the window to change the scroll bar will change, very good results.
finddialog
- VC.NET如何使用Windows系统的查找与替换对话框,这个例子会告诉你答案,例子调用了“查找”对话框,并没有调用替换的对话框,不过功能思路是一样的,相信学会了这个,调用其它的也就容易理解了。-How to use Windows system VC.NET Find and Replace dialog box, this example will tell you the answer, the example calls the " Find" dialog box a
vcnetdialogbmp
- 对话框中使用缩略图功能,CBmpFileDialog类实现的文件功能,VC.NET如何在打开对话框中预览图片文件的示例,虽然预览的图像不是太清淅,但至少可以让人看清楚图片的内容是什么,还可显示出图片的宽高像素大小,实际占用字节大小,以及是多少位的真彩位图。-Dialog box, use the thumbnail feature, file functions CBmpFileDialog class implementation, VC.NET example of how the open
vcnettabdialog
- VC++制作TAB风格的属性页,可以看作是一个窗体选项卡的编写示例,基于VC.NET源代码,看上去很熟悉的风格,希望大家喜欢,特别是VC.NET新手们也好好学习一下哦。-VC++ production TAB style property pages, can be seen as an example of a written form tab, based VC.NET source code looks very familiar style, I hope you like it, es
statusbarzhizhen
- VC.NET如何使用源代码获取状态栏指针的小例子,VC++初级入门示例,运行于visual Studio环境中,有此环境的可重新编译源码。-VC.NET how to use the source code to get the status bar pointer small example, VC++ primary entry sample, run in visual Studio environment, this environment may have to recompile t
vctoolbarhidden
- VC.NET关闭(隐藏)工具栏按钮的文字提示,在“视图”菜单中选择“关闭工具栏提示”功能,当你把鼠标再次移上工具栏上那些Button按钮的时候,文字提示就不会再出现了,实际上,有这样一个菜单提示效果,我们是舍不得关掉它的哦。项目运行于visual Studio平台,编译源码需要先下载VS。 这一句代码需要注意:CTestDoc* CTestView::GetDocument() const // 非调试版本是内联的。-VC.NET Close (hide) toolbar button
statusbarscroll
- VC.NET让窗口状态栏上的文本滚动起来,状态栏的文字滚动已经很熟悉了,以前有些喜欢制作网页的朋友们,都把自己的网页状态栏弄好好些特效,比如文字滚动,显示时间,显示友情提示等,这些网页上的效果今天全部可以在VC.NET编程中实现,不相信么?那么就请看本源代码的实现吧。本例子中的滚动字符是英文的,可换成中文的显示。-Let VC.NET text window on the status bar to scroll up, scroll status bar text is familiar, a
vcgetodbcinst
- VC.NET获取电脑里所有安装的ODBC驱动程序名称,系统已经安装的ODBC驱动程序如下,使用SQLGetInstalledDrivers获取已安装驱动的名称(涵数在odbcinst.h里)。在弹出的窗口中,你会发现常用的ODBC驱动比如Access、SQLSERVER、Oracle等驱动列表已被显示出来。-VC.NET get all ODBC drivers installed computer name, ODBC drivers are already installed system,
vcdaodemo
- VC.NET DAO基础级例子,研究VC.NET连接数据库指定数据表,并进行数据表的新建、打开、删除等操作,源码非运行于VC6.0,需要VisualStudio20005及以下版本编译源码。-VC.NET DAO base class example, research VC.NET connect to the database specified data table, and the new data table, open, or delete operation, the source
vcclendar
- VC.NET把系统的日期选择器对话栏调取出来,供用户选择日期时间,系统的日期选择的方式有多种,在vc++、VB中,本源码中的风格是最常见的。或者是用来查询日历也是不错的选择-VC.NET the system date picker dialog bar taken out of tune for the user to select the date and time, the way the date chosen for a variety of systems, in vc++, VB,