OVH Cloud OVH Cloud

Commentaire d'un fichier

1 réponse
Avatar
jcl
comment peut-on accéder au commentaire d'un fichier.

Merci d'avance

1 réponse

Avatar
Jacques93
Bonjour jcl,
jcl a écrit :
comment peut-on accéder au commentaire d'un fichier.

Merci d'avance





Si j'ai bien compris la question, sur le site :

http://www.mvps.org/emorcillo/en/code/vb6/index.shtml

tu peux télécharger "Reading Document Properties" :

http://www.mvps.org/emorcillo/download/vb6/readdocumentproperties.zip

Ce projet nécessite "OLELIB.TLB - OLE interfaces & functions "

http://www.mvps.org/emorcillo/download/vb6/tl_ole.zip

This type library is used in many of the samples of this site and
contains a lot of interface declarations that are not exposed to VB by
Windows. The .zip archive also includes the library "OLELIB2.TLB"
which has some of the interfaces that are included in "OLELIB.TLB" but
declared to be used with the Implements keyword. Some samples are also
included. After you unzip the file copy the both type libraries to the
WindowsSystem32 folder and register them with regtlib.exe.

Il suffit de dézipper olelib.tlb et de l'enregistrer avec regtlib.exe.
Les autres fichiers du .zip ne sont pas indispensables.

Cela donne :

http://cjoint.com/?eblT4cyaJS

--
Cordialement,

Jacques.