Search results for query: *

  • Users: MacTommy
  • Content: Threads
  • Order by date
  1. M

    Winsock "RAW" socket...

    Hi! I'am looking for information about if there is any posiblity to send RAW-data on my network using VB.NET or VB6. I need a conectionless-raw-data-sender to fake an IPX-network-protocol. If I use Winsock UDP there's to much data sent on the network so my IPX-stuff dosen't see my package to...
  2. M

    "WINSOCK" for pocket PC (iPAQ)

    Hi! I have build a remote for Win98 and XP in VB6 to send ASCII-text via TCP/IP, and I got a server-program to take care of all the remote-function. I used this VB6-code... tcpClient.Connect "192.168.0.100", 1002 If tcpClient.State = 7 Then tcpClient.SendData ":1#0240020a03#" End If...
Back
Top