c# 做个修改exe的ico
心泉梦帅 2013-10-23 04:55:27 我知道提取exe的ico可以用
[System.Runtime.InteropServices.DllImport("shell32.dll")]
private static extern int ExtractIconEx(string lpszFile, int niconIndex, ref IntPtr phiconLarge, ref IntPtr phiconSmall, int nIcons);
来实现。
那我要修改一个exe的ico该怎么做呢?