MSComm .net Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tico Tech

    #1

    MSComm .net Question

    Hi:
    I have a question about the Microsoft Communications Control Version 6.0
    from visual studio .net.
    I have this code:

    Dim Buffer As String
    Do
    Buffer = AxMSComm1.Input () //Error, it does not recognize this
    statement
    Loop Until Len(Buffer) > 0
    AxMSComm1.PortO pen = False

    Could someone tell me why I get this error or where I can find information
    on using this ActiveX control. I went to the MSDN website but could not find
    any information about this control. The MSDN site only referred me to MSComm
    from visual basic 6.0.

    Thanks.


Working...