Results 1 to 25 of 25

Thread: clear screen via winsock [Resolved]

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: clear screen via winsock

    A telnet server.

    Right now all I have is vbCrLf sent so many times to clear the screen, does anyone know of a better way?

  2. #2
    Banned ThaRubby's Avatar
    Join Date
    Apr 2005
    Location
    127.0.0.1
    Posts
    356

    Re: clear screen via winsock

    You would make a trigger for it on the server side.
    Yes you would need like If cls Then Text1.text = ""

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: clear screen via winsock

    Quote Originally Posted by ThaRubby
    Yes you would need like If cls Then Text1.text = ""
    O.o? Please note the visual. There is no textboxes. Just a command prompt. .

    Ok heres to clear up any confusion:
    client (command prompt):
    clear{enter}

    server:
    winsock1.senddata vbClearScreen

    client(command prompt):
    {The whole screen is cleared like in my second pic post}.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width