can i make a program to send messages over a LAN just like winpopup. winpopup is okay but i need to make a few adjustments thanks
Printable View
can i make a program to send messages over a LAN just like winpopup. winpopup is okay but i need to make a few adjustments thanks
just use winsock like
code for send
recived codeCode:winsock1.data("Msgbox" & " whatever to say")
[code]
dim i
i = winsock1.getdata
dim b
i = mid(i,6,100)
msgbox(i)
i think it well work i dont now
just use winsock like
code for send
recived codeCode:winsock1.data("Msgbox" & " whatever to say")
i think it well work i dont nowCode:dim i
i = winsock1.getdata
dim b
i = mid(i,6,100)
msgbox(i)