PDA

Click to See Complete Forum and Search --> : networking


vb5prog
Jan 21st, 2000, 02:25 AM
can i make a program to send messages to a specific ip address over a tcp/ip network protocol over a lan

*Vince
Jan 21st, 2000, 03:36 AM
Hi,

I would say you can using one of these 2 solutions :

1) Winsockets componants

2) Socket API functions. (bind, connect send receive...)