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">

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

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

  • 相关阅读:
    综合日语第一册第十课
    综合日语第一册第九课
    荒木毬菜 小情歌日文版
    c# 匿名函数
    字典取KEY,占位符,延迟刷新
    flash GC
    自定义滤镜 ColorMatrixFilter
    sql join
    NSLog Release
    Windows 运行中的命令
  • 原文地址:https://www.cnblogs.com/lujin49/p/2113754.html
Copyright © 2011-2022 走看看