Search:

Type: Posts; User: an expert beginer

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    5,843

    Re: Winsock Data Arrival Event

    Oops, you're right. It should be:

    If Instr(1, textOut.text, vbNewLine & ")") then

    Yap, vbnewline followed by ")" indicates that there is more data in the next page, and if there is no more...
  2. Replies
    3
    Views
    5,843

    Winsock Data Arrival Event

    Hello everybody,

    I have an application using mswinsock control that connect to telnet port, and I'm making a function to print the output from host, to text file.
    When the response from host is...
  3. Re: no response after try to connect to remote host

    Hi Doogle, it works very well :) thanks for your big help, but there is some mistake in your module generator script, in this line:

    Print #intFileOut, " Translate = Translate &...
  4. Re: no response after try to connect to remote host

    Thanks Doogle :) it works now, however I got the data in EBCDIC format and I'm looking for how to translate it to ASCII format.
    But thanks for your correction.
  5. no response after try to connect to remote host

    Hello,

    I'm a beginner who wanna try to make a simple telnet client app, that connected to TPF mainframe using port 23.
    I have coded the app as below:



    Private Const resdip =...
Results 1 to 5 of 6



Click Here to Expand Forum to Full Width