如何在Windows Mobile下使用.NET Compact Framework從執行文件取出Icon

需求 需要把其他執行文件的ICON讀取出來,然後在程序中顯示。   實現 class ExtractIcon { public static Bitmap GetBitmapFromExeIcon(string path) { return GetBitmap(GetIconFromExe(path)); } public static Icon GetIconFromExe(string p
相關文章
相關標籤/搜索