Use To Transfer Small Files Over A LAN

Mar 18, 2012

I have been working on a small program that I wish to eventually use to transfer small files over a LAN. I read the following article to get the basic concept of how to make a tcp/ip connection between computers. url... However my aim is to check the IP of the pending TCPClient before accepting it. My current code is below.[code]

View 1 Replies


ADVERTISEMENT

Using Background Intelligent Transfer Service To Transfer Files To Server?

Mar 20, 2012

I will use the Background Intelligent Transfer Service (BITS) to transfer files from a client (laptop) to a shared folder on a server within our local network.The problem is a very slow network bandwith, if we transfer a file, the other clients can´t work, all requests to other clients (application) or viewing internet pages needs a long time.My idea is to use BITS in my tool to copy/transfer a file from client to server, also I hope to get more performance for the internet requests.

View 2 Replies

Files Transfer Between Two Different PC

Jun 29, 2012

When try to transfer files between 2 different pc but works fine when transferring file from & to the same pc. Here is the error I am getting
Writer.position must be non negative number.

Here is the server code
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
Imports System.Drawing
[Code] .....

View 4 Replies

How To Transfer Files

Feb 23, 2010

is it possible to transfer files using vb.net? Cutting the files from a certain directory and copy it to another

View 2 Replies

Make A Small Program To Encrypt Files Using AES

Apr 11, 2009

i am trying to make a small program to encrypt files using AES, and then have the password from the AES encrypted using RSA for its use of public keys. i've got the AES part working fine and i found a good RSA tutorial here url....but after i encrypt the AES password (which is saved in a .txt file) using RSA, then i try to decrypt it again, it comes out as an empty .txt file!

View 4 Replies

Writing A Small Application That Downloads Some Files Over Ftp?

Jun 28, 2010

I'm writing a small application that downloads some files over ftp, the incoming directory is monitored by FileSystemWatcher_Created, on creation I want to extract some text from the file and call another application with the text as parameters the problem I have is the FileSystemWatcher_Created procedure is triggered before the file has finished downloading, I could download it elsewhere and move into the monitored directory but some of the files may be quite large and Im wondering if there is an efficient way of waiting until the file is ready? along the same lines what is the best way to queue the tasks as there can be many files coming it at one time, I've looked at threading but would that be suitable for such a task as there will still be a bottleneck at the application called by FileSystemWatcher_Created ?

heres an outline of what im doing:

Private Sub FileSystemWatcher1_Created(ByVal sender As Object, ByVal e As System.IO.FileSystemEventArgs) Handles FileSystemWatcher1.Created
'read text file

[code]....

View 1 Replies

Unable To Transfer Certain Files?

Apr 30, 2010

unable to Transfering certain files

View 1 Replies

Retrieve Files From A Url Using Http Transfer?

Sep 12, 2010

How can I retrieve a number of images from a directory on my website, and place them in a directory on my computer. An important consideration is, that this is not private, so these would be images in a public directory. One more thing. I would like to do this using an http transfer. I have never written anything like this before, so I am not even sure where to start.

View 6 Replies

Transfer High Files From 1 Pc To Other Using LAN / Internet?

Jun 16, 2012

I am trying to make file transfer program in vb.net 2008 for big files eg. 10 GB.i was able to code simple socket program to transfer files with small size by using Sockets but if the file is large then "File.ReadAllBytes(ComboBox1.Text)" command will not work cause it use lot of memory & if the file is really big i.e. 10 GB it give not enough memory error, so i made a loop that sends data in small amounts, but this give me a larger file size with repeated data at end of the file.

[code]...

View 7 Replies

Transfer SFTP Files In Program?

Jul 27, 2010

I am looking for a way to transfer files using SFTP (SSH FTP) and log and check for errors from within a new VB.NET console app. without purchasing any third party components.

View 3 Replies

Deploy Project To Other Computers And Transfer All Files That Need?

Oct 17, 2009

