Jump to content

Making a total new file (.ee)


Recommended Posts

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???

Link to comment
Share on other sites

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'

:)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...