How to create OLE object for MS Office
-
Hello, is there any c++ tutorial or (simple) open source sample how to write an OLE object that can be embedded into MS Office applications such as powerpoint? Just like, for example, an Origin Graph or a corel draw image which are directly embedded into a powerpoint presentation. When I search for OLE, I most often only find how to automate Office... Alex
-
Hello, is there any c++ tutorial or (simple) open source sample how to write an OLE object that can be embedded into MS Office applications such as powerpoint? Just like, for example, an Origin Graph or a corel draw image which are directly embedded into a powerpoint presentation. When I search for OLE, I most often only find how to automate Office... Alex
-
If you are using
Visual Studio
, then the simplest path is the MFC ActiveX Control Wizard[^].Veni, vidi, vici.
-
If you are using
Visual Studio
, then the simplest path is the MFC ActiveX Control Wizard[^].Veni, vidi, vici.
-
I can insert my ActiveX object into Powerpoint and save/restore the data. Now, I would like to automatically create a new object from a certain file type - ideally by drag and drop into Powerpoint. How can I achieve this? Thank you in advance. Alex
-
I can insert my ActiveX object into Powerpoint and save/restore the data. Now, I would like to automatically create a new object from a certain file type - ideally by drag and drop into Powerpoint. How can I achieve this? Thank you in advance. Alex