替换exe程序图标dll

/// <summary>
        /// 替换程序图标
        /// </summary>
        /// <param name="exe">程序</param>
        /// <param name="ico">图标</param>
        /// <returns></returns>
        private bool setAppIco(string exe, string ico)
        {
            try
            {
                UpdateExeIco.UpdateExeIco exeIco = new UpdateExeIco.UpdateExeIco();
                return exeIco.ChangeExeIcon_News(ico, exe);
            }
            catch
            {
                return false;
            }
        }

https://files.cnblogs.com/xsmhero/UpdateExeIco.rar

相关文章:

  • 2021-12-18
  • 2021-09-06
  • 2021-08-11
  • 2022-12-23
  • 2021-04-11
  • 2021-09-04
  • 2021-11-02
  • 2022-12-23
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-06-18
相关资源
相似解决方案