Advertisement
2_2002-2004 Coding Standards #113452

Using Net Send

This is a one line tutorial on how to use Net Send to send messages over a network.

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
'You need 2 text boxes(Text1, username or IP of the victim(receiver))(Text2, message to send) and a command button(command1)
'In command1 put: 
shell "net send " & text1.text & " " & text2.text
'Simple wasn't it. :)
Původní komentáře (3)
Obnoveno z Wayback Machine