打开资源管理器后,焦点在指定的文件上。谁作出来了,请到另外2篇帖子取分

解决方案 »

  1.   

    http://expert.csdn.net/Expert/topic/1715/1715693.xml?temp=.9212305
    http://expert.csdn.net/Expert/topic/1715/1715691.xml?temp=.7774317
      

  2.   

    非常简单的问题:
    explorer [path]例如: explorer c:\demo就直接打开到 c:\demo 了
      

  3.   

    -----------------------------后面的人注意了----------------------------------
    ----------------------------楼主解释了------------------------------
    -------------------------------------------------------------------------------
    我不是说IE不行,我要在我的软件实现那样的功能, Skt32(Skt32) ,你这样只不过打开了文件夹,没有将焦点放在文件上
      

  4.   

    Create a instance of explorer window, get IShellView interface and call IShellView::SelectItem 
    see also
    http://www.codeproject.com/dialog/select_all_button.asp
      

  5.   

    or by executing commmand line 
    Explorer /select, C:\Windows\Calc.exe
      

  6.   

    可以参考
    http://expert.csdn.net/Expert/topic/1173/1173896.xml?temp=.2963373