<?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 Communicating between windows application and class library in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/communicating-between-windows-application-and/m-p/539242#M14590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As some have pointed out, there are some things that cannot be done in a Windows Application (go into VB.net and create "Windows Application.&amp;nbsp; You can launch ArcMap and load a shapefile but not color it.)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you need a Class Library.&amp;nbsp; Is there some way to attach a form to a class library?&amp;nbsp; I need some user input.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the form in the Windows Application, then writing a shapefile in the Windows Application then reading it back in in the Class Library.&amp;nbsp; That seems to not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 20:25:21 GMT</pubDate>
    <dc:creator>JoeMcCollum</dc:creator>
    <dc:date>2013-03-22T20:25:21Z</dc:date>
    <item>
      <title>Communicating between windows application and class library</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/communicating-between-windows-application-and/m-p/539242#M14590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As some have pointed out, there are some things that cannot be done in a Windows Application (go into VB.net and create "Windows Application.&amp;nbsp; You can launch ArcMap and load a shapefile but not color it.)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you need a Class Library.&amp;nbsp; Is there some way to attach a form to a class library?&amp;nbsp; I need some user input.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the form in the Windows Application, then writing a shapefile in the Windows Application then reading it back in in the Class Library.&amp;nbsp; That seems to not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 20:25:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/communicating-between-windows-application-and/m-p/539242#M14590</guid>
      <dc:creator>JoeMcCollum</dc:creator>
      <dc:date>2013-03-22T20:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Communicating between windows application and class library</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/communicating-between-windows-application-and/m-p/539243#M14591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume that you are writing a standalone application here, i.e. not in the context of ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case whether you put the code in an application (EXE) or a class library (DLL) does not matter.&amp;nbsp; It is just code.&amp;nbsp; The only reason to put in a class library is to make your code modular potentially for reusability.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Class libraries can have forms.&amp;nbsp; When you compile a class library it produces a DLL which has to be loaded into a host process (EXE).&amp;nbsp; If the host process is ArcMap then you have a very rich set of functionality available to you.&amp;nbsp; If the host process is a standalone application (e.g. YourProgram.exe) then the set of functionality is more limited.&amp;nbsp; So what limits you is functionality provided by the host process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 20:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/communicating-between-windows-application-and/m-p/539243#M14591</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-03-23T20:02:16Z</dc:date>
    </item>
  </channel>
</rss>

