File Types Help!

BlitzPlus Forums/BlitzPlus Programming/File Types Help!

Mr Brine(Posted 2003) [#1]
Hi All

In some utility's you get an option to force a file type to load with that utility. ie Windows media player->options->file types. Bascily I was wondering if anybody knows how to do this (code it)

Ta

Mr Brine


cbmeeks(Posted 2003) [#2]
It's a registry entry that defines what programs open which files. I don't have the code but do a google on registry programming. You may have to use a DLL because I don't think Blitz has registry support.

cb