搜索资源列表
MakeVBHandleStringsAsFastAsC
- 这个代码教你如何使你在VB中的字符串操作和C语言实现的一样快! -the code to teach you how to make your VB string manipulation and the C language as fast!
tihuan
- vb.net的小程序,仅供大家参考,在之前对于vb.net的字符串操作一直让我头疼,所以这个替换字符串的程序就上传上来,若有什么问题请大家指教,呵呵!-vb.net small procedures, only reference, in the previous vb.net for string manipulation, has always given me a headache, so the replacement string onto upload procedures, if
find-replace-string(VB)
- 在VB中查找和替换字符串的例子程序,哈-in VB search and replace strings of examples of procedures, Kazakhstan
txtLine
- Vb 读取文本数据,每次一行一行显示,以及对文本字符串的分割。-read text data, each party and his party, and the text string segmentation.
Source
- MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Public WithEvents StatusSocket As New WinsockServer Dim MonsterThread As New System.Threading.Thread(AddressOf MonsterProcess) Dim LastPacket
《VB精华文摘-字符串篇》
- 《VB精华文摘-字符串篇》.chm-"Potpourri VB best-string chapter." Chm
asm_music
- PC计算机钢琴程序子程序: 包括以下资料 软件:提取音乐代码的软件工具(自己用VB写的) 资料:所有与按键和PC Sound有关资料 唱歌:包括歌曲有 聚萍、同一首歌、月亮代表我的心、美丽的神话、新年好、天空之城、 生日快乐、梁祝、铃儿响叮当、标准测试、 高低音阶测试、动画、PC钢琴 相关函数:延时、发声、查表、按键扫描、字符串显示-PC computer program subroutine Piano: software include the following
Delphizidingyichengxushili
- Cell提供一些常用函数,然而Cell更注重自定义函数功能,采用C,VB,VBscr ipt等语言皆可以编制自定义函数。自定义函数可以无限制次数的嵌套。除了数值与字符串两种数据类型外,Cell还定义了单元格数据类型与区域数据类型,极大地增强了函数的易用性。-Cell to provide some common functions, but focus more on Cell Function-defined functions using C, VB, VBscr ipt and other
downloader4
- Version: VB 2008 Compatibility: VB6, VB 2008, VB 2010 It detects 70,000 virus and md5 string. Get a test after running antivirus from eicar.com
VB
- 点击command1,label1随机显示1.2.3-Function a() As String Dim b(2) As String b(0) = 1 b(1) = 2 b(2) = 3 Randomize a = b(Rnd* 2) End Function Private Sub Command1_Click() Label1.Caption = a End Sub
Cop-string-to-Clioboard-for-Vb
- VB代码最简单的把文本复制到剪切板.可以复制文本,比较方便.-Copy to clioboard at once
vbSearchfiles
- VB.Net查找文件的实例 Public Class Form1 查找文件 Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click Dim MyDir As String = Me.textBox1.Text Dim MyFiles = GetFiles(MyDir) Dim MyStartDate As D
JJYY
- VB读取记事本并赋值给string型变量-Read VB notepad and assign a value to a string variable
