资源列表
VBopenCDROM
- 这个VB小程序主要实现一种功能,就是对CDROM光驱的控制,点击窗口中的按钮,可弹出光盘盒,再次点击则关闭光盘托,如果光驱中有光盘,则会开始读盘操作。是一个最简单的对光驱动的操作。-This small program to implement a VB function is to control the CDROM drive, click on the window button, you can eject the disc box, click again to close the d
VBNETBiosDNS
- VB获取NETBios和DNS主机名称,依赖于kernel32.dll,用GetComputerNameEx方法实现,除了获取上述两项外,还可取得DNS域名,完全修饰DNS名称,物理的NetBIOS名称,物理的DNS主机名,物理的完全修饰DNS名等-VB get NETBios and DNS host name, depending on kernel32.dll, with GetComputerNameEx ways, in addition to access to these two,
shemptycyclebin
- VB使用SHEmptyRecycleBin方法, 依赖于shell32.dll动态链接库清空回收站,点击窗口中的按钮即可一键清空回收站。本源码主要是熟悉SHEmptyRecycleBin函数的使用,这个函数不只有清空回收站的功能,还可以统计查询回收站中的文件数量,占用字节大小等-VB use SHEmptyRecycleBin method relies on the dynamic link library shell32.dll empty the Recycle Bin, click on
VBWord
- VB调用Word进行拼写检查的源码实例,并依靠自身统计单词和字符数量多少,显示统计结果,激活Word将Word变为可见,在拼写检查过程时,需要借助Word中的语法检查模块来进行,所以请确保你的电脑中安装有Word软件,最好是Word2003版本。-VB calls carried Word spell check source code examples, and rely on their own statistics how many words and number of characte
employees
- VB连接数据库,显示数据库中的内容并修改内容,练习VB更新数据库的一个操作,测试前请先准备好Access数据库,本示例中未包括数据库文件。代码中的错误处理需要说明:错误处理程序代码置于此处,想要忽略错误注释掉下一行,想要捕获它们在此添加代码以进行处理-VB connect to the database, display and modify the contents of the database contents, exercises an operating VB database upd
dataproject
- VB压缩数据库,修复Access数据库文件,是在一瞬间完成的修复功能,因此测试截图上并没什么功能,有兴趣的可准备两个Access数据库测试一下。-VB compressed database, repair Access database files, the repair is done in a flash function, and therefore did not test what the screenshot function, interested can prepare two
VBrtfmdb
- VB保存rtf文件到Access数据库中,将test.rtf文件写入到db1.mdb中,以个之见,VB代码使用RichTextBox载入RTF文档,然后再把文档内容存储在数据库中,分两步来进行了,并不是直接把RTF存储在Access中-VB save rtf file to Access database file to be written test.rtf db1.mdb in to an opinion, VB code uses the RichTextBox load RTF docu
shendraw
- VB绘制肾形图案源代码,肾形图案说不上是规则还是不规则,呈线性特点吧。初始化绘图环境将Picture1定制成一个中心点坐标为(0,0)的坐标系。-VB source code to draw the kidney-shaped pattern, kidney-shaped or irregular pattern can not be considered the rule, linear features it. Initialization drawing environment will
DSNvb
- VB源码实现建立DSN,删除DSN,编译后即运行建立DSN的功能,如果要显示对话,可使用Me.Hwnd代替vbAPINull。-VB source code to achieve the establishment DSN, delete the DSN, compiled after running create a DSN function, if you want to display a dialog, you can use Me.Hwnd replaced vbAPINull.
vbwinpath
- VB获取系统环境变量,枚举出系统所有的环境变量信息,左侧为变量名,右侧为变量内容,类似在Windows高级设置里查看环境变量类似。-VB acquisition system environment variables, enumerate all system environment variable information, on the left as a variable name, the right to the variable content, similar to the vi
split_string
- C++ 写的字符串分割程序,实现从一个字符串取出特定字符-C++ write string segmentation procedures to achieve remove specific characters from a string
zuheforms
- VB6.0源码下载:VB创建组合的圆形窗口,单击窗口则调用SetWindow子过程设置窗口形状,双击窗口则调用Reset子过程恢复窗口形状。圆形组合窗体的实现过程中将两个图形区域相加(叠加),也可将两个区域相减,或进行进行“或”操作,“异或”操作等。 Module1.bas中的SetWindow子过程实现设置窗口形状,创建最外面的大圆区域,创建中间的圆区域,创建最里层的小圆区域,用大圆减去中间的圆得到的区域保存在hSrcRgn1,用得到的区域加上小圆并保存在hSrcRgn1;