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


ADVERTISEMENT

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

Read Files From Windows Network Share

Sep 25, 2009

I have a program where I need to be able to access files from an administrative share on a remote machine where the username is administrator and there is no password. I want to be able to access these files without the user getting prompted to input the username and password.

I have searched around and found some references to WMI - but as far as I can tell, WMI is mainly for managing the remote machine and not necessarily for file access (?). Also, some information gathered about WMI leads me to believe that it may be disabled on some machines or not installed on others (?). Since this program is meant to go out to a diverse customer base, I need to make sure that I cover as many angles as possible to ensure this program will run on as many machines as possible.

View 9 Replies

.net - User Generated Hyperlinks To Files Hosted On A Network Share?

Oct 26, 2009

My ultimate goal is to allow users to select a file from a dialog as if they are uploading a file. Instead of file being saved to the server, a hyperlink will be generated from the file's path.This hyperlink will then be used on our intranet page in order to open the file located on our network share.Is there any practical way to accomplish this?I have tried both an HTML file type insert and .Net's FileUpload Control but neither will work since for security reasons the full path of the file is never accessible.

View 2 Replies

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

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

Send Files Across Network?

Jul 13, 2010

I have a xml file I want to send to a ubuntu server. I have created the xml file using a data table.

Before I was using the following to save on the current machine in the application folder. However, the customer has changed and now wants to store it on a remote network ubuntu server on the network.

What is the best way to send files across the network? Is it possible to send files from a windows machine to a ubuntu server machine?

View 3 Replies

VS 2008 Network App - Send Message Or Network Package To Some Of The Clients In The Network

Aug 18, 2009

Here is my idea so far: I have a bunch of computers connected in a local network. One of them is a MySQL server, one will have a vb.NET program wich will act as a "second server" and the rest will be different clients. What I want to do is that the "second server" will send out some kind of message or network package to some of the clients in the network, and they will execute a code based on what message it is, or what kind of package it is. I'll give you a simple example:

[Code]...

View 6 Replies

App.Config On A Network Share?

Apr 26, 2011

Visual Studio 2008 / Windows 7 / .net framework 3.5 / Windows forms application

My applicaiton has the following App.Config:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>

[Code]....

View 1 Replies

Connect To A Network Share?

Feb 12, 2011

How can I connect to a network share without using System.Diagnostics.Process.Start?

I need to connect to a network share and get feedback if it already exists.

Can I use some kind of API?

View 1 Replies

IDE :: Checking For Network Share In VB

Apr 30, 2009

I'm writing a console app to take care of our automated user creation process which was previously done by a batch file. I need to check if a users network share exist on any of 38 servers but seem to be having trouble finding info on how to do it. From what i can tell i need to use the netapi32.dll and the NetShareCheck function, but i'm not sure how to do it.

this is what i have so far, but it isn't working as it should. it seems to be returning 2311 in almost all cases exept if i use uppercase on the server and device and the device starts with C.

Imports System.Runtime.InteropServices
Public Class NetApiWin32
Declare Unicode Function NetShareCheck Lib "netapi32.dll"

[Code].....

View 1 Replies

IDE :: Connect To Network Share

Oct 5, 2010

my old vb6 "WNetAddConnection2 Lib "mpr.dll" no longer work in vb.net 2010. at run time i get "PinvokeStackImbalance was detected".How can connect to network share ?

View 2 Replies

Set Security On A Network Share?

Aug 6, 2009

I have used the same code as Good4You here[url]...

My task now is to set "<Computer>administrators" to have "full scces" and "Everyone" to have "Change" on the newly created network share.

View 3 Replies

Share A Program On Network?

Sep 8, 2009

I have written small a software. I want to install it on a server and and make it accessible for all the other users on network.

How can I retrieve the server name (the computer program installed) with .NET?

Also, sharing the "Program Files" folder doesn't look like a smart idea for making the program accessible from the other computers.

View 2 Replies

Share Internet On Wan Network?

Apr 29, 2012

I have a server that the server OS is windows server 2003.

I want to share internet of server.

I want to make 2 program (server and client) that client program run on a personal computer and can connect to my program that running on server and get internet from server program.Like as VPN or CCProxy.

View 9 Replies

Share One Database On A Network?

Jul 17, 2010

i want my software to share one database on a network

View 2 Replies

MS Access Slow In Network Share

Dec 26, 2011

I have a .NET application (VB.NET) that runs against a MS Access database. Every data request connects to the access database, runs and returns the query and closes the connection back again. I placed the database on a windows xp 32-bit machine. I have two clients on which I installed the .NET application. Both clients are running windows 7 professional 32-bit. Now I have a performance problem with this.

