<?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 Accessing Addin button outside current addin project in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610821#M16364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have written a simple addin in vb.net in ArcGIS10 which displays a simple windows form with various button. On this form I would like to place a button, that when clicked will preform an action which is already a button or tool of another addin. How do I access a button or tool addin outside of the of its existing project. I have played around with the AddIn.FormID Method but have had no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 12:20:24 GMT</pubDate>
    <dc:creator>ChrisSchmeissner</dc:creator>
    <dc:date>2010-09-29T12:20:24Z</dc:date>
    <item>
      <title>Accessing Addin button outside current addin project</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610821#M16364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have written a simple addin in vb.net in ArcGIS10 which displays a simple windows form with various button. On this form I would like to place a button, that when clicked will preform an action which is already a button or tool of another addin. How do I access a button or tool addin outside of the of its existing project. I have played around with the AddIn.FormID Method but have had no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610821#M16364</guid>
      <dc:creator>ChrisSchmeissner</dc:creator>
      <dc:date>2010-09-29T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Addin button outside current addin project</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610822#M16365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever find out how to do this?&amp;nbsp; We have a command/button that is used by many people in our office and we would like to be able to call it from an extension add-in.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 17:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610822#M16365</guid>
      <dc:creator>AZendel</dc:creator>
      <dc:date>2010-09-29T17:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Addin button outside current addin project</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610823#M16366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not yet. Still hoping for some help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 17:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610823#M16366</guid>
      <dc:creator>ChrisSchmeissner</dc:creator>
      <dc:date>2010-09-30T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Addin button outside current addin project</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610824#M16367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever find a solution to your problem.&amp;nbsp; I am just getting started with Addins and I have a combobox and a button which opens a form.&amp;nbsp; On that windows form I want to be able to change the items in the combobox.&amp;nbsp; I to have struggled with FromID.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 21:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610824#M16367</guid>
      <dc:creator>MattCrowley</dc:creator>
      <dc:date>2010-10-13T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Addin button outside current addin project</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610825#M16368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I just figured out my problem.&amp;nbsp; I am just replying in case it helps others in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I have an addin which so far contains a toolbar which contains a button and a combobox.&amp;nbsp; when the button is pressed it opens a windows form which has some search tools.&amp;nbsp; These search tools help find a unique schedule number.&amp;nbsp; What I wanted to do was have the OK button on the windows form add the schedule number to the combobox and "select" it.&amp;nbsp; Anyway, here is my code for that Ok button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Private Sub cmdOK_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdOK.Click
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim cmb = ESRI.ArcGIS.Desktop.AddIns.AddIn.FromID(Of SchedNumComboBox)(My.IDs.SchedNumComboBox)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmb.UpdateBox(txtSchednum.Text) 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Me.Close()
&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610825#M16368</guid>
      <dc:creator>MattCrowley</dc:creator>
      <dc:date>2021-12-12T02:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Addin button outside current addin project</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610826#M16369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for posting your solution, Matt. I find these forums very difficult to search and find solutions, but after digging a while I came across your posting. I was trying to figure out how to access a combobox from a button in the same addin, and your answer got me there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 18:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/accessing-addin-button-outside-current-addin/m-p/610826#M16369</guid>
      <dc:creator>TereseRowekamp</dc:creator>
      <dc:date>2011-05-20T18:35:02Z</dc:date>
    </item>
  </channel>
</rss>

