不知道用ShellExecute()函数怎么实现系统的查找功能.
各参数各是什么意思?
谢了~!!!!

解决方案 »

  1.   

    Q: 如何用系统查找功能来查找指定文件? ShellExecute(m_hWnd,"find","d:\\nish",
        NULL,NULL,SW_SHOW);
      

  2.   

    msdn 里面ShellExecute()函数的第二个参数好象不可以是"find"?
      

  3.   

    msdn里的例子
    ShellExecute(handle, "find", path_to_folder, NULL, NULL, 0);
      

  4.   

    ShellExecute(handle, "find", path_to_folder, NULL, NULL, 0);
      

  5.   

    ShellExecute(handle, "find", path_to_folder, NULL, NULL, 0);