This code will allow me to select any file. That's not what I want or
meant. I only want to allow .mp3 files to be selected.
Dim myType As FileType
myType = New FileType
myType.Name= "audio"
myType.Extensions = ".mp3"
Dim dlg As New OpenDialog
dlg.Filter = myType
Dim f As FolderItem
f = dlg.ShowModalWithin(self)
Bill Johnson
:::::::: [EMAIL PROTECTED] :::::::
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>