<?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: Linking archicad with vb.net in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81458#M6431</link>
    <description>&lt;BLOCKQUOTE&gt;Marcus wrote:&lt;BR /&gt;Are you saying that you are writing add-ons using vb.net?&lt;/BLOCKQUOTE&gt;
No - I've developed an add-on which enables and external VB application (or any other kind for that matter) to control ArchiCAD from the outside, both to read from and write to the project database and to guide the user through various processes. This same principle might also be applicable to the question put by Arshakya.&lt;BR /&gt;
&lt;BR /&gt;
Writing add-ons with VB might be technically possible, but I think it would be easier to get to know C/C++.</description>
    <pubDate>Tue, 29 Apr 2008 07:16:47 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2008-04-29T07:16:47Z</dc:date>
    <item>
      <title>Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81451#M6424</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;friends,&lt;BR /&gt;&lt;BR /&gt;i am looking for a way to link archicad with vb.net or visual basic. &lt;BR /&gt;&lt;BR /&gt;i searched talk forum but unable to find. pls help me on this matter.&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;&lt;BR /&gt;ars&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 14:38:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81451#M6424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T14:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81452#M6425</link>
      <description>The fact that your search turned up empty is your answer. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Seriously, what is it that you want to do?  The ODBC driver makes quite a bit of the database available (read-only!) to any external program, including VB if that's all you want.  If you want to write add-ons, then I don't know of anyone who has pulled that off with VB.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Thu, 24 Apr 2008 04:02:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81452#M6425</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-04-24T04:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81453#M6426</link>
      <description>Thanks karl,&lt;BR /&gt;
&lt;BR /&gt;
 actually i have created some 3d models in autocad with vb. Since graphic disply in autocad is not looking nice, i want to use archicad.&lt;BR /&gt;
&lt;BR /&gt;
i hope there is some way to do so.&lt;BR /&gt;
&lt;BR /&gt;
ars</description>
      <pubDate>Thu, 24 Apr 2008 04:10:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81453#M6426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-24T04:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81454#M6427</link>
      <description>&lt;BLOCKQUOTE&gt;arshakya wrote:&lt;BR /&gt;Thanks karl,&lt;BR /&gt;
&lt;BR /&gt;
 actually i have created some 3d models in autocad with vb. Since graphic disply in autocad is not looking nice, i want to use archicad.&lt;BR /&gt;
&lt;BR /&gt;
i hope there is some way to do so.&lt;BR /&gt;
&lt;BR /&gt;
ars&lt;/BLOCKQUOTE&gt;
You could:&lt;BR /&gt;
- import your model in ArchiCAD (= static)&lt;BR /&gt;
- learn GDL and recreate your VBA script with GDL so it becomes a native ArchiCAD object.&lt;BR /&gt;
- learn C++ and create an add-on in ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
It might be possible to create an ArchiCAD add-on that communicates in some way or another with a VBA macro in AutoCAD, but I doubt that it will be trivial.</description>
      <pubDate>Thu, 24 Apr 2008 12:22:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81454#M6427</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2008-04-24T12:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81455#M6428</link>
      <description>thank you very much for your suggestion karl.&lt;BR /&gt;
&lt;BR /&gt;
i will think on that in near future.&lt;BR /&gt;
&lt;BR /&gt;
anil</description>
      <pubDate>Mon, 28 Apr 2008 07:31:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81455#M6428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-28T07:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81456#M6429</link>
      <description>&lt;BLOCKQUOTE&gt;arshakya wrote:&lt;BR /&gt; actually i have created some 3d models in autocad with vb. Since graphic disply in autocad is not looking nice, i want to use archicad.&lt;/BLOCKQUOTE&gt;
I'm guessing you have scripted the 3D models with VB because you require some dynamic or interactive behaviour from them? If so, I echo Stefan's suggestion to rewrite the scripts in GDL.&lt;BR /&gt;
&lt;BR /&gt;
If the model is static, then just export it from AutoCAD and import into a GDL object.&lt;BR /&gt;
&lt;BR /&gt;
I have successfully developed a solution for driving ArchiCAD from a VB application, but Stefan is right again - it isn't trivial. There is no "official" way of doing this.</description>
      <pubDate>Mon, 28 Apr 2008 10:41:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81456#M6429</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-04-28T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81457#M6430</link>
      <description>Are you saying that you are writing add-ons using vb.net?</description>
      <pubDate>Tue, 29 Apr 2008 02:38:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81457#M6430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-29T02:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81458#M6431</link>
      <description>&lt;BLOCKQUOTE&gt;Marcus wrote:&lt;BR /&gt;Are you saying that you are writing add-ons using vb.net?&lt;/BLOCKQUOTE&gt;
No - I've developed an add-on which enables and external VB application (or any other kind for that matter) to control ArchiCAD from the outside, both to read from and write to the project database and to guide the user through various processes. This same principle might also be applicable to the question put by Arshakya.&lt;BR /&gt;
&lt;BR /&gt;
Writing add-ons with VB might be technically possible, but I think it would be easier to get to know C/C++.</description>
      <pubDate>Tue, 29 Apr 2008 07:16:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81458#M6431</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-04-29T07:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81459#M6432</link>
      <description>That sounds interesting.  I've written a VB.Net app which connects to the drawing using the ODBC driver for scheduling purposes which works quite well.  &lt;BR /&gt;
&lt;BR /&gt;
This web page has always interested me......&lt;BR /&gt;
&lt;A href="http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://download.graphisoft.com/ftp/tech ... pment.html&amp;quot;&amp;gt;http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://download.graphisoft.com/ftp/tech ... pment.html"&gt;http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
...it seems to suggest VB addons are a possibility??&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I am going throught the pain of learning C++ at the moment.</description>
      <pubDate>Tue, 29 Apr 2008 07:24:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81459#M6432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-29T07:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linking archicad with vb.net</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81460#M6433</link>
      <description>&lt;BLOCKQUOTE&gt;Marcus wrote:&lt;BR /&gt;That sounds interesting.  I've written a VB.Net app which connects to the drawing using the ODBC driver for scheduling purposes which works quite well.  &lt;BR /&gt;
This web page has always interested me......&lt;BR /&gt;
&lt;A href="http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://download.graphisoft.com/ftp/tech ... pment.html&amp;quot;&amp;gt;http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://download.graphisoft.com/ftp/tech ... pment.html"&gt;http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/APIDevKit61/APIHTMLLibrary/Level2/Non_Visual_CPP_Development.html&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
...it seems to suggest VB addons are a possibility??&lt;/BLOCKQUOTE&gt;
Yes, it does seem as if VB add-ons are technically possible, but I haven't explored the avenue. C++ is my preferred language in any case.&lt;BR /&gt;
&lt;BR /&gt;
The ODBC isn't useful in many cases because it doesn't provide write operations and it is Windows-only.</description>
      <pubDate>Tue, 29 Apr 2008 07:32:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Linking-archicad-with-vb-net/m-p/81460#M6433</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-04-29T07:32:06Z</dc:date>
    </item>
  </channel>
</rss>

