Re: Registering File Types
Not a ready-to-go answer, but I'm sure you can work it out... :-)
Check out the registry, HKEY_CLASSES_ROOT, and take a file that is registered as example. bmp is easy (I used .frm when I needed it). See what the values say, first you find the .extension key, if you open it, you see a description... A little lower there's a key with that description, and see what the values are, and check in your windooz explorer what it says with the selected filetype... it's harder to explain then to see it for yourself... it's really so easy.
To modify it, go to the main codeguru/vb section, and I think in ActiveX you can download a regstry class for easy registry access....
Once you fixed it all, you need to read out Command$ in your program, which contains the commandline (the file), open that and do with it what you want....
hth
Crazy D :-)
"One ring rules them all"
Re: Registering File Types