Skip to content

Planet-Source-Code/donny-urquhart-using-net-send__1-48320

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Using Net Send

Description

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

More Info

Submitted On
By Donny urquhart
Level Beginner
User Rating 3.7 (33 globes from 9 users)
Compatibility VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
Category Coding Standards
World Visual Basic
Archive File

Source Code

'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. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published