Click here to Skip to main content
15,906,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to open PageMaker only with OpenFileDialog.
eg.If i want to open mp3file
OpenDialog1.Filter = MP3 Files(*.mp3)|*.mp3|All Files (*.*)|*.*"
So how is the filter for PageMaker
Posted

1 solution

Try this.
VB
OpenDialog1.Filter = "Page Maker Files|*.ad65;*.add;*.alf6;*.apd;*.lck;*.p65;*.pal;*.pdx;*.pm;*.pmt;*.pmx;*.ptx;*.tbl"
 
Share this answer
 
v2
Comments
Prerak Patel 2-Sep-11 6:49am    
You just missed to quote the filter. ;)
Toniyo Jackson 2-Sep-11 6:50am    
Thanks PP :)
July moe 3-Sep-11 5:39am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900