|
-
Jun 11th, 2005, 10:08 PM
#1
Thread Starter
Fanatic Member
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?
-
Jun 11th, 2005, 10:13 PM
#2
Banned
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 = ""
-
Jun 11th, 2005, 10:21 PM
#3
Thread Starter
Fanatic Member
Re: clear screen via winsock
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|