Send And Receive Text Files Amgost Two Computers?

Apr 21, 2012

What code can I use to send a simple text file to someone else's computer and choosing a save location and vice versa from theirs and loading it into a rich text box in their application that they have open, and vice versa? Their application is the same as mine (sort of like how an instant messenger works-except it does not save, send, and load text files like I am aiming for)

View 3 Replies


ADVERTISEMENT

Make An App Which Can Send/receive Files/pictures?

Mar 20, 2010

I am trying to make an app which can send/receive files/pictures. I am trying to make a app which will get a picture of the users screen and send it to me, and display it in a picturebox at a set interval. With this, I will be able to sort of see what someone is looking at without having to have him send screenshots constantly.

Remote assistance does not seem to work for these apps, shows black, but I can make the program already get an accurate screenshot and display it of this program, I just need to know how to make it send it to me and display it to picturebox.

The thing I have been using is the MultiUser TCP chat application off MSDN's website, I don't know if this will work, but I need to make it send somehow and display it.

View 6 Replies

Share, Send And Receive Files Over Network?

Feb 3, 2008

I'm working on a network chat for my office I want to add a way for users to share files or be able to send and receive file.

View 7 Replies

Network Stream - Send / Receive Text

Sep 17, 2010

I've solved part of the problem, but something I've just realised is the information just isn't getting through and EVERY example I find uses a Console type application and what about us people who don't wanna develop a Console application? I don't but nooooo they don't seem to understand that at MS and put one example which uses exactly that.

[Code]...

View 4 Replies

Send And Receive Data From ONLINE Text File?

Oct 18, 2009

from and to a text file. that's no problem and was done within a hour. (tnx to google)Now the problem. i want this textfile to be online. Normally with webpages you can read and write a file very easy but i've never done this withSo far the read code works. write code works in local mode, the only thing is he won't write to an online file.i don't get any errors the code looks fine for the debugger.the code so far (local mode for testing)

read:
Private Sub read()
If runlocal = False Then

[code].....

View 1 Replies

2005 - Server / Client RTF Formatted Text Send / Receive

Jan 21, 2009

Instead of the send message text box and message display text box, I have replaced it with RichTextBox for text formatting (bold/italics/underline/font/color). The problem I am facing is when I format the text and click on send, then the text displayed on the message display box (txtMessageHistory) is unformatted. [Code] Rest of the code of client is related to formatting of the rich text boxes that is not relevant to my problem. I just need to transfer the formatted text from client to server and then back to the client the same way and display the message with text formatting.

View 13 Replies

Send And Receive Input Text To Webmethod Using Ajax Call?

Apr 22, 2012

I am trying to use the simple ajax script to webmethod as follows[code]...

View 3 Replies

Communications :: Simple Send Text/files With IP

Aug 31, 2008

So ive looked everywhere but every example i find doesnt work on visual studio 05 and doesnt convert properly. I simply want to send info from one computer to another through direct connection. if anyone could point me in the right direction it would really be helpful. most stuff i find seems to be more complicated than what im looking for.

then just one other question. both computers will be going through a router. as long as i have the port im using forwarded on the hosts side, that shouldnt be a problem, right?

View 1 Replies

Receive And Send Packets?

Jul 25, 2009

Since a few months I want to learn how to receive and send packets. Since WinSock doesn't work I think it'll be quite hard to get an easy way to do it.

I want to be able to send and get packets as a client. (TCP) I know that I need System.Net.Sockets, and that's quite everything...

View 5 Replies

Send And Receive Params?

Jan 11, 2009

I was going over the Screen Saver Tutorial for VB Express 2005 and i Noticed How the Screen Saver app excepts params at startup... and depending on the startup param it will display the screen saver or the options form... lets say that i want to start up a screen saver from my program, how would i send it to the screen saver to display the options form the param is "/p" or something.

View 2 Replies

Send And Receive Pictures?

Mar 11, 2010

I have a program that is meant to send and receive pictures. There are two parts, client and server, the server sending pictures, and client receiving.the server needs to send it across the internet, then the client needs to receive and show the image in a picture box.

View 1 Replies

Send N Receive Sms Via GSM Mobile?

Jun 18, 2009

how i send and recive sms through GSM like mobils using the AT command. vb.net have any api or control for it

View 1 Replies

Send A Live Stream Of A Computers Screen To Another Computer Via For Example TCP

Jun 8, 2011

I'm thinking about how I'm going to connect a computer to a projector and I came to think if it is possible to send a live stream of a computers screen to another computer via for example TCP or some other protocol. It must be possible since for example TeamViewer and other long-distance IT-support applications can do this. The thing is that I dont have a clue about where to start. And is it difficult to output the stream once it's recieved?

[Code]...

View 1 Replies

.net - Send And Receive A Large Image Using Tcp?

Dec 19, 2010

I need to send and receive a large image between programs running on different machines within the same network.

I've looked at using upd however ran into problems with the size of the packets and
(after breaking the image into smaller pieces to get past this problem) the number of packets needing to be processed all at once - and ultimately packet loss.

I've also thought of sending the image by storing it in a common file folder and receiving it by using file watcher as a trigger. However, this just adds further complexities in setup where common folders don't already exist.

Assuming I'm barking up the right tree looking at tcp, can someone point me to/provide an example of how to send an image file using it (vb.net would be ideal). Also, are there practical limits to tcp package sizes?

View 2 Replies

.NET Socket Send & Receive Not Matching?

Feb 29, 2012

I have these following lines to send bytes using socket

Dim server As New Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
Dim myIp As IPAddress = IPAddress.Parse("myIP")
Dim ip As New IPEndPoint(myIp, Int32.Parse("myPort"))

[Code]....

As in the code, I am supposed to retrieved "Halo". Instead I keep receiving sth like "[]".

View 1 Replies

Asynchronous To Send/receive From A Website?

Jan 24, 2011

I'm using asynchronous to send/receive from a website I want to block the BeginGetRequestStream method which I have done, using

Code:
WaitEvent.WaitOne(1000 * 20, false);

the problem is that it blocks the UI, which I thought it did not so it basically works like GetRequestStream which does block the UI.

View 3 Replies

Create A Program To Send And Receive Sms?

Apr 12, 2008

Do you know how to create a program to send and receive sms and call from PC from and or to any devices?

View 1 Replies

Error Tcp Send Receive Application

Jun 2, 2011

I have created an application which listens for strings being sent to my pc from a remote unit. I now need to add the function of sending strings back to the remote unit on a button press. I've searched for ages to find a solution but I'm not knowledgeable enough yet with vb.net to solve this solution.

I'm getting the error with the line opensock2 = New IO.StreamWriter(client.GetStream) saying its not connected. So I seem to need to pass the connection from the background worker to the button click, or have it somewhere else in the code to make it accessible. [Code]

View 3 Replies

How To Receive N Send Sms W/o Human Interaction

May 30, 2009

as above how to do that man? I will also want to extract the information to be sent from the database. An example of what i am going to do is something like this:

Reference:[URL]..

View 8 Replies

See How Much Bytes Did An Application Receive And Send

Mar 14, 2010

I didn't found any performance counter that would monitor an process's/thread's network bandwidth and not just that of an ethernet card.

So I could see how much bytes did an application receive and send.

Did I miss something or is there another way?

View 4 Replies

Send / Receive Image Via Sockets

Feb 21, 2011

I want to send image from server to client via .net Sockets and assign it to a picturebox. but I got problem in receiving data, it's 'Server' side code:

[Code]...

View 7 Replies

Send And Receive An Xml String Asynchronously?

Oct 23, 2010

[code]...

Now i need to do a few hundred/thousand requests all at the same time or atleast over a short period. I am assuning i need to do this asynchronously. I have looked all over the net and tested various ways to communicate asynchronously and am pretty stumped. None of the examples out there seem to explain how i receive the xml return as a string ("which i will write to file or db")

Does anyone have any working code to do such a process?

View 1 Replies

Send And Receive Data Through Sockets?

Dec 3, 2008

I'm completely new to sockets etc.I'm trying to create an app that'll allow someone to send short information messages to several other people with the same app, using the internet and sockets(?)I've tried using code from online, but I'm getting no where.

View 4 Replies

Send And Receive Data Through USB Port?

Jan 24, 2008

I am trying to send and receive data through a USB port on my computer to an external microcontroller.

I built most of the code using the "serial class" but then i read that this would not work with a USB port.

How would I go about communicating with this USB port on my computer?

View 5 Replies

Send And Receive File With IO.Ports?

Apr 27, 2006

How Can send And receive File with SerialPort in vb.net 2005 i use this sample code for sending string , and now i will know how can send any File by serialport click here there are no sample code in microsoft site i Use "Virtual Serial Ports Driver XP " to Test my sample how can use the Zmodem , Ymodem ,Xmodem , etc in vb.net by serialport ?

View 5 Replies

Send And Receive SMS Through .NET Windows Application?

Sep 24, 2008

How can send and receive SMS through VB.NET windows Application...

View 2 Replies

Send Or Receive Sms To Mobile Phone?

Aug 18, 2010

i want vb.net code to send or receive sms to mobile phone-GSM modem

View 1 Replies

Send/Receive SMS With D-Link GSM-Modem?

Feb 8, 2012

I want to write a Solution with VB.Net for Receive "Users" requests and Send specified information to

them with SMS.I use D-Link GSM-Modem (Model:DWM-156).

This model/type of GSM-Modem, has embeded Driver and a Application for Sending/Receiving SMS.on it, and also we can attach MicroSD to the Device. 1-Send/Receive with GSM-Modem and D-Link's application :

when i attach GSM-Modem to USB port, D-Link' app , run automatically , then I heared noises on my Speaker, like when turn on a Mobile. I think this Signals "Hand Shake" with My GSM-Network.

[Code]...

View 4 Replies

Socket Async Send / Receive

Jan 5, 2012

I coded a small tcp server/client software implementing the async methods of the socket object. In order to keep track and control of the transfered data on both sides, I decided to wrap the bytes to be transfered into small 65 000 bytes packets, sent one after each other, in varying order.In most cases, it works perfectly, and it is impressively fast. However, when I want to transfer larger data than my usual requests, say like a dozen megabytes, crippling problems start to appear, out of shit.Effectively, it seems that somehow when executed without pauses, the server sends the packets too fast, or that the client receives it too slowly. However, if I put the SendAsync method's thread to sleep for like 100ms before sendingthe next packet, everything arrives without problem on the client.[code]

View 1 Replies

Use Imports To Send , Receive And Connect?

Apr 5, 2012

I'm looking for imports method in vb8 to connect any server send and receive

View 1 Replies







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