<?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: Creating a dockable window in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17151#M381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The good news is that dockable windows will be fully available in version 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2010 20:21:10 GMT</pubDate>
    <dc:creator>JoshWhite</dc:creator>
    <dc:date>2010-06-09T20:21:10Z</dc:date>
    <item>
      <title>Creating a dockable window</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17149#M379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Today I wanted to ask if we could create a dockable window without having available the ESRI MapControl component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to follow the procedure shown in the following link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisdesktop/com/COM/VB6/scenarios/dtop_dockable_win.htm"&gt;http://resources.esri.com/help/9.3/arcgisdesktop/com/COM/VB6/scenarios/dtop_dockable_win.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but since i don't have that component, I was wondering if I can do otherwise and if so how.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 06:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17149#M379</guid>
      <dc:creator>BarbaraRossi</dc:creator>
      <dc:date>2010-06-07T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dockable window</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17150#M380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone can help me? Please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 18:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17150#M380</guid>
      <dc:creator>BarbaraRossi</dc:creator>
      <dc:date>2010-06-09T18:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dockable window</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17151#M381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The good news is that dockable windows will be fully available in version 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 20:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17151#M381</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2010-06-09T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dockable window</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17152#M382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can create dockable windows without the MapControl.&amp;nbsp; A dockable window can house whatever controls you would like for it to have.&amp;nbsp; If you're asking can you show a map in a dockable window without using a MapControl then the answer to that is also yes but it's a little complicated.&amp;nbsp; Basically, you have to use another control (such as a PictureBox or Panel) and activate the map (as an ActiveView) on that control's device context.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm curious as to how you don't have the MapControl.&amp;nbsp; It comes with ArcGIS Desktop.&amp;nbsp; Did you not install the Desktop SDK?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 11:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17152#M382</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2010-06-10T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dockable window</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17153#M383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ksjosh82 and Neil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your answers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Neil: I do not have MapControl, I think because I installed a version of ArcView 9.3&amp;nbsp; Student Edition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed everything possible, but there wasn't Desktop SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I managed to create the window but i do not see the map in it, even though all other functions are ok (as extents rectangles).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the form that contains mapcontrol display there is wrote: " the LicenseControl is not used to inizialize this application whit a license. Please add the LicenseControl or programmatically use the AoInizialize object to initialize this application"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What can I do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Barbara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 14:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-a-dockable-window/m-p/17153#M383</guid>
      <dc:creator>BarbaraRossi</dc:creator>
      <dc:date>2010-06-10T14:56:47Z</dc:date>
    </item>
  </channel>
</rss>

