<?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 : Connection Between AutoCAD with VB.NET &amp;amp; how to make GUI for passing va in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760066#M33415</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;STRONG&gt;Alexander,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanx for your reply, i am download&amp;nbsp;&lt;SPAN&gt;ObjectARX SDK and add both dlls in the program. and set Copyto local in false. But it will give same error.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Thanx&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Mohit&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2016 09:54:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-20T09:54:58Z</dc:date>
    <item>
      <title>Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing values</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759868#M33409</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; my question is how to connect vb.net with AutoCAD 2016 through .NET GUI and passing the parameters or commands to AutoCAD through VB.NET GUI. Actually I run some code to create the Instance of AutoCAD but it gives error. i have send this error as attachment. Please give the solution ASAP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:25:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759868#M33409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T07:25:28Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759892#M33410</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In&amp;nbsp;the picture you provide,&amp;nbsp;there's not any VB.net, it's C# language using COM interop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I'm afraid it's impossible to quickly give you a solution as it looks like you're missing some&amp;nbsp;basics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any reason you use COM Interop instead of the .NET&amp;nbsp;API (e.g. standalone application)?&lt;/P&gt;
&lt;P&gt;Did you reference the COM libraries corresponding to the AutoCAD version (2016) ?&lt;/P&gt;
&lt;P&gt;Was there an instance of AutoCAD running when you clicked the button?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:44:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759892#M33410</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-20T07:44:11Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759946#M33411</link>
      <description>&lt;P&gt;Thanx Gile,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Actually I send my problem fastley. Ya this is C# language. I add two refrence file that is AutoCAD and AXDBLib.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"AcadApp = (AcadApplication)Marshal.GetActiveObject("AutoCAD.Application");" on this line there is a exception.. Have you understood my problem. I can check in the task manager there is no other instance is open.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 08:34:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759946#M33411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T08:34:46Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759966#M33412</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;
