?
Shade Of Mine schrieb:
Word, wie alle Office Sachen, lassen sich super per COM steuern.
Aha...da ich jetzt nicht so sachkundig bin hab ich mal recherchiert.
http://www.microsoft.com/com/default.mspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/componentobjectmodelanchor.asp
Component Object Model
The Microsoft Component Object Model (COM) is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft's OLE (compound documents), ActiveX (Internet-enabled components), as well as others.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/componentobjectmodelanchor.asp
COM (Component Object Model)
Purpose
COM is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft's OLE (compound documents) and ActiveX (Internet-enabled components) technologies, as well as others.
Where Applicable
COM objects can be created with a variety of programming languages. Object-oriented languages, such as C++, provide programming mechanisms that simplify the implementation of COM objects. These objects can be within a single process, in other processes, even on remote machines.
Developer Audience
COM is designed primarily for C++ and Microsoft Visual Basic developers.
Run-time Requirements
Runs on a wide variety of operating systems.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/componentobjectmodelanchor.asp
Ok..ich könnte ich das Programm also mit VB oder C++ programmieren.
Was würdet ihr empfehlen VB oder C++?
Wie ist die schnittstelle ActiveX in diesem Zusammenhang zu verstehen?
Kann ich damit auf COM objekte zugreifen und dann die Office Dokumente nach wunsch ändern?
Gruss
Djordji