ceej:code:
break on$dialog = createobject("MSComDlg.CommonDialog")
if $dialog
$dialog.filter = "All Files(*.*)|*.*"
$dialog.filterindex = 3
$dialog.maxfilesize = 128
$dialog.showopen()
endif
?"pause..." gets $k
exit
and check to make sure you've got
HKCR\MSComDlg.CommonDialog
in your registry, not everyone has it!
Shawn.
[This message has been edited by Shawn (edited 05 April 2001).]