小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋

08 2005 档案

如何从公共对话框控件中提取多个文件名称
摘要:代码如下:Private Sub Command1_Click()Dim i As Integer, title As String, FileNames As String With CommonDialog1 .FileName = "" .Filter = "All ... 阅读全文

posted @ 2005-08-30 22:56 王峰炬 阅读(121) 评论(0) 推荐(0)

MSHFlexGrid1使用技巧(二)[如何让MSHFlexGrid实现点击列标题排序]
摘要:Dim mysort As IntegerPrivate Sub Form_Load()With MSHFlexGrid1.Cols = 4.Rows = 20 '20行4列For i = 0 To 79.TextArray(i) = IIf(i < 4, Chr(i + 65), Forma... 阅读全文

posted @ 2005-08-30 00:17 王峰炬 阅读(395) 评论(0) 推荐(0)

关于秒表
摘要:Private Declare Function timeGetTime Lib "winmm.dll" () As LongDim STARTTIME As LongPrivate Sub Command1_Click()STARTTIME = timeGetTimeTimer1.Enabled... 阅读全文

posted @ 2005-08-29 23:45 王峰炬 阅读(154) 评论(0) 推荐(0)

导航