<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=Microsoft_Common_Dialog_Control</id>
	<title>Microsoft Common Dialog Control - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=Microsoft_Common_Dialog_Control"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=Microsoft_Common_Dialog_Control&amp;action=history"/>
	<updated>2026-07-08T20:19:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=Microsoft_Common_Dialog_Control&amp;diff=9587&amp;oldid=prev</id>
		<title>Woozle: New page: ==Overview== The Microsoft Common Dialog Control, shown as MSComDlg in an ActiveX browser, provides an API for many of the standard dialog boxes used in [[Microsoft Win...</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=Microsoft_Common_Dialog_Control&amp;diff=9587&amp;oldid=prev"/>
		<updated>2008-04-18T20:02:58Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Overview== The &lt;a href=&quot;/Microsoft_Common_Dialog_Control&quot; title=&quot;Microsoft Common Dialog Control&quot;&gt;Microsoft Common Dialog Control&lt;/a&gt;, shown as &lt;a href=&quot;/MSComDlg&quot; class=&quot;mw-redirect&quot; title=&quot;MSComDlg&quot;&gt;MSComDlg&lt;/a&gt; in an &lt;a href=&quot;/ActiveX&quot; title=&quot;ActiveX&quot;&gt;ActiveX&lt;/a&gt; browser, provides an &lt;a href=&quot;/API&quot; title=&quot;API&quot;&gt;API&lt;/a&gt; for many of the standard &lt;a href=&quot;/mw/index.php?title=dialog_box&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;dialog box (page does not exist)&quot;&gt;dialog boxes&lt;/a&gt; used in [[Microsoft Win...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Overview==&lt;br /&gt;
The [[Microsoft Common Dialog Control]], shown as [[MSComDlg]] in an [[ActiveX]] browser, provides an [[API]] for many of the standard [[dialog box]]es used in [[Microsoft Windows]].&lt;br /&gt;
&lt;br /&gt;
It is, however, not very well documented, and the ActiveX interface does not display the names of some of the crucial identifiers.&lt;br /&gt;
==Usage==&lt;br /&gt;
When you create a control of this type, the actual properties and methods are accessed via &amp;quot;&amp;lt;u&amp;gt;ControlName&amp;lt;/u&amp;gt;&amp;#039;&amp;#039;&amp;#039;.Object.&amp;#039;&amp;#039;&amp;#039;&amp;lt;u&amp;gt;MemberName&amp;lt;/u&amp;gt;&amp;quot;.&lt;br /&gt;
==Properties==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;.Filter&amp;#039;&amp;#039;&amp;#039;: a delimited text string which specifies the filename filters to apply when displaying the file listing. The format is semicolons.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;.FileName&amp;#039;&amp;#039;&amp;#039;: returns the name(s) of the file(s) selected. If a single file was selected, it returns the [[filespec]]. If multiple files were selected, then it is a demarcated list within a single string; items are separated by a null character (Chr(0)):&lt;br /&gt;
** The first item is the full path to the directory occupied by the selected files&lt;br /&gt;
** Each subsequent item is a filename only, no path&lt;br /&gt;
===Formats===&lt;br /&gt;
====.Filter====&lt;br /&gt;
 &amp;lt;u&amp;gt;description&amp;lt;/u&amp;gt;|&amp;lt;u&amp;gt;mask&amp;lt;/u&amp;gt;{{faint|[}}|&amp;lt;u&amp;gt;description&amp;lt;/u&amp;gt;|&amp;lt;u&amp;gt;mask&amp;lt;/u&amp;gt;{{faint|...]}}&amp;quot;&lt;br /&gt;
* &amp;lt;u&amp;gt;Mask&amp;lt;/u&amp;gt; can be either a single wildcarded filemask (as used in DOS directory listings) or a list of masks separated by semicolons.&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;lt;vb&amp;gt;&lt;br /&gt;
Me.axCmnDlg.Object.Filter = &amp;quot;All Files (*.*)|*.*|Web Image Files (png/jpg/gif)|*.png;*.jpg;*.jpeg;*.gif&amp;quot;&lt;br /&gt;
&amp;lt;/vb&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>