<?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 I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11477140#M11418</link>
    <description>&lt;P&gt;I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 10:19:05 GMT</pubDate>
    <dc:creator>niwesh.tamrakar</dc:creator>
    <dc:date>2022-10-12T10:19:05Z</dc:date>
    <item>
      <title>I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?</title>
      <link>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11477140#M11418</link>
      <description>&lt;P&gt;I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 10:19:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11477140#M11418</guid>
      <dc:creator>niwesh.tamrakar</dc:creator>
      <dc:date>2022-10-12T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?</title>
      <link>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11477732#M11419</link>
      <description>&lt;P&gt;You may want to be describe what you have done correctly: with what you have said, it cannot be both .NET and VBA. Unless you clearly indicate what kind of project you are doing, it would be difficult to answer your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VBA is an environment of development built into AutoCAD and run inside AutoCAD and uses AutoCAD COM API. It has nothing to do with .NET or AutoCAD .NET API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Visual Studio, you could do 2 different things against AutoCAD: you can create an EXE application (console, or win form or WPF) and use AutoCAD COM API to control AutoCAD (with either C# or VB.NET, which does not matter here); Or you can create DLL project as AutoCAD plugin with AutoCAD .NET API (again, C# or VB.NET, does not matter). With these 2 different types project, the answer to your not so clearly asked question could be quite different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 14:14:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11477732#M11419</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-10-12T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?</title>
      <link>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11479276#M11420</link>
      <description>&lt;P&gt;I have written a .dll program to draw drawings in AutoCad which can be loaded with Netload. But I want to make an application to do the same and I dont want to netload it. Rather I want an .exe to load a form and draw drawings in autocad. Also I want that program to detect if the autocad is loaded or not. If loaded then draw on that activated drawing. Can you help me?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:19:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11479276#M11420</guid>
      <dc:creator>niwesh.tamrakar</dc:creator>
      <dc:date>2022-10-13T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?</title>
      <link>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11479298#M11421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should read &lt;A href="https://help.autodesk.com/view/OARX/2023/ENU/?guid=GUID-C8C65D7A-EC3A-42D8-BF02-4B13C2EA1A4B" target="_blank" rel="noopener"&gt;this topic&lt;/A&gt; from the documentation.&lt;/P&gt;
&lt;P&gt;After you get or create an instance of AutoCAD, you can either call NETLOAD and a command from your DLL (as shown in the documentation example) or directly draw in AutoCAD using the COM/ActiveX API.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:35:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11479298#M11421</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-10-13T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: I have created .net vba to open the autoCAD file. Now I want to create line in autoCAD using userform or windowsform in CAD. Can anyone help me?</title>
      <link>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11479304#M11422</link>
      <description>&lt;P&gt;Ok. Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:37:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/i-have-created-net-vba-to-open-the-autocad-file-now-i-want-to/m-p/11479304#M11422</guid>
      <dc:creator>niwesh.tamrakar</dc:creator>
      <dc:date>2022-10-13T06:37:14Z</dc:date>
    </item>
  </channel>
</rss>

