资源列表

« 1 2 ... .50 .51 .52 .53 .54 65455.56 .57 .58 .59 .60 ... 66603 »

[Windows编程013vbviewself

说明:VB检测自身被安装到的目录路径,本程序被安装到这个文件夹,获取到程序的安装路径,以弹窗方式告之,当然这仅是个例子,重点是路径的获龋-VB detection itself is installed into a directory path, the program is installed into this folder, access to the installation path of the program to pop w
<ipudn28> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程vbaboutform

说明:VB写的漂亮“关于”窗口源代码,Visualbasic6.0窗口编程实例,实现一个看上去有点专业的软件“关于”窗口,很多程序都有一个“关于软件”的功能,在里面可以显示软件的版本、作者、联系方式、版权声明、网址等信息,一个漂亮的关于窗口可提升软件品位,对用户产生好印象。-VB wrote beautiful "About" window source code, Visualbasic6.0 window programming exam
<wpudn17> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程vbopenweb

说明:只要运行explorer后面加个空格再加上网址就能弹出网页了,不过现在都装有360,这种弹出窗口的方式可能会被拦截,主要是使用vb Shell来调用explorer.exe.来实现。源码在VB6下编译通过,网页网址可以自己改的-Just run behind a space explorer plus plus pages on the website will be able to pop up, but now with 360,
<wpudn17> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程opencdrom

说明:VB打开光驱 关闭光驱,源代码在VB6.0中编译通过,测试时最好选择台式机,运行本程序后,点击“打开光驱”按钮,光驱托盘即刻出仓,顺利打开光驱,不过在笔记本上可能无效的问题,可能是笔记本光驱在结构上与台机不同造成的,有兴趣的研究下,源码分享给大家吧。-VB open the drive to close the drive, the source code in VB6.0 compiler, the best choice for d
<wpudn17> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程vbrandomnum

说明:VB使用传统的Rnd方法生成随机数,Int((99999999 * Rnd) + 1得到最终的随机数并以MSGBOX弹窗形式告之用户,关键代码仅两三行,高手就不要看了,发给VB新手的。-The traditional method of using VB Rnd generates a random number, Int ((99999999* Rnd)+ 1 to get the final random number and te
<ipudn41> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程banforms

说明:VB源码实现半透明的窗口,透明度调整的关键代码为:Call V(Me.hwnd, 180) 参数为:句柄,可见度(0-255之间),此数值越小,窗口越透明,反之,数值越大,窗口就越不透明了。觉得这种方法实现窗体的透明也很有意思,代码很少,有兴趣的关注下。-VB source code is the key to achieve the translucent window, adjust transparency as: Call V
<ipudn42> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程getpixel

说明:VB得到Windows桌面的像素大小,主要是得到高度和宽度值,也就是大家熟悉的像素值,叫做也可以,一句代码就可实现这种功能:MsgBox ("桌面宽度为:" & Screen.Width / Screen.TwipsPerPixelX & "像素,高度为:" & Screen.Height / Screen.TwipsPerPixelY & "像素"),会弹出一个窗口告诉你桌面的长度像素值和宽度像素值。-VB get the pixel
<ipudn43> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[其他小程序tiqu

说明:使用MATLAB对汽车牌照定位,主要针对国内的蓝底白字的牌照进行定位处理。-Car license plate positioning using MATLAB, mainly for the domestic blue and white license plate positioning processing.
<申熙藩> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Windows编程vbshellrun

说明:VB6用代码运行其他程序,使用shell命令来运行windows的记事本程序,具体代码请下载压缩包,代码很简。关于shell函数:作用是运行一个外部可执行文件。它的参数有:程序名(假如那个程序在不同文件夹,并且不是系统文件,则需要详细路径)。运行方式:假设你想要运行C盘根目录的ABC.EXE,则第一个参数需要:"C:\\ABC.EXE"-VB6 code to run with the other programs, use the s
<赵坤东> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[其他小程序RSA

说明:RSA算法,输入公钥求解私钥,最后对明文进行加密,但是只是针对一个元素,计算机安全与保密作业,C语言-RSA algorithm for solving public input private key to encrypt the plaintext last, but only for one element, computer security and privacy operations, C language
<陈洁> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[其他小程序vigenere

说明:vigenere算法,对一段明文进行加密,明文存入文本中,密钥自己输入,且密钥是字符形式,计算机安全与保密作业,C语言-Vigenere algorithm, a plaintext is encrypted, the plaintext into text, key input, and the key is the character form, computer security and security operations,
<陈洁> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[其他小程序VBSControlMouse

说明:VBS 向Excel添加代码, 控制鼠标画圆-VBS add code to Excel, control the mouse Circle
<BUG> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 65455.56 .57 .58 .59 .60 ... 66603 »

源码中国 www.ymcn.org