可能改名了吧
OpenFilenameA or OpenFilenameW试一试

解决方案 »

  1.   

    Windows 2000: A set of bit flags you can use to initialize the dialog 
    box. This member can be a combination of the following flags.
     Flag                Meaning 
    OFN_EX_NOPLACESBAR If this flag is set, the places bar is not
                       displayed. If this flag is not set, Explorer-style 
                       dialog boxes include a places bar containing icons 
                       for commonly-used folders, such as Favorites and 
                       Desktop. 
      

  2.   

    http://www.greatmidnight.com/redir.asp?type=tech&name=arts找《OPENFILENAME 新元素初探》。
      

  3.   

    Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
    http://ygyuan.go.163.com/