|
-
Mar 26th, 2003, 10:40 PM
#1
Thread Starter
Hyperactive Member
Sending a message to an IP address
Hi...
I want to send a msgBOX to an IP address... is there a way to do that?
thanks in advance
[vbcode]Dim Daskalos As NewBie
If My.english = Wrong Then
Forgive My.Poor.English
End If[/vbcode]
Ða§kalø§
ICQ#: 36146307
Current ICQ status: 
More ways to contact me
-
Mar 26th, 2003, 10:43 PM
#2
Thread Starter
Hyperactive Member
I forgot to say... I don't want the "remote computer" to run any server kind program
thanks again
[vbcode]Dim Daskalos As NewBie
If My.english = Wrong Then
Forgive My.Poor.English
End If[/vbcode]
Ða§kalø§
ICQ#: 36146307
Current ICQ status: 
More ways to contact me
-
Mar 27th, 2003, 06:38 AM
#3
Frenzied Member
The receiving computer MUST run a program. The computer is just a bit of hardware and wires, until it is running a program. Once the Operating System (a program) is running, it is still doing nothing. The Operating System needs to launch an application (a program) for it to do anything.
When "a message" arrives on a network line, it has to be received by a port. Depending on which port receives it, will depend on which program processes it. (e.g. Port 25 is used to receive e-mail messages, port 20 and 21 is used for File Transfer).
So, your computer "sends" "a message" to a remote computer. The remote computer must run a particular program to receive it. IF you are lucky, you might find that the receiver has a default program available already as a part o the Operating System. To check this out, try the NET SEND command from DOS.
If the receiving computer does not have a program available, then it wont do anything.
-
Mar 27th, 2003, 10:42 PM
#4
Thread Starter
Hyperactive Member
OK...
but if there is a port oppened, how can I make the remote computer to accept a msgBox??
thanks a lot
[vbcode]Dim Daskalos As NewBie
If My.english = Wrong Then
Forgive My.Poor.English
End If[/vbcode]
Ða§kalø§
ICQ#: 36146307
Current ICQ status: 
More ways to contact me
-
Mar 28th, 2003, 02:46 AM
#5
Hyperactive Member
He might mean the netsend command... Have a look at this.
http://www.vbforums.com/showthread.p...hreadid=237066
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
|