2009-05-18 17 views

Antwort

11

Ändern AppManifest.xml in Ihrem Projekt:

<Deployment.ApplicationIdentity> 
    <ApplicationIdentity 
     ShortName="xxx" 
     Title="xxx"> 
     <ApplicationIdentity.Blurb> 
      xxx 
     </ApplicationIdentity.Blurb> 
     <ApplicationIdentity.Icons> 
      <Icon Size="16x16">icons/16x16.png</Icon> 
      <Icon Size="32x32">icons/32x32.png</Icon> 
      <Icon Size="48x48">icons/48x48.png</Icon> 
      <Icon Size="128x128">icons/128x128.png</Icon> 
     </ApplicationIdentity.Icons> 
    </ApplicationIdentity> 
</Deployment.ApplicationIdentity> 

Icons im PNG-Format Bilder sollten

Sie können here mehr lesen (auf Inhalt festgelegt Aktion bauen).

1

Ich habe eine neue Idee, dies zu implementieren

1. Klicken Sie auf Sliverlight Projekt

2. Wählen Sie die Option Eigenschaften

3. Wählen Sie die Option Erste Registerkarte Wie Silverlight

4. Klicken Sie auf Einstellung außerhalb des Browsers. Option

5. Sie können Symbole entsprechend Ihrer Anfrage einstellen .......

Verwandte Themen