<?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: Folders in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102904#M51533</link>
    <description>Ok, thanks Joe.
Ken

"Joe Sutphin" &lt;JOESU&gt; wrote in message
news:4118ec35_2@newsprd01...
&amp;gt; No, most people use the Windows API.
&amp;gt;
&amp;gt; Joe
&amp;gt; --
&amp;gt;
&amp;gt; "Ken Hutson" &lt;KEN.HUTSON&gt; wrote in message
&amp;gt; news:4118daa2_2@newsprd01...
&amp;gt; &amp;gt; Hi Group,
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; VB has an intrinsic control called DirListBox.  Is there a similar
control
&amp;gt; &amp;gt; available to programmers using VBA?
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Thanks,
&amp;gt; &amp;gt; Ken Hutson
&amp;gt; &amp;gt; San Antonio, TX
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/KEN.HUTSON&gt;&lt;/JOESU&gt;</description>
    <pubDate>Tue, 10 Aug 2004 16:31:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-08-10T16:31:42Z</dc:date>
    <item>
      <title>Folders</title>
      <link>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102902#M51531</link>
      <description>Hi Group,

VB has an intrinsic control called DirListBox.  Is there a similar control
available to programmers using VBA?

Thanks,
Ken Hutson
San Antonio, TX</description>
      <pubDate>Tue, 10 Aug 2004 14:26:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102902#M51531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-08-10T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102903#M51532</link>
      <description>No, most people use the Windows API.

Joe
--

"Ken Hutson" &lt;KEN.HUTSON&gt; wrote in message
news:4118daa2_2@newsprd01...
&amp;gt; Hi Group,
&amp;gt;
&amp;gt; VB has an intrinsic control called DirListBox.  Is there a similar control
&amp;gt; available to programmers using VBA?
&amp;gt;
&amp;gt; Thanks,
&amp;gt; Ken Hutson
&amp;gt; San Antonio, TX
&amp;gt;
&amp;gt;&lt;/KEN.HUTSON&gt;</description>
      <pubDate>Tue, 10 Aug 2004 15:39:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102903#M51532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-08-10T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102904#M51533</link>
      <description>Ok, thanks Joe.
Ken

"Joe Sutphin" &lt;JOESU&gt; wrote in message
news:4118ec35_2@newsprd01...
&amp;gt; No, most people use the Windows API.
&amp;gt;
&amp;gt; Joe
&amp;gt; --
&amp;gt;
&amp;gt; "Ken Hutson" &lt;KEN.HUTSON&gt; wrote in message
&amp;gt; news:4118daa2_2@newsprd01...
&amp;gt; &amp;gt; Hi Group,
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; VB has an intrinsic control called DirListBox.  Is there a similar
control
&amp;gt; &amp;gt; available to programmers using VBA?
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Thanks,
&amp;gt; &amp;gt; Ken Hutson
&amp;gt; &amp;gt; San Antonio, TX
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/KEN.HUTSON&gt;&lt;/JOESU&gt;</description>
      <pubDate>Tue, 10 Aug 2004 16:31:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102904#M51533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-08-10T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102905#M51534</link>
      <description>Although you can not use VB intrinsic controls in VBA  you can create your own controls in VB using the intrinsic controls.&lt;BR /&gt;
This is from a document titled 'Building ActiveX Controls' which is part of the VB5 Control Creation Edition documentation.&lt;BR /&gt;
&lt;BR /&gt;
-----Begin Excerpt-----&lt;BR /&gt;
Controls You Can Use As Constituent Controls&lt;BR /&gt;
You can place any of the controls supplied with Visual Basic on a UserControl, with the exception of the OLE container control.&lt;BR /&gt;
Any ActiveX control you’ve purchased, or any control written to the older OLE specification, can be placed on a UserControl.&lt;BR /&gt;
As long as you’re authoring a control for your own use, that’s all you need to know. However, if you’re going to distribute your control to others, even if you’re giving it away, you need to consider distribution and licensing issues.&lt;BR /&gt;
Note   Toolbox objects other than controls, such as insertable objects — for example, Microsoft Excel Charts — cannot be placed on UserControl objects.&lt;BR /&gt;
 &lt;BR /&gt;
The Easy Part — UserControl and Intrinsics&lt;BR /&gt;
The UserControl object and the Visual Basic intrinsic controls are created by the Visual Basic run-time DLL. Anyone who installs your .ocx file will automatically get a copy of the run-time DLL and support files, so if you author your controls using just the UserControl and intrinsic controls, you have no further licensing or distribution issues to worry about.&lt;BR /&gt;
The intrinsic controls include: PictureBox, Label, TextBox, Frame, CommandButton, CheckBox, OptionButton, ComboBox, ListBox, HScrollBar, VScrollBar, Timer, DriveListBox, DirListBox, FileListBox, Shape, Line, Image, and Data.&lt;BR /&gt;
ActiveX controls included with the Professional Edition of Visual Basic are subject to licensing rules, as explained below.&lt;BR /&gt;
-----End Excerpt-----&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Tue, 10 Aug 2004 23:46:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/folders/m-p/1102905#M51534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-08-10T23:46:24Z</dc:date>
    </item>
  </channel>
</rss>

