1
我想從ASP調用COM組件的某些功能。我想知道VB腳本和COM
How can I create a COM object?.
How can I use VARIANTS to pass to the COM object?
Can I pass reference parameters from ASP to COM object?
What are the limitations of passing reference objects to COM?
我在哪裏可以得到關於此的更多信息?
是否有可能得到一個COM對象的另一種方式?我試圖連接到我已經在其他地方實例化的應用程序。 – tarrasch 2015-08-31 17:26:46
@tarrasch如果自動化服務器正確實現,那麼使用createobject將新客戶端連接到該客戶端應該沒有任何問題。 – yms 2015-08-31 17:33:00