|
The C language, the C++ language, Object Pascal, the
VCL, and the Win32 library, all provide different ways to open a file. In a
typical computer, most file types are registered with known applications so
the user can appropriately open a file. Some times the user may be in the
presence of a file that no application is automatically configured to open.
In some cases, the user can use the Open With dialog box to select an
application to open the file.
|