<?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: TrueView 2014 AcCtrl Control in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081444#M45524</link>
    <description>&lt;P&gt;Yes, you are right.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TrueView 2014 has to be installed as the last product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this has been fixed in TrueView 2015.&amp;nbsp;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;The ActiveX control is now renamed as "dwgviewrAcCtrl.dll" and can be found in "C:\Program Files\Common Files\Autodesk Shared"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;Balaji&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jun 2014 16:18:26 GMT</pubDate>
    <dc:creator>Balaji_Ram</dc:creator>
    <dc:date>2014-06-07T16:18:26Z</dc:date>
    <item>
      <title>TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/4798165#M45519</link>
      <description>&lt;P&gt;Has anyone successfully embedded the TrueView 2014 control in a Windows form?&amp;nbsp; It seems like it shouldn't be all that difficult, but I'm not having much luck.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:20:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/4798165#M45519</guid>
      <dc:creator>absStructural</dc:creator>
      <dc:date>2014-02-06T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/4813067#M45520</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached a sample project that embeds the DWG TrueView ActiveX control and the screenshots to show the steps to use the ActiveX in a .Net project. I have tested this in my Windows 7, 64 bit system that has DWG TrueView 2014 installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To try this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Open Visual Studio 2010 64 bit command prompt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) regsvr32 "C:\Program Files\Autodesk\DWG TrueView 2014\AcCtrl.dll"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) aximp "C:\Program Files\Autodesk\DWG TrueView 2014\AcCtrl.dll"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) copy "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\ACCTRLLib.dll" "C:\Program Files\Autodesk\DWG TrueView 2014\ACCTRLLib.dll"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5) copy "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\AxACCTRLLib.dll" "C:\Program Files\Autodesk\DWG TrueView 2014\AxACCTRLLib.dll"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6) Add reference to the assemblies in your .Net project from "C:\Program Files\Autodesk\DWG TrueView 2014\ACCTRLLib.dll" and "C:\Program Files\Autodesk\DWG TrueView 2014\AxACCTRLLib.dll"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;7) Set the "Embed Interop types" for the assemblies to False as shown in the attached screenshot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;8) Build and run the sample. Select a drawing using the Browse button and click on Load button&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 08:43:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/4813067#M45520</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2014-02-13T08:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/4813079#M45521</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, wanted to attach one more file, but the system would not let me add more than 3 files in a reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So,&amp;nbsp;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;here is the screenshot of the Form with TrueView embedded.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 08:48:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/4813079#M45521</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2014-02-13T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081112#M45522</link>
      <description>&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to do the above (for&amp;nbsp;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;Acad &amp;amp; TrueView 2012 and &lt;SPAN&gt;a bit more elaborate&amp;nbsp;&lt;/SPAN&gt;though).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I followed your instructions for registering the TrueView assemblies.&lt;/P&gt;&lt;P&gt;I get this error when calling&amp;nbsp;AxACCTRLLib.AxAcCtrl.PutSourcePath(path);&lt;/P&gt;&lt;P&gt;"Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what causes this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2014 08:08:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081112#M45522</guid>
      <dc:creator>alex_b</dc:creator>
      <dc:date>2014-06-07T08:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081390#M45523</link>
      <description>&lt;P&gt;In my experience, that error is caused because TrueView was not the last Autodesk product installed.&amp;nbsp; AutoCAD, for instance, registers a different DLL with the same name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try running the TrueView installer again, and see if you have the same problem.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2014 15:15:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081390#M45523</guid>
      <dc:creator>absStructural</dc:creator>
      <dc:date>2014-06-07T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081444#M45524</link>
      <description>&lt;P&gt;Yes, you are right.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TrueView 2014 has to be installed as the last product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this has been fixed in TrueView 2015.&amp;nbsp;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;The ActiveX control is now renamed as "dwgviewrAcCtrl.dll" and can be found in "C:\Program Files\Common Files\Autodesk Shared"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; line-height: 15px;"&gt;Balaji&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2014 16:18:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081444#M45524</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2014-06-07T16:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081450#M45525</link>
      <description>&lt;P&gt;That's really good to hear.&amp;nbsp; From an IT and Development perspective - that requirement was kind of a pain.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2014 16:24:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5081450#M45525</guid>
      <dc:creator>absStructural</dc:creator>
      <dc:date>2014-06-07T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5082058#M45526</link>
      <description>&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about True View 2015?, as I can't find AcCtrl.dll in its installation directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 22:02:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5082058#M45526</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2014-06-08T22:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5082296#M45527</link>
      <description>&lt;P&gt;Hi Gaston,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will find it as "&lt;SPAN&gt;dwgviewrAcCtrl.dll&lt;/SPAN&gt;" under "C:\Program Files\Common Files\Autodesk Shared" to avoid naming conflict with AutoCAD's AcCtrl.dll&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:27:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5082296#M45527</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2014-06-09T05:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5083990#M45528</link>
      <description>&lt;P&gt;Balaji, please take a look at this when yiou get some time: &lt;A href="https://forums.autodesk.com/t5/NET/TrueView-2015-ActiveX-Control/td-p/5083988" target="_blank"&gt;http://forums.autodesk.com/t5/NET/TrueView-2015-ActiveX-Control/td-p/5083988&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 21:37:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5083990#M45528</guid>
      <dc:creator>absStructural</dc:creator>
      <dc:date>2014-06-09T21:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5084080#M45529</link>
      <description>&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much, I'll give it a try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 22:30:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5084080#M45529</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2014-06-09T22:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5084510#M45530</link>
      <description>&lt;P&gt;Thank you for the tip. I wouldn't have thought of that in a milion years.&lt;/P&gt;&lt;P&gt;About your post mentioned below:&lt;/P&gt;&lt;P&gt;The crosshairs indeed disappear after restoring a minimized window, but a left-click restores it. But I am using TV 2012.&lt;/P&gt;&lt;P&gt;I entierly agree with the speed issue, it is a big pain. OTH, I couldn't find anything better than TV, so...&lt;/P&gt;&lt;P&gt;(I played a while with Teigha, but couldn't make it work offhand and didn't have the time to go deeper)&lt;/P&gt;&lt;P&gt;One other thing: can I use the TV2015 control on a system with A2012 only? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 05:00:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5084510#M45530</guid>
      <dc:creator>alex_b</dc:creator>
      <dc:date>2014-06-10T05:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5329033#M45531</link>
      <description>&lt;P&gt;How I make available Model and Paper Spaces buttons?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is one way to do open file process faster?&lt;/P&gt;&lt;P&gt;I'm using DWG True View 2015.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 02:38:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/5329033#M45531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T02:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/6027658#M45532</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did you find an answer to the &lt;SPAN&gt;Model and Paper Spaces buttons?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2016 23:29:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/6027658#M45532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-06T23:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/6589923#M45533</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/6589923#M45533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-28T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/6589929#M45534</link>
      <description>&lt;P&gt;How can Change the back color of&amp;nbsp;axAcCtrl to black ?&lt;/P&gt;&lt;P&gt;and how can take tutorial of that , please ?&lt;/P&gt;&lt;P&gt;with .Net code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/6589929#M45534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-28T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/7448988#M45535</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to the csharp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I created new file browser and viewer in Form.&lt;/P&gt;&lt;P&gt;I used DWG True viewer 2013 in VS2010. Problems are!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If i give rebuild the solution,&amp;nbsp;&lt;SPAN&gt;axAcCtrl&amp;nbsp; controls are missing and Acc**.dll is deleting automatically. then through&amp;nbsp;error while debug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. When selecting the file from&amp;nbsp;listbox, displaying time is very slow....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Is any code to turn off the&amp;nbsp; Paper space, orbit&amp;nbsp;and mini tool set in viewer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:27:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/7448988#M45535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-10T19:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/7455910#M45536</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to run this &lt;SPAN&gt;AcCtrl&amp;nbsp;by default.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when application starts the window + blank viewer to run in Acctrl.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:54:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/7455910#M45536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T18:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/8319357#M45537</link>
      <description>&lt;P&gt;Is it possible to display TrueView inside HTML page, please? With other words, I need to display DWG files in HTML.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 10:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/8319357#M45537</guid>
      <dc:creator>frank1556</dc:creator>
      <dc:date>2018-10-08T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: TrueView 2014 AcCtrl Control</title>
      <link>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/8319791#M45538</link>
      <description>Never tried it, but it's probably possible. See this link: &lt;A href="https://social.msdn.microsoft.com/Forums/en-US/a162cc32-f559-4a2a-9221-67782bcdc129/calling-activex-function-from-javascript?forum=iewebdevelopment" target="_blank"&gt;https://social.msdn.microsoft.com/Forums/en-US/a162cc32-f559-4a2a-9221-67782bcdc129/calling-activex-function-from-javascript?forum=iewebdevelopment&lt;/A&gt; Cheers</description>
      <pubDate>Mon, 08 Oct 2018 13:36:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/trueview-2014-acctrl-control/m-p/8319791#M45538</guid>
      <dc:creator>alex_b</dc:creator>
      <dc:date>2018-10-08T13:36:48Z</dc:date>
    </item>
  </channel>
</rss>

