473,586 Members | 2,652 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

net send in visual basic

1 New Member
hi guys, i wanna ask about how to make a VB based program to send messages to a local network, it usually work with command "net send <user><msg>", or sumthing like that.
n i have a simple code that make the command like a batch program.
here is the script

Expand|Select|Wrap|Line Numbers
  1. :A
  2. Cls
  3. echo MESSENGER
  4. set /p m=messages:
  5. net send (destination IP address) %m%
  6. echo 
  7. Pause
  8. Goto A
  9.  
n right now I want to make the command can be executed with a VB Based program. your ideas will be a great contribution for me....
thank you
Oct 24 '08 #1
0 2133

Sign in to post your reply or Sign up for a free account.

Similar topics

4
1908
by: Kurien Baker Fenn | last post by:
How to send data from an ASP form to a visual basic form? Please help
13
7525
by: MLH | last post by:
I want to send 2 reports using SendObject. Something like this would do nicely... DoCmd SendObject A_REPORT, "rpt1";"rpt2", A_FORMATRTF, MyRecip, , , MySubject, MyBodyText, 0 ....except for the fact that this syntax won't compile. Suggestions?
2
1767
by: nehal | last post by:
Hello , i am developing a mobile web application using vb.net which provides auto sms sending. I have also sms and pager toolkit. Is there any way to send sms to mobile without cable connection ? how can i load my application to a mobile ? --neha.
2
4869
by: frossberg | last post by:
Hello! I tried to install the Visual Basic.NET Resource Kit (http://msdn.microsoft.com/vbasic/vbrkit/) but obviously something went very wrong and now it sems impossible both to repair and to remove (to start over from scratch) the installation. The messages popping up after choosing one of these two alternatives Repair/Remove Visual...
10
11196
by: Dennis | last post by:
I am trying to send an e-mail using one of the examples I got on this group as follows: (both toemail and myemail are valid e-mail addreses. 'System.Web.Mail' (requires reference to "System.Web.dll"), ''' delcare a new mail message Dim aMailMessage As New System.Web.Mail.MailMessage ''' set the from address aMailMessage.From = myemail...
97
5465
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in the first place. Anyone else heard about this development? The Master
4
2348
by: itarunachalam | last post by:
Dear Friends, I am doing a new project in vb.net to send sms. Could anyone have any idea to send SMS in VB.NET using developer API. If you have any Idea , pls share. It will be very helpful to me.
3
2906
by: HelloWorldHelloWorldHello | last post by:
How to send email to another person with using Microsoft Visual Basic 6.0.?
1
1819
by: dianacastillo | last post by:
Hi, I want to know if there is anyway to send a signal from Mysql to a visual basic application. I want to know when there is a record in a particular table, without having to do a query from the visual basic application every two seconds. Is there a way to send a signal to the VB application from Mysql? thanks, Diana Castillo
1
1643
by: yusufjammy | last post by:
how to send mail with visual basic 2008 to gmail id.
0
7839
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8202
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8216
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6614
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3837
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3865
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1449
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.