C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






LAN Messenger


Posted Date:     Total Responses: 0    Posted By: Abbas   Member Level: Gold   Points/Cash: 4   


User has to Add the Valid System Name(the Name of the System on the LAN). After Adding System Name, he just have to Select the System Name (He can Add Multiple System Name at a Time. But Message can be Send only to Single System [this is only in Trial Version]).After Selecting the System Name User has to enter the Message to be send to the Selected System. After Hitting the Send Button Message is Sent to the System Selected. User do not have to Add the System Name again and again once user Close the Application all the System Name are stored in a File in Debug Folder, so next time the Application Starts, it will show the System Name Automatically.

PLEASE NOTE: This Application Runs on Windows Messenger Service. So to run this Application Effectively go to control Panel-Administrative Tools-Services- Search for Messenger Service and Start it.

This Application Sends the Message with Just Single Line of Code.

Shell("net send " + [System Name] + " """ + [Message to Send] + """", AppWinStyle.Hide, False)


System Name in the Listbox is Saved to the File After User Close Application with this Code.

Dim sw As New StreamWriter(Application.StartupPath + "\System.dll")
For i As Integer = 0 To ListBox1.Items.Count - 1
sw.WriteLine(ListBox1.Items(i))
sw.Flush()
Next
sw.Close()
Me.Close()


System Name are Retreived from the File where System Names are Stored by this Code.

Dim sr As New StreamReader(Application.StartupPath + "\System.dll")
While sr.EndOfStream = False
ListBox1.Items.Add(sr.ReadLine)
End While
sr.Close()


Check out the Demo Executable File or Whole Project from Below.

Regards
Abbas Electricwala

Attachments

  • LAN Messenger Only Executable Files (514-986-LAN Messenger.msi)
  • LAN Messenger (Whole Project with Source Codes) (514-9811-Send Text Messages On LAN.rar)

  • Project Feedbacks

    Author: T VEERABHADRARAOMember Level: SilverRevenue Score: 1 out of 5
    hi

    great job you did

    its userfriendly

    keep it up



    Author: Gaurav AroraMember Level: DiamondRevenue Score: 2 out of 52 out of 5
    Hi Abbas,

    You did a good job.
    Your code is good having some compilation errors, I corrected all.

    Keep it up!


    Post Feedback
    You must Sign In to post a feedback.
    Next Project: Sample Ajax Web site
    Previous Project: Training and Placement Cell Management

    Return to Project Index

    Post New Project


    Related Projects



    dotNet Slackers

    About Us    Contact Us    Privacy Policy    Terms Of Use