zoukankan      html  css  js  c++  java
  • 如果在 XMAL 语言中的 Window 中加入 Icon 则会导致在 XP Window2003 Server中 无法启动。

    最近在做一个程序时,发现如果在 XMAL 语言中的 Window 中加入 Icon 则会导致在 XP Window2003 Server中 无法启动。

    代码:

    1 <Window x:Class="Mp3Copyer.MainWindow"
    2         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    3         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    4         xmlns:local="clr-namespace:Mp3Copyer"
    5         xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
    6         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    7         Title="MP3拷贝器" Height="437" Width="537" BorderBrush="#FFE2A2A2" mc:Ignorable="d" ShowInTaskbar="True" Icon="/Mp3Copyer;component/Icon_104.ico">

    但在 系统中加入 系统图标,不会造成影响。

    哪位大哥,如果知道为什么,麻烦你告诉我一声。谢了。

  • 相关阅读:
    第七讲 宋词:婉约之曲与豪放之声
    P2024 食物链
    可以吹一年的事
    信息传递
    11.11模拟赛总结(又名斗地主战记)
    11.9模拟赛总结
    扩展欧几里得(exgcd模板)
    发糖果(拓扑排序模板)
    高斯消元
    关于我
  • 原文地址:https://www.cnblogs.com/lujin49/p/2113754.html
Copyright © 2011-2022 走看看