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

2005年8月30日

如何从公共对话框控件中提取多个文件名称

摘要: 代码如下: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 王峰炬 阅读(108) 评论(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 王峰炬 阅读(373) 评论(0) 推荐(0) 编辑

导航