1.How can i deploy my project to other computers and transfer all the files that i need? I know i do publish, but do i need to change any of my files setings, or do anyting inparticular get the files to the automatically deploy.for example how MS Office suppliers all file you need to do templates and stuff.

2.How can i tell the other persons to create a folder if they havent got one? my locations to work from is here, but no one will have the rimless data sheets folder and the shapes folder.C:Program FilesRimless Data SheetsShapes.

View 4 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

Transfer Data From Text Files To Form A Grid?

Jan 4, 2010

I'd like to take information from a text file I 've created so as each line in the file corresponds to one cell in a row in a grid using DataGridView. I'm having trouble doing that.[code]....

View 3 Replies

Write App That Transfer Files And Folders To Others Computers In Network

Dec 20, 2010

I need to write an app that transfer files and folders to others computers in my network vb.net.

View 3 Replies

Make A Small Program For Ticketing On A Parking For A Small Hotel?

Aug 27, 2010

I need to make a small programm for ticketing on a parking for a small hotel.So i have 2 Printers pariking In (for delivery of the tickets) and 2 Readers PArking Out.Both Printers and REaders are working Serial.So i need to poll the serial ports of the printers and readers every second.The data is stored on a SQL database so i need to read and write in the database.Can i do this with 1 PC and 1 programm or 1 PC and 4 programms that are runnning at the same time ?

View 2 Replies

Create A Small Application That Can Make Small Calculations?

Feb 1, 2010

On form 1 , i have a number of buttons that open up different websites.What i want to do is when i click a button on form 1 , i want forum 2 to show ( Form2.show() ) , Form 2 will have a list (Buttons) of internet browsers.

View 4 Replies

Make A Small Database Out Of Text Boxes And Text Files?

Oct 11, 2010

I'm trying to make a small database out of text boxes and text files, something where sql would be overkill, not to mention beyond my experience. I want to be able to write the contents of the text boxes to a file.txt (the easy part) then being able to retrieve them back out into individual text boxes. How would I pull this one off?

View 5 Replies

Asp.net - Server.transfer To Transfer Execution Of A URL

Mar 9, 2011

I'm using server.transfer to transfer execution of a URL to a dummy page which fetches information from the database. The trouble is that the master page interacts with the session.

global.asax:
Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
' Fires at the beginning of each request
If Not (System.IO.File.Exists(Server.MapPath(Request.Url.LocalPath))) And Request.Url.LocalPath.ToLower

[CODE]...

Master page:
If String.IsNullOrEmpty(CStr(Session("SessionId"))) Then

Session.Add("SessionId", Guid.NewGuid().ToString)

End If

Page declaration: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="utilityCMS.aspx.vb" Inherits="utilityCMS" MasterPageFile="~/MasterPages/main.master" EnableSessionState="True" %>

Web.config snippet:
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="HttpModuleAggregator" type="XPIdea.Web.HttpModuleAggregator,xpidea.web.common" />
</httpModules>

I'm getting an error :
Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration><system.web><httpModules> section in the application configuration.

I should also mention that this same master page works elsewhere in the site. Session is used throughout the site as well (not just in the master page).

View 2 Replies

How To Transfer Files From 1 Computer To Computer With Program

Nov 18, 2010

how to transfer files from 1. computer to the computer with the program made in visual studio 2008 (visual basic)

View 3 Replies

Transfer Files From One Computer In One Network To Another Computer With A Totally Different Network

Jun 22, 2011

I have a problem I want to make a server and client where the server is password protected and will make the client display files/folders in a designated folder which will be in the server's current directory and the client will ask what IP and password to connect to and if the password is correct is allows the client to access the files/folders in that folder in C.D. of the server and the client can download any file within the folder by clicking a button, yet don't even know where to start.

View 7 Replies

.net - Small Message Box At Cursor?

Apr 21, 2012

I am looking for some sort of message box that occurs at the cursor. Essentially, when I scroll over a label, I want abit of information to display about that label. Once the cursor moves away from the label, the box dissapears. Its like when you hover over a link, this white box appears and dissapears once you move your mouse. What is it called?

