Fabrice B
May 13th, 1999, 08:50 AM
How Can y Get the Version off XLS and MDB files througt C++ Borland or Microsoft devStudio ???
Thanks per advance for your Help..
Fabrice
Thanks per advance for your Help..
Fabrice
|
Click to See Complete Forum and Search --> : Excel Version Files Fabrice B May 13th, 1999, 08:50 AM How Can y Get the Version off XLS and MDB files througt C++ Borland or Microsoft devStudio ??? Thanks per advance for your Help.. Fabrice May 14th, 1999, 10:24 AM A some-what ugly approach. A typical way to mark files as to their type (and version) is to have information in the beginning of the file. Usually, this information in the first 10-20 or so bytes. With some work (and a binary editor/viewer), you might be able to figure out the patterns that identify the type of file you are interested in as well as the version. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |