Click here to Skip to main content
15,898,923 members
Home / Discussions / C#
   

C#

 
QuestionNetwork Computer in C# Pin
Member 77672010-May-08 12:27
Member 77672010-May-08 12:27 
AnswerRe: Network Computer in C# Pin
CodingYoshi10-May-08 12:44
CodingYoshi10-May-08 12:44 
QuestionHow to working with TableAdapters ? Pin
hdv21210-May-08 10:06
hdv21210-May-08 10:06 
AnswerRe: How to working with TableAdapters ? Pin
Dave Sexton10-May-08 10:35
Dave Sexton10-May-08 10:35 
QuestionGetting server name Pin
Saiyed Alam10-May-08 8:33
Saiyed Alam10-May-08 8:33 
AnswerRe: Getting server name Pin
Dave Kreskowiak10-May-08 9:09
mveDave Kreskowiak10-May-08 9:09 
GeneralRe: Getting server name Pin
Saiyed Alam10-May-08 17:44
Saiyed Alam10-May-08 17:44 
GeneralRe: Getting server name Pin
Dave Kreskowiak11-May-08 17:46
mveDave Kreskowiak11-May-08 17:46 
If the file is sitting in a network share properly setup with appropriate permissions, yes, the PC can read the file. But, the prerequesite here is to understand Windows Networking. If you don't, this is going to be quite a difficult task for you.

Reading a file is easy since it's no different than reading a file from a local drive. The only thing that changes is how you specify the filename. The UNC path would normally be something like:
\\serverName\shareName\folder\fileName



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Getting server name Pin
Saiyed Alam11-May-08 19:52
Saiyed Alam11-May-08 19:52 
QuestionUsing .dll files Pin
Saiyed Alam10-May-08 7:51
Saiyed Alam10-May-08 7:51 
AnswerRe: Using .dll files Pin
Gareth H10-May-08 7:58
Gareth H10-May-08 7:58 
GeneralRe: Using .dll files Pin
Saiyed Alam10-May-08 8:08
Saiyed Alam10-May-08 8:08 
QuestionEnums in C# Pin
OsoreWatashi10-May-08 6:45
OsoreWatashi10-May-08 6:45 
AnswerRe: Enums in C# Pin
Anthony Mushrow10-May-08 6:58
professionalAnthony Mushrow10-May-08 6:58 
GeneralRe: Enums in C# Pin
OsoreWatashi10-May-08 7:07
OsoreWatashi10-May-08 7:07 
GeneralRe: Enums in C# Pin
Anthony Mushrow10-May-08 7:33
professionalAnthony Mushrow10-May-08 7:33 
GeneralRe: Enums in C# Pin
OsoreWatashi10-May-08 8:25
OsoreWatashi10-May-08 8:25 
GeneralRe: Enums in C# Pin
Anthony Mushrow10-May-08 8:43
professionalAnthony Mushrow10-May-08 8:43 
AnswerRe: Enums in C# Pin
Ennis Ray Lynch, Jr.10-May-08 17:37
Ennis Ray Lynch, Jr.10-May-08 17:37 
Questionservers available in the network Pin
Member 400849210-May-08 4:38
Member 400849210-May-08 4:38 
AnswerRe: servers available in the network Pin
Dave Kreskowiak10-May-08 6:30
mveDave Kreskowiak10-May-08 6:30 
QuestionUnderstanding reflection.. Pin
som.nitk10-May-08 3:33
som.nitk10-May-08 3:33 
AnswerRe: Understanding reflection.. Pin
Roger Alsing10-May-08 3:57
Roger Alsing10-May-08 3:57 
QuestionEncryption and decryption using Certificate store across machines Pin
talisker7710-May-08 3:16
talisker7710-May-08 3:16 
AnswerRe: Encryption and decryption using Certificate store across machines Pin
Ennis Ray Lynch, Jr.10-May-08 17:39
Ennis Ray Lynch, Jr.10-May-08 17:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.