Hi, I am trying to write a simple program for TCP/IP client and server to send a file over a network. However there is a problem with the uploaded file. It doesnt look like the original file. There is one section in the file that looks exactly like the original file, but after that there is extra section where the writing is a copy of another section within the text. Can some please let me know how I can fix this problem? I am very new to this TCP/IP so any help would be greatly appreciated. Thanks let me know if you need to see the code...
mrmathews99
Posts
-
txt file recieved over the network using TCP/IP not the same as the original -
Sending data between programsHi, Im quite new with using VB.NET and I am trying to find out how to send data between programs. From what I have read so far, there are a number of ways to do it. Can someone please give me advice on which method is the best to use with sending data between programs on the same computer and over a network? anyhelp would be greatly appreciated. Thanks
-
controlling other applications from VB.NETThanks HTG... I will give this a try with the application I'm trying to run and will see how it goes.
-
sharing common data between 2 seperate applicationsHi, I am trying to figure out how to share a common data between two seperate applications: app 1 and app 2. Let's say I have a 2 dimensional array representing a grid with coordinate(x,y). Each coordinate represents a cell within the grid. This grid is used as a work floor divided into many cells. At any time, there's only one person supposed to be in one cell with coordinate(a,b). If the cell is occupied, it is marked as unavaible in app 1 thus no one is allowed to enter that cell at coordinate(a,b). This grid (array) data is only updated in app 1. I want to send this array data to app 2 (on the same computer) or let app 2 have access to this data . How can I do this? Any help would be greatly apprececiated. Thanks
-
controlling other applications from VB.NETHi, I am trying to create a window application to control another application. At the moment I can only find info on how to open applications such as note pad and send strings to write in note pad. Let's say if I would like to do other things apart from just sending a string to notepad, how would I do it. For example if I want to run a specific program such as MS Word, and then I want to access one of the menus to perform a certain action such as changing fonts or input shape into the Word document. I would like to perform all this using the controls such as a button on a form in VB.NET, how can I do this? Any help would be greatly appreciated.