I am trying to create a COM Port with MS Visuc Studio2005,
Dim com As Object
com = CreateObject("M SCommLib.MSComm ")
why there shows the error "Cannot create ActiveX component"? Thanks for your help :)
Dim com As Object
com = CreateObject("M SCommLib.MSComm ")
why there shows the error "Cannot create ActiveX component"? Thanks for your help :)