<?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 call VB form from c++ arx?? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316793#M43251</link>
    <description>Is there a way to call a VB form from my arx file written in C++ ? I would like to use visual basic to create the dialog boxes that my application uses instead of creating a dcl file.&lt;BR /&gt;
&lt;BR /&gt;
Any help is appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Tue, 11 Dec 2001 11:29:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-12-11T11:29:28Z</dc:date>
    <item>
      <title>call VB form from c++ arx??</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316793#M43251</link>
      <description>Is there a way to call a VB form from my arx file written in C++ ? I would like to use visual basic to create the dialog boxes that my application uses instead of creating a dcl file.&lt;BR /&gt;
&lt;BR /&gt;
Any help is appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 11 Dec 2001 11:29:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316793#M43251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-12-11T11:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: call VB form from c++ arx??</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316794#M43252</link>
      <description>If your VB DLL/EXE is an ActiveX server, just use it like any other COM&lt;BR /&gt;
server. But if you're doing this from scratch, why not incoporate dialogs&lt;BR /&gt;
into your ARX?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Good judgment comes from experience.&lt;BR /&gt;
Experience comes from bad judgment.&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"rthyen" &lt;ROBERTTHYEN&gt; wrote in message&lt;BR /&gt;
news:f0a0a2d.-1@WebX.maYIadrTaRb...&lt;BR /&gt;
Is there a way to call a VB form from my arx file written in C++ ? I would&lt;BR /&gt;
like to use visual basic to create the dialog boxes that my application uses&lt;BR /&gt;
instead of creating a dcl file.&lt;BR /&gt;
Any help is appreciated.&lt;BR /&gt;
Thanks&lt;/ROBERTTHYEN&gt;</description>
      <pubDate>Tue, 11 Dec 2001 11:49:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316794#M43252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-12-11T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316795#M43253</link>
      <description>I have a large arx application already written in c++. It builds dialog boxes using dcl files.&lt;BR /&gt;
&lt;BR /&gt;
I am wanting to change to visual basic forms for the ease of customization / changing the forms.  With the use of dcl files there is little means of easily customizing the dialog boxes.</description>
      <pubDate>Tue, 11 Dec 2001 12:01:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316795#M43253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-12-11T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316796#M43254</link>
      <description>You can build UI's in VB and expose them via ActiveX to&lt;BR /&gt;
any language. However, handling ActiveX events in C++&lt;BR /&gt;
is a bit of a pain, but certainly possible. I routinely&lt;BR /&gt;
use Delphi for UIs in conjunction with ARX/C++ back&lt;BR /&gt;
ends.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"rthyen" &lt;ROBERTTHYEN&gt; wrote in message&lt;BR /&gt;
news:f0a0a2d.1@WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I have a large arx application already written in c++. It builds dialog&lt;BR /&gt;
boxes using dcl files.&lt;BR /&gt;
&amp;gt; I am wanting to change to visual basic forms for the ease of customization&lt;BR /&gt;
/ changing the forms. With the use of dcl files there is little means of&lt;BR /&gt;
easily customizing the dialog boxes.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ROBERTTHYEN&gt;</description>
      <pubDate>Tue, 11 Dec 2001 13:21:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316796#M43254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-12-11T13:21:57Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316797#M43255</link>
      <description>can anyone give some more insight on how this is done....&lt;BR /&gt;
&lt;BR /&gt;
maybe a sample of code with a call or somwhere to read up on this &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Rob</description>
      <pubDate>Tue, 11 Dec 2001 13:52:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316797#M43255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-12-11T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316798#M43256</link>
      <description>Hi Why don't you use CDialog instead of DCL. Why DCL was exposed to Arx beats me since you can create better dialog boxes right with C++. If you want a book on how to do it, pick up any "Learn C++ in 24 days". It will explain exactly how to add C++ dialog boxes to your existing project. I hope this helps, Chad Wanless</description>
      <pubDate>Wed, 12 Dec 2001 21:14:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/call-vb-form-from-c-arx/m-p/316798#M43256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-12-12T21:14:51Z</dc:date>
    </item>
  </channel>
</rss>