View 1 Replies

Add Area And Small Chart?

Aug 11, 2011

When I add areas to mschart ,chart is printed in smaller size.

View 4 Replies

Arrays In A Small Application?

Mar 16, 2009

I'm having trouble getting started with this application I need to do. Here are the details:

Its an application to calculate student grades for a group project. Create a text file to store names of 5 students, line by line. In a separate file enter peer evaluations from 0 to 1.0. Enter these numbers for evaluations:

1.0, 0.8, 0.9, 1.0, 0.6
0.2, 0.9, 0.5, 0.6, 0.7
0.5, 1.0, 1.0, 1.5, 0.9
0.9, 0.9, 0.9, 1.0, 1.0
1.0, 0.9, 1.0, 0.8, 0.9

This means that student 1 gave 1.0 evaluation for himself , 0.8 for student 2, 0.9 for student 3 etc.Student 2 gave 0.2 for student 1, 0.9 for him- herself, 0.5 for student 3 etc. Read these into a 2-dimensional array. If any of the values is greater than 1.0, set them to 1.0. The program should calculate the average evaluation for a student. While doing so, the program should ignore evaluations that student gave to him-herself. Populate a list box with student names when the form loads. The user should enter a project grade (same for everyone) in a textbox. Then the user can select a student from a list and click �Calculate� button. The program should display the project grade for that student by multiplying average evaluation by the grade for the whole group (project grade).

View 13 Replies

Completing A Small Application?

Feb 15, 2012

What I'm trying to do its a small application to convert *.dat files to AVI this is an in house format that we use.I already accomplish listing a folder content in this case *.dat files, this seams to be working fine where I'm a little bit stuck is trying to call a dos program from the Convert button (Button2) what I need to be able to is to pick one of the *.dat files on the ListBox1 click on the button and voila the file is converted.this is how the little think looks[URL]..the dos program would actually be in c:videoserver and the program name is videoconsole.exe and this command needs an argument /f:

[Code]...

View 2 Replies

Create Small Pop Up Form

Feb 29, 2012

I would like to create a small pop form for my windows application that serves to greet clients that log onto the system can anyone point me in the right direction as to where I can come up with that informationIf you think it you can achieve it

View 1 Replies

Define Result Either In Or Out/ Yes Or No/ Big Or Small?

Jun 23, 2011

bit is use for boolean where it is use to define result either 1 or 0 / true or false.

how to set it, if i want to define result either in or out/ yes or no/ big or small..

can i change it??what is the code to set it..

View 13 Replies

Font Appearing Too Small?

Oct 6, 2009

I have my software installed on numerous machines and on all but one it is fine, however on this final computer the font comes up very small. It is only in my software, nothing else on the computer. I'm using Arial size 10 and bold, nothing fancy and as i say it works on all the others.

View 2 Replies

Put Undo In A Small Program?

Jan 21, 2010

I want to put undo in a small program

View 10 Replies

Small Installment Calculator

Mar 29, 2010

I have a small installment calculator assignment, I have only used VB6 before but i am required to use .NET (using Visual Basic 2008 Express).

There are four fields:
1. Loan Amount (10,000.00 - 250,000.00)
2. Loan Term (5 -25 years)
3. Loan Interest Rate ( Input to 2 decimial places)
4. Payment Frequency (12, 4, 2, 1)

I need to calculate an Effective Rate as:[code...]

Then calculate an Installment Amount:[code..]

And finally display installment amount on the form.This is the code I have so far, but I am getting a NaN result for the InstAmt[code..]

View 3 Replies

Translating A Small C# WCF App Into VB (part 2)?

Oct 18, 2010

I recently asked a question about translating a code sample I found on on the internet from C# into VB and I was given links to websites that automate code translation [URL].. I am very new to VB and unfortunately the VB that the translators returned doesn't compile in Visual Studio 2010. I am hoping someone can help me fix the non-working portion of VB code.

Here is the C# code I am converting into VB:

[Code]...

View 2 Replies







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