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"
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: