Communications :: Sending Messages To Lan Computers

Aug 22, 2008

I was woundering if it is possible to send messages over network to a lan computer . if it is possible does anyone have the code to make this possible

View 2 Replies


ADVERTISEMENT

Sending Messages To Other Computers?

Mar 14, 2009

I was Wondering How Would I I Make A Program or a port That will connect with my friends computer...and I can send Him Like message box and stuff..

View 1 Replies

Communications :: Sending Messages In VB 2008?

Jan 15, 2009

I'm in a programming class, and I need to make a game. Is there an easy way I can send messages, like "w" or "down", between 2 computers so I can have a multiplayer game?

View 1 Replies

Communications :: WinSocket - Transfer Recorded WAV Files Between Computers

Mar 27, 2012

I need to transfer Recorded WAV Files betwenn computers. Now I want to transfer C:/Rec/Record.wav from Client to Server, then back, without the client that sent it take it. I know how to do that, the only problem is sending it. How do I do file transfer in winsock vb 10-11?

View 1 Replies

Communications :: Keeping Messages Separate On A Connection?

Mar 16, 2011

I'm trying TCP communication using VB.NET and using the TcpClient method.All is working fine but I'm having trouble keeping my message seperate from each other.For example, my message have an header and footer and can range in size from very small (32 bytes) to quite large (64k). The problem I have is that when messages are being sent quickly they will arrive together. For example, if two 32 byte messages are sent they will arrive as 64 bytes. This is no good as I need to process them seperately.

So my question is:- Is there a way to easily separate my messages using a built in feature of the TcpClient so that the "reading" will give me the correct amount of bytes each time corresponding to the amount of bytes I have sent per message?

View 3 Replies

Communications :: Write A Program To Ping Computers On Network To See If They Are Turned On?

Jul 4, 2008

I am trying to write a program to ping computers on my network to see if they are turned on. So far i have the following:

Code:

If My.Computer.Network.Ping("192.68.0.5") Then
MsgBox("Computer is on.")
Else
MsgBox("Ping request timed out.")
End If

If i use ip addresses, this works fine but i would rather use hostnames due to the ip addresses being dynamic (something which is outside my control). Using the hostname, it reurns "Computer is on" if the ping is successful, but if the hostname cannot be found, instead on returning "Ping request timed out", an error occurs as follows:

A first chance exception of type 'System.Net.NetworkInformation.PingException' occurred in System.dll

View 2 Replies

Sending Messages From 1 Computer To Another?

Dec 9, 2011

I am trying to add functionality to an existing program that can send a message from a Windows XP and Windows 7 computer to a group of computers that are running XP and Windows 7. Previously I was doing this with Net Send but as we are no purchasing
Windows 7 machines when we need to replace old computers, that is no longer an option.

I would prefer to have the message appear as a popup on the receiving computers as this is for calling for assistance from a supervisor or the QC department and they will not have to send a response.

View 3 Replies

Sending Messages Through The MSN Protocol?

Apr 18, 2009

I'm working on a program that detects any keyboard or mouse activity, and sends a message through the MSN (or Windows Live Messenger) protocol. The mouse and keyboard thing should be fine, but I don't know how to send messages through the MSN protocol.

View 3 Replies

Sending Multiple SMS Messages?

Jan 5, 2009

I have made a app that allows me to keep track of when bills are due, it allows 8 bills and dates to be entered and once the time hits a specified time of day and the day that the bill is due it sends a text message to my phone, it works fine if only one of them are enable but if 2 are due the same day it seems to only send the first on that completes the if statement i made heres my code, the timer is set for ever 1 second tick (otherwise it sends multiple texts of the same bill due) This is the first 2 of the bills but the other 6 are the same

Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
Dim mto As String

[Code].....

View 2 Replies

Sending SMS Messages Via Email

Sep 5, 2011

A little while back, someone asked the question "How can I send an SMS text message via a VB program?", and it's not the first time that I've seen this asked. I thought, as a little side project (mainly just to get my head away from 'real work' for a while). Of course there are several ways this can be done, including the use of a GSM modem, but this only focuses on one aspect: Sending an SMS message via e-mail.
Rather than clogging this forum with a lot of code and screenshots, I've put it all together on my site.