When I use the first client it runs fine. All data is shown very fast. When I than use the second client, it takes some 10 seconds to connect to the database, fetch the data and close the database connection. When i ask for other data on that second client, it all runs fine, until I request data from the first client than back again. Than it takes again 10 seconds on the first client before my data is fetched.

View 2 Replies

Intercept File Access On A Network Share In .NET?

Feb 24, 2010

I am looking for a way to possibly intercept the point that a file is being accessed on a network share. Specifically before it is determined whether the user has access to the file or not.The goal will be to grant access to that file if the file request is coming from a specific process and that user currently does not have access.

View 1 Replies

Automatically Updating Application From Network Share

Feb 15, 2012

Any simple way of automatically updating a newer version of my application from a network share. Everything I have read pertains to an update from a web site. This is possibly a simple thing to do but as I have 6-8 users using the application I have to email them all stating there is a new version on the share and for them to copy and overwrite the existing application executable in the program filesapp directory. If this could be done on launching the program within the splash screen that would be fantastic.

View 3 Replies

Check For Share And File In Local Network?

Jan 1, 2010

I am developing an application, which hunts the local network for attached computers then checks for a share and a file, if found it displays it in a listbox. While testing this I have seen some strange Chinese or Japanese computer names pop up and in a few seconds go away, the names seem to always be different.

View 8 Replies

Open A File From A Remote Network Share?

Jan 14, 2010

I am trying to open a file from a server

I currently have

Dim attachedFilePath As String = "\myservermyshare est.txt"
File.Open(attachedFilePath, FileMode.Open, FileAccess.Read, FileShare.Read)

This does not open a file.

However, if I change the path to be local then there is no issue.

Dim attachedFilePath As String = "c:... est.txt"

So, is there a way to open a file from remote storage?

View 1 Replies

Programmatically Return Who Is Using A Particular File Within A Network Share?

Feb 4, 2012

is there a way to programmatically return who is using a particular file within a network share??

View 4 Replies

VS 2010 - Saving Projects To Network Share

Jul 13, 2011

I've had this problem with both VS 2010 and Visual Web Developer 2010. I want to save my projects on a network share (which I have as a mapped drive), because our network drives are backed up daily. For some reason though, VS only shows local drives when I try to save a project - all my network drives do not show up.

View 1 Replies

VS 2010 SQL Server Compact On A Network Share?

Oct 26, 2011

Greetings, I'm a little bit confused about SQL Server Compact behavior.I have a small app that uses a small sdf file located on a network share.The problem is that while the app itself is working perfectly well using the connection string that points the location of the sdf file on a network drive, when I try to open the same sdf using the Server Explorer I get this error:

SQL Server Compact does not support opening database files on a network share.Obviously, if the app IS working it does indeed support network shares, then why Server Explorer cannot open it?

I copied the database file to a local drive but it's not very convenient. What might be the problem?

View 3 Replies

Write To A Mapped Network Share Drive?

Sep 21, 2011

I spent quite awhile trying to figure this out and not one single combination of path strings let this happen.

I usually error'd with the path is not found, part of the path could not be found, or wrong user name and password.

All I am using is the <asp:fileupload>.

View 2 Replies

Delete A Hung Laccdb File On A Network Share?

Dec 29, 2011

I need to delete a hung laccdb file on a network share with vb.net or some other tool.

View 1 Replies

Multi User Database Running From Network Share

Apr 7, 2011

Our engineers use an application developed internally to perform risk assessments at a customers site. Sometimes on larger jobs a group of engineers will all carry out risk assessments together and will all need access to a single database file to all work on at the same time.

[Code]...

View 7 Replies

Network Share Folder Document Need To View In Read Only Through Vb Form Or .net?

Mar 15, 2010

assist me to create a form in which i need to show the documets like "*.doc,*.xls,*.txt,*.pdf" which is in network share folder

View 1 Replies

Can Receive Data From Handpunch 3000 Via Network

Mar 7, 2011

How I can Receive Data From handpunch 3000 via network !?

View 2 Replies

VS 2008 Copy File To Network Share With Username/pass Passed In The Code

Aug 4, 2010

I've been looking at accessing shared folders, read and write, via the network without being prompted by the OS for the username and password.

On this forum, and googling, I can find many things about accessing network shares, but none using code which also passes the username and password required.

What I'm basically looking for is to not have to map a drive on the users computer. Then using code, write or read files from a network share and at the same time pass the username / password required for that network share.

View 11 Replies







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