<?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: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342188#M98121</link>
    <description>Scott and Frank,&lt;BR /&gt;
&lt;BR /&gt;
Absolutely, there is an object level event -- modified -- and it works.&lt;BR /&gt;
There is a little something about it in my book "AutoCAD 2000 VBA&lt;BR /&gt;
Programmers Reference" ISBN #1861002564. So it out and if you need something&lt;BR /&gt;
further, don't hesitate to email me directly.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
--&lt;BR /&gt;
Joe Sutphin&lt;BR /&gt;
Author of "AutoCAD 2000 VBA Programmers Reference"&lt;BR /&gt;
ISBN #1861002564&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:826h6l$7d11@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I've never tried it with anything other than the AutoCAD application&lt;BR /&gt;
object&lt;BR /&gt;
&amp;gt; and Document objects but I suppose all you need do is declare your object&lt;BR /&gt;
&amp;gt; using the WithEvents modifier. I just tried it with an ordinary AcadLine&lt;BR /&gt;
&amp;gt; object and gained access to a Modified event.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Scott &lt;SWOLTER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:826fh2$7813@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Hello,&lt;BR /&gt;
&amp;gt; &amp;gt; Does VB or VBA provide for the use of object reactors? I read somewhere&lt;BR /&gt;
&amp;gt; that&lt;BR /&gt;
&amp;gt; &amp;gt; Visual Lisp does but what about VB/VBA?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; &amp;gt; SPW&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SWOLTER&gt;&lt;/FRANKO&gt;</description>
    <pubDate>Tue, 07 Dec 1999 02:39:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>1999-12-07T02:39:11Z</dc:date>
    <item>
      <title>VB/VBA Reactors</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342186#M98119</link>
      <description>Hello,&lt;BR /&gt;
Does VB or VBA provide for the use of object reactors? I read somewhere that&lt;BR /&gt;
Visual Lisp does but what about VB/VBA?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
SPW</description>
      <pubDate>Thu, 02 Dec 1999 18:59:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342186#M98119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-12-02T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: VB/VBA Reactors</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342187#M98120</link>
      <description>I've never tried it with anything other than the AutoCAD application object&lt;BR /&gt;
and Document objects but I suppose all you need do is declare your object&lt;BR /&gt;
using the WithEvents modifier. I just tried it with an ordinary AcadLine&lt;BR /&gt;
object and gained access to a Modified event.&lt;BR /&gt;
&lt;BR /&gt;
Scott &lt;SWOLTER&gt; wrote in message&lt;BR /&gt;
news:826fh2$7813@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; Does VB or VBA provide for the use of object reactors? I read somewhere&lt;BR /&gt;
that&lt;BR /&gt;
&amp;gt; Visual Lisp does but what about VB/VBA?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; SPW&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SWOLTER&gt;</description>
      <pubDate>Thu, 02 Dec 1999 19:25:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342187#M98120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-12-02T19:25:40Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342188#M98121</link>
      <description>Scott and Frank,&lt;BR /&gt;
&lt;BR /&gt;
Absolutely, there is an object level event -- modified -- and it works.&lt;BR /&gt;
There is a little something about it in my book "AutoCAD 2000 VBA&lt;BR /&gt;
Programmers Reference" ISBN #1861002564. So it out and if you need something&lt;BR /&gt;
further, don't hesitate to email me directly.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
--&lt;BR /&gt;
Joe Sutphin&lt;BR /&gt;
Author of "AutoCAD 2000 VBA Programmers Reference"&lt;BR /&gt;
ISBN #1861002564&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:826h6l$7d11@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I've never tried it with anything other than the AutoCAD application&lt;BR /&gt;
object&lt;BR /&gt;
&amp;gt; and Document objects but I suppose all you need do is declare your object&lt;BR /&gt;
&amp;gt; using the WithEvents modifier. I just tried it with an ordinary AcadLine&lt;BR /&gt;
&amp;gt; object and gained access to a Modified event.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Scott &lt;SWOLTER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:826fh2$7813@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Hello,&lt;BR /&gt;
&amp;gt; &amp;gt; Does VB or VBA provide for the use of object reactors? I read somewhere&lt;BR /&gt;
&amp;gt; that&lt;BR /&gt;
&amp;gt; &amp;gt; Visual Lisp does but what about VB/VBA?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; &amp;gt; SPW&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SWOLTER&gt;&lt;/FRANKO&gt;</description>
      <pubDate>Tue, 07 Dec 1999 02:39:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb-vba-reactors/m-p/342188#M98121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-12-07T02:39:11Z</dc:date>
    </item>
  </channel>
</rss>