View 4 Replies

VS 2008 - Sending URL Saved In Textbox Between Computers

Nov 19, 2009

I am trying to create a program that will send a URL saved in a textbox between the program which will be on different computers. So one computer will be running the program and the URL they have will be sent to the program on the other program.

View 2 Replies

IDE :: Sending Messages To Other Applications On The Same Computer

Dec 5, 2009

I was looking for an easy way to send Messages to other Applications on the same computer. Something simple like "SendMessage("MySecondApplication",WMI_USERS,"MESSAGE").

View 1 Replies

Networking - Sending Messages With TCPClient

Oct 29, 2011

I'm realizing a .NET chat application but i still have that error: I can send only a message per connection. For example. With the code below, i can send only one message that can be received correctly by the other peer, but if i send another message message, on the same connection,it won't be received by the remote PC. Here is the code:

[Code]...

View 1 Replies

Sending /receiving SMS Messages From Vb2008?

Mar 11, 2009

All,I am trying to implement something so that my VB can be able to send/receive SMS messages to cell phone(modem). I tried researching a bit and found out that we can use MsComm control to do this but it is not available in Visual Basic express 2008 edition. Can we use serial port class to do this? If yes, how could we implement this?

View 2 Replies

Communications :: Sending Images Over TCP?

Jul 24, 2008

I'm trying to send an image over TCP... I believe I'm sending the image correctly, but how do I receive the image?

Here's my code in sending the image (To shorten the code, I didn't show how the image is created).

Code:
Dim tmpImage As System.Drawing.Bitmap
'client is the connected Net.Sockets.TcpClient
tmpImage.Save(client.GetStream(), System.Drawing.Imaging.ImageFormat.Bmp)

[Code]......

View 1 Replies

Sending Messages Between Client Machines On A Network?

Mar 15, 2012

i have several clients on a LAN network, these clients all have access to a particular sql server. i want to write an application that allows any client on the network to send one or more messages to another client on the network providing that both clients have access to the specified sql server.

View 1 Replies

Communications :: HttpWebRequest Not Sending Cookies?

Jan 29, 2008

I'm new to VB and am using 2008 VB Express edition. I'm trying to access a webpage's html using HttpWebRequest and that page requires cookies or it sends me to a login page. I found code examples around the web and have written the following code:

[Code]...

View 11 Replies

Communications :: Sending Mail Directly

Apr 27, 2008

There are mail sending program available in the market that can send mail directly. I am trying to create such a program in visual basic 2005 for a long time. Recently, i learned about MX Query. And my concept is like below:

[Code]...

View 1 Replies

Communications :: Sending Packet To Server

Apr 12, 2012

i want ask how i can send hex packet to server .i am able to connect IP and port [code] here we can see that for 3 hex 33 is used and for char "." 00 07 13 and many others are used and for its 0F used [code] it sends same Hex for each "." in packet but i want to send other values as there in original/so i want to create a byte to send from hex code/

View 2 Replies

Communications :: Sending Process List?

Dec 10, 2008

I am writing a program for a Project in school. And so far i have gotten remote execution of commands. And now i want to be able to pull The process list on one machine and send it remotly to the other. Getting the process list on the machine is no problem, but i for the life of me have no idea how to send it to the remote computer?

View 5 Replies

Sending Files/Data Directly To/From Multiple Computers Via Internet

Mar 3, 2009

I would like to develop a program (in VB2008) that can send files directly from one computer to another through the internet.

I figure there would be one program on the sending end and a separate on the receiving end. A server and client perhaps?

Anyway, I need to know how to send a file on the host machine in a simple method that is least likely to be blocked by anti-viruses and such. The fewer issues that result in a failed transfer, the better.

Also, note that my goal is to molulize this code (later) so it can be reused for multiple applications such as file sharing, gaming, etc.

View 1 Replies

.net - Formatting And Sending Client Messages, Use Of XxxService Classes?

Jun 21, 2011

