Hi. I've made a simple text editor program, but I don't want
it to use .txt files. I've set it to use .txe files, but obviously
Windows marks them as unknown files. Firstly what I want to be able
to do is have my text editor write into the user's registry the
association of .txe files to my program. Secondly, if the file
association works I'll need to make it so the file the user opens
by double-clicking is read and put in the text field automatically.
I'm pretty much lost on both these points, so any help is
appreciated. Thanks.