<?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: Does Application class have a &amp;quot;BeginDoubleClick&amp;quot; event? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543283#M69326</link>
    <description>So are you saying the event exists in 2009?</description>
    <pubDate>Thu, 20 Aug 2009 22:23:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-08-20T22:23:24Z</dc:date>
    <item>
      <title>Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543278#M69321</link>
      <description>In resently available "AutoCAD .NET Developer Guide" (http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html), "Use Event" chapter lists that Application class has a "BeginDoubleClick" event. However, I cannot find this event in VS's object brower. I am using AutoCAD2009. I also has documentation from AutoCAD2010 SDK, in which, the .NET API's Application class also does not have a "BeginDoubleClick" event. &lt;BR /&gt;
&lt;BR /&gt;
So, can someone tell me if I missed something, or some insider know this event will be only available for future version, say 2011 (because the author put it into this developer guide, he might know the next version, natually)?</description>
      <pubDate>Thu, 20 Aug 2009 04:47:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543278#M69321</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2009-08-20T04:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543279#M69322</link>
      <description>The event is there.&lt;BR /&gt;
&lt;BR /&gt;
Perhaps you're seeing the System.Windows.Forms.Application class (or its WPF &lt;BR /&gt;
counterpart) in intellisense?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;NORMAN.YUAN&gt; wrote in message news:6240243@discussion.autodesk.com...&lt;BR /&gt;
In resently available "AutoCAD .NET Developer Guide" &lt;BR /&gt;
(http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html), &lt;BR /&gt;
"Use Event" chapter lists that Application class has a "BeginDoubleClick" &lt;BR /&gt;
event. However, I cannot find this event in VS's object brower. I am using &lt;BR /&gt;
AutoCAD2009. I also has documentation from AutoCAD2010 SDK, in which, the &lt;BR /&gt;
.NET API's Application class also does not have a "BeginDoubleClick" event.&lt;BR /&gt;
&lt;BR /&gt;
So, can someone tell me if I missed something, or some insider know this &lt;BR /&gt;
event will be only available for future version, say 2011 (because the &lt;BR /&gt;
author put it into this developer guide, he might know the next version, &lt;BR /&gt;
natually)?&lt;/NORMAN.YUAN&gt;</description>
      <pubDate>Thu, 20 Aug 2009 05:10:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543279#M69322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-20T05:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543280#M69323</link>
      <description>I do not see it in 2009 either (see attached) as well as a couple of others they list. I do not have 2010 installed but would assume they are there and are new.</description>
      <pubDate>Thu, 20 Aug 2009 06:11:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543280#M69323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-20T06:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543281#M69324</link>
      <description>No, I did meant Autodesk.AutoCAD.ApplicationServices.Application class. As I &lt;BR /&gt;
said, I am using Acad2009. As Nathtay's reply suggested, this event does not &lt;BR /&gt;
exist at least until Acad2009.&lt;BR /&gt;
&lt;BR /&gt;
I only checked Acad2010' documentation in downloaded Acad2010 SDK yesterday. &lt;BR /&gt;
According to the document the event does not exist. But now when I changed &lt;BR /&gt;
refernce to "acmdg.dll" in a VS project to the one from Acad2010SDK, the &lt;BR /&gt;
event is there. So, it is just another typicl Autodesk behaviour of very &lt;BR /&gt;
poor documentation: it is too busy on yearly release to update the &lt;BR /&gt;
documentation.&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:6240267@discussion.autodesk.com...&lt;BR /&gt;
The event is there.&lt;BR /&gt;
&lt;BR /&gt;
Perhaps you're seeing the System.Windows.Forms.Application class (or its WPF&lt;BR /&gt;
counterpart) in intellisense?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;NORMAN.YUAN&gt; wrote in message news:6240243@discussion.autodesk.com...&lt;BR /&gt;
In resently available "AutoCAD .NET Developer Guide"&lt;BR /&gt;
(http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html),&lt;BR /&gt;
"Use Event" chapter lists that Application class has a "BeginDoubleClick"&lt;BR /&gt;
event. However, I cannot find this event in VS's object brower. I am using&lt;BR /&gt;
AutoCAD2009. I also has documentation from AutoCAD2010 SDK, in which, the&lt;BR /&gt;
.NET API's Application class also does not have a "BeginDoubleClick" event.&lt;BR /&gt;
&lt;BR /&gt;
So, can someone tell me if I missed something, or some insider know this&lt;BR /&gt;
event will be only available for future version, say 2011 (because the&lt;BR /&gt;
author put it into this developer guide, he might know the next version,&lt;BR /&gt;
natually)?&lt;/NORMAN.YUAN&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Thu, 20 Aug 2009 12:10:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543281#M69324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-20T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543282#M69325</link>
      <description>I use Reflector so it may be showing things that the object browser may not &lt;BR /&gt;
