[生物学]第9章对话框设计.pptVIP

  • 2
  • 0
  • 约7.39千字
  • 约 33页
  • 2018-03-02 发布于浙江
  • 举报
[生物学]第9章对话框设计

第9章 对话框设计 §9.1 公共对话框 1.使用“打开”对话框 CommonDialog1.ShowOpen Private Sub Command1_Click() commondialog1.Showopen Dim path$,s$ path=commondialog1.FileName If path””then open path for input as #1 while not eof(1) input #1,s text1.Text=text1.text s vbCrLf wend close #1 endif End Sub 5.“打印”对话框 三、公共对话框的应用举例 §9.1 公共对话框  回顾 §9.2 数据文件 §9.2 数据文件  回顾 第9章 文件管理  回顾 作业: §9.3 文件系统控件  回顾    一、驱动器列表框DriveListBox 二、目录列表框DirectoryListBox 三、文件列表框FileListBox    四、文件操作类语句及函数 §9.1 公共对话框 §9.2 数据文件 §9.3 文件系统控件 §9.4 文件系统对象 *  1.Page  20

文档评论(0)

1亿VIP精品文档

相关文档