T
Terry Diederich
I have a client with a VB6 application that uses the OLE Control
to display PowerPoint slides. The PowerPoint slides are saved
in a column in the database (Oracle). The problem is that the
OLE Control seems to be putting a wrapper around the PowerPoint
file so what is actually saved to the database is not just a
PowerPoint file, but a PowerPoint file and the OLE wrappers.
I am going to convert this application to .NET. I know I could
probably continue to use the VB6 OLE Control within my .NET
application but I don't want to do this. I would really like to
find some way to extract the PowerPoint data from the OLE
Control and save just the PowerPoint to the database. Has
anyone done anything like this?
Thanks in advance
to display PowerPoint slides. The PowerPoint slides are saved
in a column in the database (Oracle). The problem is that the
OLE Control seems to be putting a wrapper around the PowerPoint
file so what is actually saved to the database is not just a
PowerPoint file, but a PowerPoint file and the OLE wrappers.
I am going to convert this application to .NET. I know I could
probably continue to use the VB6 OLE Control within my .NET
application but I don't want to do this. I would really like to
find some way to extract the PowerPoint data from the OLE
Control and save just the PowerPoint to the database. Has
anyone done anything like this?
Thanks in advance