Click here to Skip to main content
15,879,095 members
Articles / Programming Languages / C#
Article

dotNETSender - Windows Messenger like GUI for net send command

Rate me:
Please Sign up or sign in to vote.
3.61/5 (19 votes)
7 May 20021 min read 287.4K   7K   92   57
Windows Messenger like GUI for net send command

Sample Image - MainDlg.jpg

Introduction

dotNETSender is a simple application which provides a neat GUI for the windows “net send” command. It looks like MSN Messenger; you can add/delete/edit contacts in the contact list. If the contact’s computer is turned off, the corresponding node will show an offline icon. When minimized, the application runs in the system tray.

Description

This is a good piece of code for beginners to get an idea about threading in C#, delegates and events, registry operations, file operations and invoking another process from within the program.

Sample Image

The elements in the tree are mapped to objects in the contact list. The

Contact
class encapsulates the functionality and properties of a contact. The ContactList class holds a collection of Contact objects as a array property. The functions in the NetSender class are used to send messages and also to check whether a contact’s machine is turned off or not.

When the Refresh function in ContactList class runs, it fires an event, the form class is subscribed to this event and when it receives the event, the tree view gets refreshed.

After being minimised to the tray, the hidden application window can be restored by double-clicking the system tray icon.

How to Build the Application

  1. Extract all files in dotNETSender.zip to a folder.
  2. Open dotNETSender.sln file in the Visual Studio .NET editor.
  3. Build the application.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Siemens
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralMy vote of 1 Pin
Michael Janulaitis18-May-10 4:59
Michael Janulaitis18-May-10 4:59 
RantDoes not work on Server 2008 Pin
Michael Janulaitis18-May-10 4:59
Michael Janulaitis18-May-10 4:59 
QuestionWhat is "System Name" that should be entered ? Pin
adamnguyen19-Nov-08 8:49
adamnguyen19-Nov-08 8:49 
AnswerRe: Rebuild Error. Pin
Sunil TG26-Oct-08 4:28
Sunil TG26-Oct-08 4:28 
GeneralPing Code Pin
thebeekeeper15-Dec-06 4:59
thebeekeeper15-Dec-06 4:59 
GeneralCannot run Project Pin
awsedrftgy31-Jul-05 0:21
awsedrftgy31-Jul-05 0:21 
GeneralSystem Name Pin
folkienux3-Feb-05 0:46
folkienux3-Feb-05 0:46 
GeneralCannot send message! Pin
Krishna Rathod18-Oct-04 23:58
Krishna Rathod18-Oct-04 23:58 
GeneralRegistry Key Permission Pin
benoit_laflamme4-Oct-04 19:53
benoit_laflamme4-Oct-04 19:53 
GeneralRe: Registry Key Permission Pin
folkienux3-Feb-05 0:49
folkienux3-Feb-05 0:49 
GeneraldotNETSender is really good! Pin
lmmmm17-Sep-04 7:41
lmmmm17-Sep-04 7:41 
Generaldoes this application need .NET framework to be installed Pin
lava_kushal6-Sep-04 19:51
lava_kushal6-Sep-04 19:51 
GeneralRe: does this application need .NET framework to be installed Pin
Sunil TG16-Sep-04 22:56
Sunil TG16-Sep-04 22:56 
GeneralHelp wanted in building a GUI .Net Remoting Pin
nutkase29-Mar-04 21:35
nutkase29-Mar-04 21:35 
QuestionCustom groups? Pin
shiner24726-Jan-04 13:56
shiner24726-Jan-04 13:56 
AnswerRe: Custom groups? Pin
Sunil TG16-Sep-04 22:59
Sunil TG16-Sep-04 22:59 
QuestionVS 6.0 or C++? Pin
AntonDel9-Aug-03 7:36
AntonDel9-Aug-03 7:36 
AnswerRe: VS 6.0 or C++? Pin
Sunil TG10-Aug-03 6:33
Sunil TG10-Aug-03 6:33 
GeneralThank You Pin
DesScorp4-Aug-03 14:05
DesScorp4-Aug-03 14:05 
GeneralNet Sender Pin
Anonymous4-Aug-03 6:21
Anonymous4-Aug-03 6:21 
GeneralNo Download of Code Pin
ARL21-Jul-03 18:18
ARL21-Jul-03 18:18 
GeneralRe: No Download of Code Pin
Sunil TG24-Jul-03 6:25
Sunil TG24-Jul-03 6:25 
GeneralStill Icon Error Pin
pochacco20-Jun-03 19:22
pochacco20-Jun-03 19:22 
GeneralRe: Still Icon Error Pin
Sunil TG24-Jul-03 6:29
Sunil TG24-Jul-03 6:29 
Generalexcellent! here are a couple tips: Pin
ben creitz13-Jun-03 6:09
sussben creitz13-Jun-03 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.