rt想选择一个exe文件显示在listview里 同时在显示的文件名边上显示它的图标大家有什么方法或者建议?谢谢

解决方案 »

  1.   

    [DllImport("shell32.dll", EntryPoint="SHGetFileInfo")]
    public static extern int SHGetFileInfo (
    string pszPath,
    int dwFileAttributes,
    ref SHFILEINFO psfi,
    int cbFileInfo,
    int uFlags
    );
    这里面的参数是什么意思?  有没有人介绍下?
      

  2.   

    找到一篇相关文章  贡献给大家一起看看http://www.cnblogs.com/wdxinren/archive/2005/01/03/85655.html
    :)
      

  3.   

    远远:看看它 http://www.codeproject.com/file/cuseshgetfileinfo.asp
      

  4.   

    远远:看看它 http://www.codeproject.com/file/cuseshgetfileinfo.asp