capture Event in ActiveX component
COM
1
Posts
1
Posters
2
Views
1
Watching
-
I'm testing Viscomsoft powerpoint viewer ActiveX in demo version. Using example code I loaded a ptt, but when press next slide in the last slide, powerpoint show a save dialog. What could i do to remove that dialog? Im trying to make a "safe" viewer for Powerpoint/Excel files, in which the final users can see the files but they cannot save its. I made an encryption software for mask the ptt and excel files and the other issue its, If the ptt has a link to an excel file, the activeX open Excel and I want to catch the press link to open the excel file inside my program. Is there any way to catch the link click event?