<?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 ArcGis Engine in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110873#M2904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please can someone tell me how to use my dockable window in my Engine appli. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Tkanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Collins Ndjawa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 12:46:15 GMT</pubDate>
    <dc:creator>CollinsNdjawa</dc:creator>
    <dc:date>2013-06-26T12:46:15Z</dc:date>
    <item>
      <title>ArcGis Engine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110873#M2904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please can someone tell me how to use my dockable window in my Engine appli. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Tkanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Collins Ndjawa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 12:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110873#M2904</guid>
      <dc:creator>CollinsNdjawa</dc:creator>
      <dc:date>2013-06-26T12:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Engine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110874#M2905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...mmm.. your question is not clear for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you describe your system? Java, .NET, C++/Qt or what else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your dockable window work in your environment &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;without&lt;/SPAN&gt;&lt;SPAN&gt; the ArcGIS Engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers (from Italy)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 14:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110874#M2905</guid>
      <dc:creator>AndreaFlesca</dc:creator>
      <dc:date>2013-07-05T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Engine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110875#M2906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...mmm.. your question is not clear for me.&lt;BR /&gt;Can you describe your system? Java, .NET, C++/Qt or what else?&lt;BR /&gt;Does your dockable window work in your environment &lt;SPAN style="font-style:italic;"&gt;without&lt;/SPAN&gt; the ArcGIS Engine?&lt;BR /&gt;Cheers (from Italy)&lt;BR /&gt;&lt;BR /&gt;Andrea&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Andrea, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My system is .Net and now my dockable window work without the the ArcGis Engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 14:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110875#M2906</guid>
      <dc:creator>CollinsNdjawa</dc:creator>
      <dc:date>2013-07-05T14:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Engine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110876#M2907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your docking window works in ArcInfo because the framework for it has been built by ESRI.&amp;nbsp; Your ArcEngine application doesn't have a docking framework automatically built in - you have to (and can if you are patient enough) create it yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/dockpanelsuite/"&gt;Here is a free sample to download &lt;/A&gt;&lt;SPAN&gt; that can hopefully get you started.&amp;nbsp; There may be others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 19:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110876#M2907</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2013-07-17T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Engine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110877#M2908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Your docking window works in ArcInfo because the framework for it has been built by ESRI.&amp;nbsp; Your ArcEngine application doesn't have a docking framework automatically built in - you have to (and can if you are patient enough) create it yourself.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/dockpanelsuite/"&gt;Here is a free sample to download &lt;/A&gt; that can hopefully get you started.&amp;nbsp; There may be others.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Brent&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thks Brent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 12:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine/m-p/110877#M2908</guid>
      <dc:creator>CollinsNdjawa</dc:creator>
      <dc:date>2013-07-18T12:23:15Z</dc:date>
    </item>
  </channel>
</rss>

