Gang:

If that doesn't convince you, maybe this will...

code:

break on


$cd = olecreateobject("MSComDlg.CommonDialog")


$rs = oleputproperty ( $cd, "Filter", "s", "All Files(*.*)|*.*" )
$rs = oleputproperty ( $cd, "FilterIndex", "s", "3")
$rs = oleputproperty ( $cd, "MaxFileSize", "s", "128")


$rs = olecallfunc ( $cd, "ShowOpen" )


exit



Shawn.

[This message has been edited by Shawn (edited 26 May 2000).]