填空题
下列程序使用FileListBox来实现程序启动时,列出C盘根目录下的所有“*.exe”文件,完成下列程序。
Private Sub Form_Load()
File 1.______="c:/"
File 1.______="*.exe"
File 1.Refresh
End Sub
1、
【正确答案】
1、Path;Pattern
【答案解析】
提交答案
关闭