|
-
Feb 15th, 2002, 11:05 PM
#1
IP commands
I've just connected to my puter (127.0.0.1) using a small
windsock app (not sure what I'm going to do with it yet).
All I need now are some 'commands' that I can use.
Does anyone have a reference to a command listing, URL etc.
Cheers,
________
How to roll a joint
Last edited by Bruce Fox; Aug 14th, 2011 at 04:28 AM.
-
Feb 15th, 2002, 11:26 PM
#2
Stuck in the 80s
What exactly do you mean by "commands?"
With winsock, you define your own commands. Like, on the server you do "Winsock.SendData("msg:dude!")"
On your cleint you can:
VB Code:
Private Sub Winsock_DataArrival(Something)
Dim strData as String, strParts() as Strings
Winsock.GetData strData
strParts() = Split(strData, ":")
If strParts(0) = "msg" Then
MsgBox strParts(1)
End If
End Sub
Something like that.
-
Feb 15th, 2002, 11:39 PM
#3
I guess I'm just trying to learn and experiment.
I have connected to myself, and I'm not to sure what to do
next. 
I have a textbox that will issue (send) instructions, and its the
instructions I'm after now.
ie MSG, USER??
________
Iolite vaporizer review
Last edited by Bruce Fox; Aug 14th, 2011 at 04:29 AM.
-
Feb 16th, 2002, 02:17 AM
#4
I am in the process of making a messenger that uses commands instead of command button and things like that.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
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
|