资源列表

« 1 2 ... .00 .01 .02 .03 .04 66105.06 .07 .08 .09 .10 ... 66603 »

[Windows编程vbfundraw

说明:B函数画图形的源码示例,生成图形的VB绘图实例,设置Picture1控件使其中心点坐标为(0,0),Picture1.Cls清除其他图形,以下三行VB代码实现在Picture1中绘制黑色的水平坐标轴和垂直坐标轴。   Picture1.ForeColor = &H0   Picture1.Line (-300, 0)-(300, 0)   Picture1.Line (0, 300)-(0, -300)   开始
<cpudn73> 在 2025-04-08 上传 | 大小:1kb | 下载:0

[Windows编程vbpicchange

说明:VB彩色图像转换为灰度图像,先打开文件并显示在Picture1中,保存转换后的图像,保存为位图文件(*.bmp)|*.bmp,其它格式未测试,不知是否行的通,打开一张JPG格式图片,点击转换按钮,程序右侧即显示转换的图像,处理过程有点慢,请慢慢等待处理结果-VB convert color images to grayscale image, first open the file and displayed in Picture1,
<cpudn74> 在 2025-04-08 上传 | 大小:8kb | 下载:0

[Windows编程vbfordercre

说明:使用VB的FSO对象创建文件夹,删除文件夹的实例源码,比较简单的VB源码了,下载后请使用VB6重新编译运行看效果。可在当前目录中创建一个名为“test”的文件夹,也可演示将此目录删除到回收站中。虽然简单,但很基础的实例-The FSO object using VB to create folders, source code examples, VB source code is relatively simple to delete
<cpudn75> 在 2025-04-08 上传 | 大小:2kb | 下载:0

[Windows编程vbmihong

说明:VB霓虹灯文字,文字闪烁的同时变换颜色,像霓虹灯一样的效果,比较实用吧,不过界面没有过多美化,有些粗糙,需要的朋友们自己美化吧-VB neon text, text flashes while changing color, the same effect as the neon, it is more practical, but not too much to beautify the interface, some rough,
<epudn17> 在 2025-04-08 上传 | 大小:2kb | 下载:0

[Windows编程vbfoucsout

说明:VB实现图片的淡入淡出效果,Sleep为延时函数以毫秒为单位指定等待的时间,设置Form、Picture1和Picture2的标志单位为像素,淡入效果和淡出效果分开来实现,有各自的代码,淡入淡出在一些图片处理中应用广泛,在WEB前端设计中也有相当普遍的用途-VB realize the picture fade effect, Sleep function for the delay in milliseconds to wait fo
<epudn17> 在 2025-04-08 上传 | 大小:10kb | 下载:0

[多显示器编程Repair-usb-recyclre-by-Varela

说明:Repairs usb, usb recycler removes and allows files to be displayed can be hidden
<Kimberly Varela> 在 2025-04-08 上传 | 大小:1kb | 下载:0

[Windows编程notitiledrag

说明:VB实现拖动没有标题栏的窗口,移动没有标题栏的窗口,大家知道,移动窗口主要是鼠标左键按住窗口标题栏移动位置,但现在这个窗体没有标题栏,那么是如何实现窗口移动呢?通过本VB源码实例,你就会明白了-VB to drag the title bar of a window, the window title bar does not move, you know, move the window main window title bar a
<cpudn76> 在 2025-04-08 上传 | 大小:2kb | 下载:0

[Windows编程vbformbgjb

说明:VB6.0颜色渐变代码,生成窗体背景的渐变效果。渐变类型可选:水平渐变,从白色渐变到蓝色,圆形渐变,可设置线型、线宽,从白色渐变到黑色渐变-VB6.0 color gradient code generated form the background gradient effect. Gradient Type Optional: horizontal gradient, gradient from white to blue, rou
<cpudn77> 在 2025-04-08 上传 | 大小:2kb | 下载:0

[Windows编程listviewdemo

说明:ListView控件实现grid列表,VB.NET源代码下载,实际使用中如果需要,可以将listview的绘制方式设置为ownerdraw,根据自己的需要绘制样式。用本方法实现的Grid看上去也是挺不错的。-ListView control to achieve grid list, VB.NET source code download, actual use, if needed, can be drawn listview mod
<cpudn78> 在 2025-04-08 上传 | 大小:14kb | 下载:0

[Windows编程shizhizhuanhua

说明:vb.net时制转换,时间格式转换:把12小时制转换成24制时间显示出来,并执行加1秒的操作,挺简单的时间操作程序,VB新手可作为一个例子来学习,程序生成了了EXE窗体文件,双击可直接运行。-vb.net when the system conversion, time format conversion: convert 12-hour time display up to 24, plus one second and perfor
<cpudn79> 在 2025-04-08 上传 | 大小:18kb | 下载:0

[Windows编程yaopincha

说明:简单药品查询工具,VB源码编写,源代码完整供下载参考,对学习VB各个方面的编程都有帮助。方便对一些常用药品进行查询。对药品进行了分类查询,比如化学药、中药、民族药、生物制品等,另外还有一个抓老鼠的小游戏,工作之余可休闲一下哈。-Drug simple query tool, VB source code written, complete source code for download reference on all aspects
<cpudn80> 在 2025-04-08 上传 | 大小:2.5mb | 下载:0

[Windows编程filecut

说明:VB自制TXT文件分割器_军刀TXT文件分割器源码,浏览所需要分割的TXT文件,选择分割方式,这里有两种TXT分割方式:1、按文件字节分割,用户自定义每次分割的字节大小,2、按平均分割文本,用户指定分割份数,一般按字节分割文本比较好,然后鼠标点击“开始分割”按钮,程序即可执行分割操作。-VB TXT file splitter _ homemade knife TXT file splitter source, browsing the
<cpudn81> 在 2025-04-08 上传 | 大小:1.34mb | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 66105.06 .07 .08 .09 .10 ... 66603 »

源码中国 www.ymcn.org