ludocus Posted May 28, 2008 Posted May 28, 2008 How do I make a new file extension.. For instance, I am building a new text editor: Easy Editor. I wan't the program to be able to make sort of documents .ee and if you open example.ee it runs Easy Editor.exe with the text from example.ee and the title.. like my program title will say: example.ee - Easy Editor is there a way to do this???
ludocus Posted May 28, 2008 Author Posted May 28, 2008 Please? I really need help.. If you don't understand what I mean then tell me..
monoceres Posted May 28, 2008 Posted May 28, 2008 File associations are saved in the registry. So all you have to do is use RegWrite to set it up.Please see this for info where to write Broken link? PM me and I'll send you the file!
Kip Posted May 29, 2008 Posted May 29, 2008 what doesn't work? MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
ludocus Posted May 29, 2008 Author Posted May 29, 2008 well the site tolld me to make some new keys: HKEY_CLASSES_ROOT\.ee contains: 'easy_editor_file' HKEY_CLASSES_ROOT\easy_editor_file\shell\Open\command containts: 'somedir\program.exe' But it doesn't work... I also found out how to change the icon: HKEY_CLASSES_ROOT\easy_editor_file\DefaultIcon contains: 'iconpath\icon.ico'
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now