Jump to content

Recommended Posts

Posted

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

Posted

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!

Posted

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'

:)

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
  • Recently Browsing   0 members

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