VB.NET - 註冊 ActiveX 元件

Try
Dim obj As Object = CreateObject(ProgID)
Catch ex As Exception
Process.Start("regsvr32.exe", "/s " & OCXFile)
Threading.Thread.Sleep(200)
End Try


ProgID: ActiveX 元件的代碼
OCXFile: ActiveX 的檔案名

留言

熱門文章