View Single Post
  #1 (permalink)  
Old 11-14-2007, 09:33 PM
Softselect Softselect is offline
Junior Member
 
Join Date: Jun 2007
Location: South Africa
Posts: 21
Awards Showcase
Beta Tester 
Total Awards: 1
Default Text editor for INI files

Hi Erel,
how can i get your TextEditor.sbp to open ini files only, EG File, load, *.ini
I need to put in some sort of a filter that will only allow the user to open INI files.
OpenDialog1.Filter="*.ini* doesnt seem to work or I am putting it in the wrong place

Thanks
Friedrich

edit inserting OpenDialog1.Filter=(*.ini) just before "If OpenDialog1.Show <> cCancel Then" gives an "error opening file"

Last edited by Softselect : 11-14-2007 at 09:39 PM. Reason: not enough info
Reply With Quote