<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Change default image or icon for ArcGIS Pro Addin Module in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652734#M13149</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As was described in your link, change of Image in daml will change image of your AddIn in Add In Manager of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;You need WPF way to change window icon. Add *.ico file to your AddIn resources and set build Action to "Resource"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GKmieliauskas_0-1758700589904.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140870iA6969F511058BC63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GKmieliauskas_0-1758700589904.png" alt="GKmieliauskas_0-1758700589904.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Open your ProWindow xaml and set Icon property:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;controls:ProWindow x:Class="DockpaneSimple.ProWindow1"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:controls="clr-namespace:ArcGIS.Desktop.Framework.Controls;assembly=ArcGIS.Desktop.Framework"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:extensions="clr-namespace:ArcGIS.Desktop.Extensions;assembly=ArcGIS.Desktop.Extensions"
        mc:Ignorable="d"
        Title="ProWindow1" Height="300" Width="300"
        Icon="resources\appicon.ico"
        WindowStartupLocation="CenterOwner"
    &amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;And you will get:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GKmieliauskas_1-1758700753137.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140871iF019AC7ACDF1207C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GKmieliauskas_1-1758700753137.png" alt="GKmieliauskas_1-1758700753137.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 07:59:38 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2025-09-24T07:59:38Z</dc:date>
    <item>
      <title>Change default image or icon for ArcGIS Pro Addin Module</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652415#M13141</link>
      <description>&lt;P&gt;Hi&amp;nbsp; - I'm working with an ArcGIS Pro Module AddIn for Arc Pro 3.5.&amp;nbsp; I have a button that opens a wpf window.&amp;nbsp; Is there anyway to change the default icon or image that appears on the upper left corner of the window? ( see&amp;nbsp;defaultImage.png).&amp;nbsp; I've tried changing the image in the config.daml:&lt;/P&gt;&lt;P&gt;&amp;lt;AddInInfo id="{da90fb53-6559-46bc-8879-8ff37e97bbec}" version="1.0" desktopVersion="3.5.57366" product="ArcGISPro"&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;SawpaGisTools&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;Description&amp;gt;SawpaGisTools description&amp;lt;/Description&amp;gt;&lt;BR /&gt;&amp;lt;Image&amp;gt;Images\&lt;STRONG&gt;sawpa32.png&lt;/STRONG&gt;&amp;lt;/Image&amp;gt;&lt;/P&gt;&lt;P&gt;and followed the configuration and build instructions for the image in this post: (&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-change-icon-of-add-in/td-p/1112826" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-change-icon-of-add-in/td-p/1112826&lt;/A&gt;).&amp;nbsp; The build configuration for my image is shown in&amp;nbsp;NewImage.png.&amp;nbsp; The image is not appearing in my&amp;nbsp;&lt;SPAN&gt;.esriaddinx output file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there some other place I need to make this change? or maybe not possible?&amp;nbsp; Not a huge deal, but would like to change it if I can&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 13:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652415#M13141</guid>
      <dc:creator>PeteVitt</dc:creator>
      <dc:date>2025-09-23T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change default image or icon for ArcGIS Pro Addin Module</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652734#M13149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As was described in your link, change of Image in daml will change image of your AddIn in Add In Manager of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;You need WPF way to change window icon. Add *.ico file to your AddIn resources and set build Action to "Resource"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GKmieliauskas_0-1758700589904.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140870iA6969F511058BC63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GKmieliauskas_0-1758700589904.png" alt="GKmieliauskas_0-1758700589904.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Open your ProWindow xaml and set Icon property:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;controls:ProWindow x:Class="DockpaneSimple.ProWindow1"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:controls="clr-namespace:ArcGIS.Desktop.Framework.Controls;assembly=ArcGIS.Desktop.Framework"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:extensions="clr-namespace:ArcGIS.Desktop.Extensions;assembly=ArcGIS.Desktop.Extensions"
        mc:Ignorable="d"
        Title="ProWindow1" Height="300" Width="300"
        Icon="resources\appicon.ico"
        WindowStartupLocation="CenterOwner"
    &amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;And you will get:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GKmieliauskas_1-1758700753137.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140871iF019AC7ACDF1207C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GKmieliauskas_1-1758700753137.png" alt="GKmieliauskas_1-1758700753137.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 07:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652734#M13149</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-09-24T07:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change default image or icon for ArcGIS Pro Addin Module</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652789#M13150</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 13:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/change-default-image-or-icon-for-arcgis-pro-addin/m-p/1652789#M13150</guid>
      <dc:creator>PeteVitt</dc:creator>
      <dc:date>2025-09-24T13:23:00Z</dc:date>
    </item>
  </channel>
</rss>

