资源列表

[Windows编程transformchart

说明:VB使用transform制作“透视表”,不过我看倒像是柱状图,用来显示统计数据,比较直观简洁。本例中图表中的数据来自Access数据库,一般情况下,此类程序都是需要数据库支持的,因此来说,是一个比较实用的数据库生成图表的例子。-VB transform produced by the use of "table", but I like the histogram, used to display data, more intuitive and simple. In the case of
<gpudn62> 在 2025-06-24 上传 | 大小:49kb | 下载:0

[Windows编程dboperiration

说明:Vb6动态创建SQL SERVER数据库,源码调试说明:运行本实例,需要引用DB_Operation.dll文件。。创建SQL Server数据表,程序自带有DB_Operation.dll注册卸载程序,双击运行即可。测试所用的Database文件在Database文件夹中。-Vb6 SQL create SERVER database, source code debugging note: run the examples, requires a reference to the DB_Op
<gpudn63> 在 2025-06-24 上传 | 大小:1.16mb | 下载:0

[Windows编程zoomvbform

说明:屏幕放大镜用VB实现,放大显示的窗口不会碰及你的鼠标,它会智能变换位置,你的鼠标移上哪里,哪里的内容就会被放大显示在放大镜窗口中。屏幕放大镜Windows系统内也有,这一个功能也不逊色,只不过要做成软件,需要再次完善一些小功能,比如美化窗口之类的。-Screen magnifier used to achieve VB, amplifying display window will not touch your mouse, it will shift the position of intel
<gpudn63> 在 2025-06-24 上传 | 大小:132kb | 下载:0

[Windows编程vbdisplay

说明:VB获取当前显示器分辨率的源码,也就是获取屏幕像素的长和宽的值,双击运行编译生成的EXE文件,直接弹出窗口告诉你屏幕的像素是多少,程序没有其它功能。-VB gets the current display resolution of the source, value of length and width is also access to the screen pixel, double-click the EXE file generated by the compiler, direct
<gpudn64> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[Windows编程changedisplay

说明:VB更改屏幕分辨率程序,从功能上来说,和Windows系统的分辨率设置功能差不多,只不过界面是重新设计了,可以修改屏幕分辨率、色深、刷新率,可显示显卡型号,有需要此类相关功能的Vb爱好者可参考下。-VB change the screen resolution procedures, from the function, and the resolution of the Windows system setting function is similar, but the interface
<gpudn64> 在 2025-06-24 上传 | 大小:9kb | 下载:0

[Windows编程vbcapture

说明:VB网页抓图精灵2源码,自带网页浏览器,打开某一网址后,点击抓图按钮,可将本网页完整抓取成图片,原理和以前的截图相似,有兴趣的Vb爱好者可参考。-VB Webpage Capture Wizard 2 source code, with Webpage browser, open a web site, click the capture button, can be the Webpage complete crawl into the picture, the principle and t
<gpudn64> 在 2025-06-24 上传 | 大小:12kb | 下载:0

[C#编程asd

说明:钩子的应用程序,读取键盘和鼠标的状态,并且显示出来。-zi dong fan yi bu guan yong
<yaoxiangkai> 在 2025-06-24 上传 | 大小:65kb | 下载:0

[Windows编程processview

说明:VB写的进程监视器,可像Windows任务管理器一样显示当前正在运行的进程信息,程序源码BY 辕夏禹剑。程序可实现查看进程的使用情况,对进程进行相应的操作,程序关联有许多注册表操作,是不错的VB编程资料。-VB to write the process monitor, can display the currently running process information like the Windows task manager as a BY program source code, t
<epudn23> 在 2025-06-24 上传 | 大小:13kb | 下载:0

[Windows编程vbosversion

说明:判断操作系统语言版本,VB判断操作系统语言版本,具体来说只获取了windows系统的语言属性,暂时不获取版本信息,不过可以学习一下如何获取系统的信息,只是变量的不同而已。-Determine the operating system language version, VB operating system language version, specifically only obtain the linguistic properties of the windows system, do
<epudn23> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[Windows编程getinfile

说明:从INI文件读取程序设置,VB读取INI文件的例子,一般INI文件常见用于配置文件,这符合Windows的标准规范,其操作实际和TXT文本差不多,只不过需要注意变量的设置,在Vb中直接读取对应的变量名,广泛用于程序参数配置中。本程序是从ini文件中读取Vb窗口的标题栏文字信息,挺简单的INI文件应用。-Read program settings from the INI file, VB read INI file example, general INI file is usually use
<epudn24> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[Windows编程getcolorvalue

说明:VB获取当前显示器颜色值,以及色深位数是多少,比如32位、64、位、128位等,XP最高支持32位,可能与显示器有关。运行编译,直接弹出消息框告诉你当前你显示器的颜色值位数。我的是32位液晶。-VB gets the current display color values, and deep color number is much, such as 32, 64, one, 128, XP maximum support 32 bit, and display relevant. Run t
<epudn24> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[Windows编程vbtopform

说明:VB窗体前置实例,让窗口显示在其它打开窗口的上方,不被其它应用程序的窗口所遮挡,常见于一些视频播放器中,在播放视频时显示在最前端,边工作边看视频。-VB form on the top case, let the window above the other open windows, not by other application program window shade, common in some video player, display in the front when play
<gpudn65> 在 2025-06-24 上传 | 大小:2kb | 下载:0

源码中国 www.ymcn.org