show depending on the settings for the browser.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
"Norman Yuan" &lt;FAKENAME&gt; wrote in message &lt;BR /&gt;
news:6240372@discussion.autodesk.com...&lt;BR /&gt;
No, I did meant Autodesk.AutoCAD.ApplicationServices.Application class. As I&lt;BR /&gt;
said, I am using Acad2009. As Nathtay's reply suggested, this event does not&lt;BR /&gt;
exist at least until Acad2009.&lt;BR /&gt;
&lt;BR /&gt;
I only checked Acad2010' documentation in downloaded Acad2010 SDK yesterday.&lt;BR /&gt;
According to the document the event does not exist. But now when I changed&lt;BR /&gt;
refernce to "acmdg.dll" in a VS project to the one from Acad2010SDK, the&lt;BR /&gt;
event is there. So, it is just another typicl Autodesk behaviour of very&lt;BR /&gt;
poor documentation: it is too busy on yearly release to update the&lt;BR /&gt;
documentation.&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message&lt;BR /&gt;
news:6240267@discussion.autodesk.com...&lt;BR /&gt;
The event is there.&lt;BR /&gt;
&lt;BR /&gt;
Perhaps you're seeing the System.Windows.Forms.Application class (or its WPF&lt;BR /&gt;
counterpart) in intellisense?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;NORMAN.YUAN&gt; wrote in message news:6240243@discussion.autodesk.com...&lt;BR /&gt;
In resently available "AutoCAD .NET Developer Guide"&lt;BR /&gt;
(http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html),&lt;BR /&gt;
"Use Event" chapter lists that Application class has a "BeginDoubleClick"&lt;BR /&gt;
event. However, I cannot find this event in VS's object brower. I am using&lt;BR /&gt;
AutoCAD2009. I also has documentation from AutoCAD2010 SDK, in which, the&lt;BR /&gt;
.NET API's Application class also does not have a "BeginDoubleClick" event.&lt;BR /&gt;
&lt;BR /&gt;
So, can someone tell me if I missed something, or some insider know this&lt;BR /&gt;
event will be only available for future version, say 2011 (because the&lt;BR /&gt;
author put it into this developer guide, he might know the next version,&lt;BR /&gt;
natually)?&lt;/NORMAN.YUAN&gt;&lt;/TONY.TANZILLO&gt;&lt;/FAKENAME&gt;</description>
      <pubDate>Thu, 20 Aug 2009 16:10:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543282#M69325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-20T16:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543283#M69326</link>
      <description>So are you saying the event exists in 2009?</description>
      <pubDate>Thu, 20 Aug 2009 22:23:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543283#M69326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-20T22:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543284#M69327</link>
      <description>I noticed in your screenshot that you have "Custom Component Set" selected. &lt;BR /&gt;
Can you verify that the acmgd listed is for 2009 (click on acmgd in left pane of Object Browser)?&lt;BR /&gt;
&lt;BR /&gt;
Should say something like:&lt;BR /&gt;
&lt;BR /&gt;
Assembly acmgd&lt;BR /&gt;
     C:\Program Files\AutoCAD 2009\acmgd.dll&lt;BR /&gt;
&lt;BR /&gt;
I looked in 2010 and it is there. I don't have 2009 installed right now.</description>
      <pubDate>Fri, 21 Aug 2009 13:30:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543284#M69327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-21T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does Application class have a "BeginDoubleClick" event?</title>
      <link>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543285#M69328</link>
      <description>The custom component set consists of acmgd.dll and acdbmgd.dll for version 2009.</description>
      <pubDate>Sat, 22 Aug 2009 05:02:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/does-application-class-have-a-quot-begindoubleclick-quot-event/m-p/2543285#M69328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-22T05:02:55Z</dc:date>
    </item>
  </channel>
</rss>