Need some advice on class design. I've just started to use xxxService classes, so not really sure when and how to use them. A number of (identical) client applications connect to this program with socket TcpClient. Different type of messages needs to be sent from several different classes. Should I call a service class, with static methods, whenever I need to send some message (like code below suggests), or should I rather raise an event, and have some class registered to those events, that will format and send the messages.

That would kind of hide that sequence of events from these classes, but on the other hand, it would be a centralized class where one can see easily all events that trigger a message send. Which feels like a benefit. Would like to hear some advice on this. And if my last suggestion makes sense, what could such class be called, and would it be considered a ..Service class?

Example: (code is a bit "rough")
Class UserConnection
tcpClient As TcpClient
Public Sub SendMsg(msg as String)

[code]....

View 1 Replies

Chat Room - Sending Messages To Specific Clients?

Nov 19, 2009

How would I create a multi-tcp chat room. Im having trouble handling them. I know you can store the connections as arrays or store then in hash tables. Is there a better way to data to a specific connected client. My way was to just broadcast the message to all the connected with the clients name (EX: Client1||MessageHere) || is the split. The client reads the message and sees if client name matches if it does then it will display it other then that it will not. I found out that my server was sending out useless data with this method. So is there a better way to handle/Send messages to a specific client?

View 2 Replies

Forms :: Sending Bulk Messages To Yahoo Answers?

Jun 28, 2010

I'd like to create one as I am an affiliate marketer who wants to reach customers based on key words. I don't regard this as spamming since I'm not randomly sending out links its based on key words like I said. Y!A might regard this as spamming anyways but so what. In Yahoo Answers you click the question you want to answer, type in the answer, it takes you to a preview screen, and then you click submit. I suppose the script/program could involve automating this task.

Its not that I need everything to be done when I'm away from the computer, I don't mind working the program at all each time I send a mass amount of messages. Someone created a program a while back that was *supposed* to send bulk messages as they stated in the description but as it turned out this was not an option you could only comment on resolved questions. When I did send mass comments to questions which related to my key words, I clicked the link to confirm my comments went through and they did not! This program was a waste of my time and energy but that's life.

View 1 Replies

Sample Code For Sending Text Messages To Pagers In C#?

Mar 4, 2010

I'm looking for some sample .NET code that would show how to send text messages to pagers. I have no problem with sending text messages to cell phones, but could not find how to do the same for pagers.

View 1 Replies

Sending Text Messages Using 2005 With A Mail Server?

Apr 15, 2009

I've been working on this personal project of mine and this has me stumped. I told my friend what i was trying to do and hes going to let me use his mail server that he uses at work. I have already looked on google for a sample application, but the only one i could find is not the one im looking for. Ive never worked with System.Net.Mail before so this is new to me. Im sure it would be something like this:

Imports System.Net.Mail
Dim toPhoneNumber As String = "DestinationPhoneNumber";
Dim login As String =

[code].....

View 2 Replies

Communications :: IR Task - Sending Keystrokes On Laptop

Sep 11, 2011

I need to send keystrokes using my InfraRed port on my laptop. As simple as a TV remote control. -being able to send numbers: 1 .. 2 .. and left right etc ... How to access the IrDA port?

View 1 Replies

Communications :: Sending Email To A Hotmail Account?

Nov 28, 2008

I have an application that i need to add email to. I can send email to a gmail account with the code below. Does anyone know how to do this sending email to others such as Hotmail?I am using VB.Net 2005 professional

Dim from As String = "rickthefixer@gmail.com"
Dim toCustomer As String = "rickthefixer@gmail.com"
Dim body As String = "This is a gmail test"

[code].....

View 1 Replies

Updateable String - Make It Read All The Messages That The Server Is Sending?

Dec 14, 2010

Quote:

Dim conReader As New StreamReader(con.GetStream)
Dim conCont As String = conReader.ReadLine

It just reads the first line of the server I'm trying to connect to, I want to make it read all the messages that the server is sending. btw, con is: Dim con As New TcpClient

View 8 Replies

Communications :: .Net 2008 Express: Sending Message With Attached Files Via UDP?

Mar 26, 2009

how can I send a Message String with Attached File? AFAIK, we are sending Message String via Byte Array.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved