Mac said:
I don't want to decompile anything. I don't want to cange arguments and
I don't want to recompile anything. And I certainly do nat want to make
any compilcated changes to any applications. I just want to downloaded
and save a file to my hard drive that has the file name "vacation.mpg".
As it stands right now when I try to do that, the file gets saved to
the hard drive as "vacation.mpg.mpeg". Yea, can this be done?
The DEFAULT and even the available file extensions listed in the "Save
As..." common dialog are typically coded into the application when it is
developed and passed to the common dialog library when you initiate the
"Save AS" process. For most application the decompile-change arguments-
recompile process listed above would be the only way to change the
extensions and file types that are listed in the drop downs. The effort,
including learning HOW to do it, would probably excede the effort of
manually entering in the extension you want a couple of thousand times.
The change you want are the computer equivalent to someone who wants to
change their hair color without having to deal with hair dye or bleach
every few weeks. You would need to travel back in time to the womb and
make the changes when they could still be duplicated in all the hair
follicles.
We STILL don't even know what application you are using.
Sure, it POSSIBLE for an application developer to design their project
to retrieve the extension and file type information from registry keys
or some separate file that can be changed with a text editor. That would
have incurred some extra development costs and a deviation from the code
examples in many of the instructional/training texts from Microsoft and
other publishers.