<?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: Visual Basic Editor Reference Control Error in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326467#M71101</link>
    <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;MS does not license the common dialog control for &lt;BR /&gt;
use in vbA. I don't know if there is a 'workaround' for getting the actual &lt;BR /&gt;
control to work, however there are tons of&amp;nbsp;API&amp;nbsp;based modules (common &lt;BR /&gt;
dialog replacements) out there. It should not be too hard for you to find and &lt;BR /&gt;
use one of them.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp; Jacob Dinardi&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"tsampson" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:terry.sampson@meridiangold.com"&amp;gt;terry.sampson@meridiangold.com&lt;/A&gt;&amp;gt; &lt;BR /&gt;
  wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:f109865.-1@WebX.maYIadrTaRb"&amp;gt;news:f109865.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;From &lt;BR /&gt;
  the VBE I am trying to add the Microsoft Common Dialog Control from the &lt;BR /&gt;
  Standard Toolbox but receive the following error message when opening program &lt;BR /&gt;
  "The control could not be created because it is not properly licensed." Is &lt;BR /&gt;
  this a licensing problem with AutoCAD or with &lt;BR /&gt;
Microsoft?&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Fri, 30 Aug 2002 06:39:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-08-30T06:39:21Z</dc:date>
    <item>
      <title>Visual Basic Editor Reference Control Error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326464#M71098</link>
      <description>From the VBE I am trying to add the Microsoft Common Dialog Control from the Standard Toolbox but receive the following error message when opening program "The control could not be created because it is not properly licensed." Is this a licensing problem with AutoCAD or with Microsoft?</description>
      <pubDate>Thu, 29 Aug 2002 14:26:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326464#M71098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-29T14:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Basic Editor Reference Control Error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326465#M71099</link>
      <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;You're almost there.&amp;nbsp; Use regsvr32 to &lt;BR /&gt;
"register" your comdlg32 (or whatever) file and things will be a lot &lt;BR /&gt;
rosier.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;tsampson &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:terry.sampson@meridiangold.com"&amp;gt;terry.sampson@meridiangold.com&lt;/A&gt;&amp;gt; &lt;BR /&gt;
  wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:f109865.-1@WebX.maYIadrTaRb"&amp;gt;news:f109865.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;From &lt;BR /&gt;
  the VBE I am trying to add the Microsoft Common Dialog Control from the &lt;BR /&gt;
  Standard Toolbox but receive the following error message when opening program &lt;BR /&gt;
  "The control could not be created because it is not properly licensed." Is &lt;BR /&gt;
  this a licensing problem with AutoCAD or with &lt;BR /&gt;
Microsoft?&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 30 Aug 2002 01:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326465#M71099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-30T01:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Basic Editor Reference Control Error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326466#M71100</link>
      <description>Windows comes with the runtime version of the Common Dialog Control. You&lt;BR /&gt;
need a developer version. You can get it with any of their standalone&lt;BR /&gt;
development languages.&lt;BR /&gt;
&lt;BR /&gt;
Here's a link to a replacement that uses the API and requires no license:&lt;BR /&gt;
&lt;BR /&gt;
http://code.acadx.com/downloads/004.htm&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
There are 10 kinds of people:&lt;BR /&gt;
Those who understand binary and those who don't&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
http://vbxtender.sourceforge.net</description>
      <pubDate>Fri, 30 Aug 2002 06:34:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326466#M71100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-30T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Basic Editor Reference Control Error</title>
      <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326467#M71101</link>
      <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;MS does not license the common dialog control for &lt;BR /&gt;
use in vbA. I don't know if there is a 'workaround' for getting the actual &lt;BR /&gt;
control to work, however there are tons of&amp;nbsp;API&amp;nbsp;based modules (common &lt;BR /&gt;
dialog replacements) out there. It should not be too hard for you to find and &lt;BR /&gt;
use one of them.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp; Jacob Dinardi&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"tsampson" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:terry.sampson@meridiangold.com"&amp;gt;terry.sampson@meridiangold.com&lt;/A&gt;&amp;gt; &lt;BR /&gt;
  wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:f109865.-1@WebX.maYIadrTaRb"&amp;gt;news:f109865.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;From &lt;BR /&gt;
  the VBE I am trying to add the Microsoft Common Dialog Control from the &lt;BR /&gt;
  Standard Toolbox but receive the following error message when opening program &lt;BR /&gt;
  "The control could not be created because it is not properly licensed." Is &lt;BR /&gt;
  this a licensing problem with AutoCAD or with &lt;BR /&gt;
Microsoft?&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 30 Aug 2002 06:39:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326467#M71101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-30T06:39:21Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326468#M71102</link>
      <description>Thanks for the fix. Did as suggested used regsvr.exe from dos prompt and ran on comdlg32.ocx, received message successfully registered. Unfortunately received same error message when trying to add control dialog box to VBE userform. Still not rosy here.</description>
      <pubDate>Fri, 30 Aug 2002 10:28:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326468#M71102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-30T10:28:57Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326469#M71103</link>
      <description>I believe that you must have VB in order to have a design-time development version of the control. Even then, you don't have a license to use that control in a VBA host environment.&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
--</description>
      <pubDate>Fri, 30 Aug 2002 11:23:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/visual-basic-editor-reference-control-error/m-p/326469#M71103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-08-30T11:23:59Z</dc:date>
    </item>
  </channel>
</rss>

