<?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 an Add-in Tool in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699743#M18743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Intellisense choices show up as you start typing Protected and Overrides with different options as you select them. In fact, you don't even need to type in Sub...that will get added automatically when selecting such arguments as OnMouseDown. My screen capture program just doesn't catch the Intellisense context menu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 18:01:10 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2012-07-12T18:01:10Z</dc:date>
    <item>
      <title>Creating an Add-in Tool</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699740#M18740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently developed a custom Add-in button in ArcMap using vb.net, and thought it would be easy to create an add-in Tool the same way.&amp;nbsp; However, when I go through the steps to create an add-in Tool, the plumbing code for OnMouseDown and OnMouseUp is not there.&amp;nbsp; Here's the steps I'm taking to create my project, using VS 2008 with vb.net:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. File - New Project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Visual Basic &amp;gt; ArcGIS &amp;gt; Desktop Add-Ins &amp;gt; ArcMap Add-in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Fill in Add-in name, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Check the tool option to specify this add-in is supposed to be a tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Tool1.vb code, the only thing that shows up is Public Sub New(), and Protected Overrides Sub onUpdate.&amp;nbsp; There is no onMouseDown or OnMouseUp.&amp;nbsp; I can create a form, and create a tool on the form, and the tool on the form will have onMouseDown and onMouseUP, but is there not a way to get an Add-in tool to operate directly from a toolbar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 15:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699740#M18740</guid>
      <dc:creator>USFS_AGOLAdministrator</dc:creator>
      <dc:date>2012-07-12T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Add-in Tool</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699741#M18741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're almost there. What you'll have to do is start typing in &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Protected Overrides Sub&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and you'll see the OnMouseDown, OnMouseUp, and other arguments show up in Intellisense. Select one and the rest of the sub is added.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [ATTACH=CONFIG]16027[/ATTACH][ATTACH=CONFIG]16028[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 17:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699741#M18741</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-07-12T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Add-in Tool</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699742#M18742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does Visual Studio have something like a context menu that lets you choose to override/implement methods?&amp;nbsp; Ecplise does that and saves alot of typing for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 17:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699742#M18742</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2012-07-12T17:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Add-in Tool</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699743#M18743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Intellisense choices show up as you start typing Protected and Overrides with different options as you select them. In fact, you don't even need to type in Sub...that will get added automatically when selecting such arguments as OnMouseDown. My screen capture program just doesn't catch the Intellisense context menu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 18:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699743#M18743</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-07-12T18:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Add-in Tool</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699744#M18744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That did the trick.&amp;nbsp; Good thing they have this documented so well, hu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 21:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/creating-an-add-in-tool/m-p/699744#M18744</guid>
      <dc:creator>USFS_AGOLAdministrator</dc:creator>
      <dc:date>2012-07-12T21:16:00Z</dc:date>
    </item>
  </channel>
</rss>