&lt;P&gt;My recommendations:&lt;/P&gt;
&lt;P&gt;1. Download and install ObjectARX SDK appropriate version: &lt;A href="http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=785550" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=785550&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Add reference to Autodesk.AutoCAD.Interop.dll and Autodesk.AutoCAD.Interop.Common.dll from ObjectARX SDK \inc-Win32 or \inc-x64 directory dependent on bitness (32 or 64) of your application. Also set &lt;STRONG&gt;Copy Local&lt;/STRONG&gt; to &lt;STRONG&gt;false&lt;/STRONG&gt; for those dll's.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 08:48:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6759966#M33412</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-12-20T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760005#M33413</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;AcadApp = (AcadApplication)Marshal.GetActiveObject("AutoCAD.Application");&lt;/PRE&gt;
&lt;P&gt;Marshal.GetActiveObject() method throw an exception if there's none running process of the application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically, we try to get a running process, and try to start a new one if it failed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;try // try to get an already running AutoCAD process
{
    AcadApp = (AcadApplication)Marshal.GetActiveObject("AutoCAD.Application");
}
catch
{
    try // try to start a new AutoCAD process
    {
	AcadApp = System.Activator.CreateInstance(System.Type.GetTypeFromProgID("AutoCAD.Application")); &lt;BR /&gt;    } &lt;BR /&gt;    catch &lt;BR /&gt;    { &lt;BR /&gt;        MessageBox.Show("Unable to start AutoCAD."); &lt;BR /&gt;        return; &lt;BR /&gt;    } &lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Anyway, you didn't reply to my questions...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 09:16:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760005#M33413</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-20T09:16:35Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760061#M33414</link>
      <description>&lt;PRE&gt;I have added your code but there is error on the below line&lt;BR /&gt;AcadApp = System.Activator.CreateInstance(System.Type.GetTypeFromProgID("AutoCAD.Application")); &lt;BR /&gt;SystemArgumentException&lt;BR /&gt;Thanx&lt;BR /&gt;Mohit&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 09:51:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760061#M33414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760066#M33415</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;STRONG&gt;Alexander,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanx for your reply, i am download&amp;nbsp;&lt;SPAN&gt;ObjectARX SDK and add both dlls in the program. and set Copyto local in false. But it will give same error.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Thanx&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Mohit&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 09:54:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6760066#M33415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T09:54:58Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762385#M33416</link>
      <description>&lt;P&gt;Dear Gile,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have run this code and getting some exception.please see the attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AcadApp = DirectCast(Marshal.GetActiveObject("AutoCAD.Application"), Autodesk.AutoCAD.Interop.AcadApplication)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dim blockObj As Autodesk.AutoCAD.Interop.Common.AcadBlock&lt;BR /&gt;Dim insertionPnt(0 To 2) As Double&lt;BR /&gt;insertionPnt(0) = 0.0# : insertionPnt(1) = 0.0# : insertionPnt(2) = 0.0#&lt;/P&gt;&lt;P&gt;' Insert the block&lt;BR /&gt;Dim blockRefObj As Autodesk.AutoCAD.Interop.Common.AcadBlockReference&lt;BR /&gt;insertionPnt(0) = 2.0# : insertionPnt(1) = 2.0# : insertionPnt(2) = 0&lt;BR /&gt;blockRefObj = AcadApp.ActiveDocument.ModelSpace.b(insertionPnt, "D:\Pjojects\Dol Power circuit Programming\CircuitModel\ACB.dxf", 1.0#, 1.0#, 1.0#, 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 07:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762385#M33416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T07:01:10Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762454#M33417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;MDUTTA a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;' Insert the block&lt;BR /&gt;Dim blockRefObj As Autodesk.AutoCAD.Interop.Common.AcadBlockReference&lt;BR /&gt;insertionPnt(0) = 2.0# : insertionPnt(1) = 2.0# : insertionPnt(2) = 0&lt;BR /&gt;blockRefObj = AcadApp.ActiveDocument.ModelSpace.b(insertionPnt, "D:\Pjojects\Dol Power circuit Programming\CircuitModel\ACB.dxf", 1.0#, 1.0#, 1.0#, 0)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As far as I know (but I'm not very cumfortable with VB), the ModelSpace object do not have a 'b' method.&lt;/P&gt;
&lt;P&gt;To insert a block reference, you have to use the &lt;A href="http://help.autodesk.com/view/ACD/2016/ENU/?guid=GUID-17F86FDD-B7FC-4F43-9F16-B4958F73A66D" target="_blank"&gt;InsertBlock method&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;blockRefObj = AcadApp.ActiveDocument.ModelSpace.&lt;STRONG&gt;InsertBlock&lt;/STRONG&gt;(insertionPnt, "D:\Pjojects\Dol Power circuit Programming\CircuitModel\ACB.dxf", 1.0#, 1.0#, 1.0#, 0)&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I find it odd that Visual Studio did not report this error&lt;/SPAN&gt;&lt;SPAN class=""&gt; at edition time&lt;/SPAN&gt;&lt;SPAN class=""&gt; (i.e.&lt;/SPAN&gt;&lt;SPAN class=""&gt; before compiling&lt;/SPAN&gt;&lt;SPAN class=""&gt;), it may be a special feature of VB ... &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;As I (and some others) recommend to those who start learning AutoCAD .NET customization : learn C# instead of VB and avoid, as much as possible, using COM.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 07:48:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762454#M33417</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-21T07:48:49Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762492#M33418</link>
      <description>&lt;P&gt;yes but this gives exception. what can i do&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 08:17:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762492#M33418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T08:17:46Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762495#M33419</link>
      <description>&lt;P&gt;Then please tell the C# code for reinserting the block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 08:19:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762495#M33419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T08:19:45Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762628#M33420</link>
      <description>&lt;P&gt;It seems to me you cannot use the InsertBlock method wit a dxf file, it have to be a dwg file.&lt;/P&gt;
&lt;P&gt;As you're using COM, maybe you can try with SendCommand and the native INSERT command but it should be asynchronous.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:46:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762628#M33420</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-21T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762666#M33421</link>
      <description>&lt;P&gt;please see the attachment i am using dxf or dwg file both gives exception&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:09:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762666#M33421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762694#M33422</link>
      <description>&lt;P&gt;What if you try to "manually" insert this dwg in a drawing using the INSERT command and Browse option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't you have the same "Self Reference" error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Isn't your "ACB.dwg" file containing a block named "ACB"?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:23:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762694#M33422</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-21T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762699#M33423</link>
      <description>&lt;P&gt;Manually i use INSERT command and it is sucessfully inserted but through vb program it will give the self reference error.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Yes the block name is ACB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:26:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762699#M33423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762719#M33424</link>
      <description>&lt;P&gt;Sorry,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not understand, as you're using VB with COM Interop, which is closed to VBA, perhaps you'd have more chance in the &lt;A href="https://forums.autodesk.com/t5/visual-basic-customization/bd-p/33" target="_self"&gt;Visual Basic Customization&lt;/A&gt; forum.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:43:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6762719#M33424</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-21T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re : Connection Between AutoCAD with VB.NET &amp; how to make GUI for passing va</title>
      <link>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6767390#M33425</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I don't understand is:&lt;/P&gt;&lt;P&gt;Why you are using AutoCAD as a COM-Object?&lt;/P&gt;&lt;P&gt;Is it &lt;SPAN&gt;necessary&lt;/SPAN&gt; to develop a program as a Windows program?&lt;/P&gt;&lt;P&gt;Why you don't develop this prorgam within the AutoCAD enviroment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Jürgen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 12:23:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connection-between-autocad-with-vb-net-amp-how-to-make-gui-for/m-p/6767390#M33425</guid>
      <dc:creator>Juergen_Becker</dc:creator>
      <dc:date>2016-12-23T12:23:29Z</dc:date>
    </item>
  </channel>
</rss>

