ASP PowerPoint.Application เป็น DCOM ที่เข้ามาจัดการในส่วนของ PowerPoint เป็นงานฟรีเซ็นเตชั่นของโปรแกรม Microsoft PowerPoint สำหรับในภาษา ASP แล้วจะเป็นในรูปแบบการ Convert หรือจัดการเอกสารที่มีอยู่แล้วซะมากกว่าครับ ในส่วนของการสร้างหรือแก้ไขเอกสารค่อนข้างจะทำได้ยากกว่า เพราะรูปแบบคำสั่งผมได้ลองหาข้อมูลดูแล้วมีน้อยมากครับ
Syntax
Server.CreateObject("PowerPoint.Application")
AspConnectPowerPoint.asp
<% Option Explicit %>
<html>
<head>
<title>ThaiCreate.Com ASP PowerPoint.Application Tutorial</title>
</head>
<body>
<%
Dim pptApp
Set pptApp = Server.CreateObject("PowerPoint.Application")
If IsObject(pptApp) Then
Response.write("Connect to PowerPoint.Application")
Else
Response.write("Can Not Connect to PowerPoint.Application")
End IF
%>
</body>
</html>
Error Message
Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
/myasp/AspConnectPowerPoint.asp, line 9
หรือบน Windows Server
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/myasp/AspConnectPowerPoint.asp, line 9