PC Review


Reply
Thread Tools Rate Thread

Accessing a computer through LAN using .NET

 
 
=?Utf-8?B?SmludQ==?=
Guest
Posts: n/a
 
      19th May 2004
Hello

Will be very helpful if anyone can share the idea o

'how to access a computer in a LAN using .NET

Thank yo
Jinu.
 
Reply With Quote
 
 
 
 
Eric Lemmon
Guest
Posts: n/a
 
      19th May 2004
Hi Jinu,

I assume you just want to access a shared directory/file on a remote
computer? The code for this is very similar to accessing the file locally:

Locally:
Dim s As New StreamWriter("C:\myFile.txt")

On LAN:
Dim s As New StreamWriter(\\ComputerName\ShareName\myFile.txt)

Is this what you were trying to find?

Regards,

Eric


"Jinu" <(E-Mail Removed)> wrote in message
news:37B24CFE-E8DF-40E8-9428-(E-Mail Removed)...
> Hello,
>
> Will be very helpful if anyone can share the idea on
>
> 'how to access a computer in a LAN using .NET.
>
> Thank you
> Jinu.



 
Reply With Quote
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      19th May 2004
"=?Utf-8?B?SmludQ==?=" <(E-Mail Removed)> wrote in
news:37B24CFE-E8DF-40E8-9428-(E-Mail Removed):
> Will be very helpful if anyone can share the idea on
>
> 'how to access a computer in a LAN using .NET.


You need to be more specific. What exactly do you want to access?


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
 
Reply With Quote
 
Thunder$truck
Guest
Posts: n/a
 
      17th Jun 2004

Open Explorer To a LAN machine
Process.Start("\\" & ComputerNameVariable & "\c$\")


On Wed, 19 May 2004 06:01:15 -0700, "Jinu"
<(E-Mail Removed)> wrote:

>Hello,
>
>Will be very helpful if anyone can share the idea on
>
>'how to access a computer in a LAN using .NET.
>
>Thank you
>Jinu.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing Computer A (w/ Vista) from Computer B (w/Win2000) =?Utf-8?B?TGVkYQ==?= Windows Vista Networking 1 9th May 2007 03:29 AM
Problem with Accessing One Computer on a 4-Computer Home Network Alan Windows XP Networking 7 5th Feb 2007 02:11 AM
accessing office computer from home computer Joe Windows XP General 5 20th Jul 2004 03:05 PM
Accessing the host computer from the network computer =?Utf-8?B?RXNoYQ==?= Windows XP Networking 1 17th Jan 2004 10:32 AM
accessing XP Home computer from a XP Pro computer katja Windows XP Networking 1 4th Oct 2003 01:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:15 PM.