解决方案 »

  1.   

    方法
    commonDilog.open
    commonDilog.save
      

  2.   

    在工程中加载commonDialog组件,然后
    .open
      

  3.   

    CommonDialog1.Filter = "Jpg (*.JPG)|*.JPG|BMP(*.BMP)|*.BMP"    CommonDialog1.ShowOpen
        If CommonDialog1.filename <> "" Then
                  
        End If
      

  4.   

    commondialog1.filename="all files"
    commondialog1.filter="all files|*.txt"     '显示所有的文本文件
    commondialog1.showopen快拿分来
      

  5.   

    看看MSDN就行了,以上都不太全面!!!
      

  6.   

    使用向导作一个,它的范例廷全面。
    --------------------------------
    欢迎交流:[email protected],[email protected]
    hjbookhouse.yeah.net
      

  7.   

    可以使用win32 API中的对话框函数,那样可以做出有特色的对话框!
      

  8.   

    commondialog.showopen     '打开
      

  9.   

    Windows Common Dialog Control 6.0(SP3)