Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / September 2006

Tip: Looking for answers? Try searching our database.

Send message over LAN

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sreedhar - 28 Sep 2006 17:23 GMT
If we want to send a message to a computer in a LAN, we type the following
command in the "Start --> Run" in Windows.

net send ComputerName 'MessageText'

How can I do that from an Access form ?

Any help is greatly appreciated. Thanks in advance.
Signature

Sreedhar

ruralguy - 28 Sep 2006 18:57 GMT
SendMessage = "cmd /c net send " & CompterNameHere & " " & UserName & "
states: " & txtBriefMessage
Call Shell(SendMessage, vbNormalNoFocus)

>If we want to send a message to a computer in a LAN, we type the following
>command in the "Start --> Run" in Windows.
[quoted text clipped - 4 lines]
>
>Any help is greatly appreciated. Thanks in advance.

Signature

HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.