Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can i separate number and add them? Pin
elektrowolf10-May-08 21:15
elektrowolf10-May-08 21:15 
GeneralRe: How can i separate number and add them? Pin
Roger Alsing10-May-08 21:28
Roger Alsing10-May-08 21:28 
GeneralRe: How can i separate number and add them? Pin
elektrowolf10-May-08 21:29
elektrowolf10-May-08 21:29 
AnswerRe: How can i separate number and add them? Pin
Alan N11-May-08 0:03
Alan N11-May-08 0:03 
QuestionLooking for help / hire Pin
midias10-May-08 15:19
midias10-May-08 15:19 
AnswerRe: Looking for help / hire Pin
Ennis Ray Lynch, Jr.10-May-08 17:34
Ennis Ray Lynch, Jr.10-May-08 17:34 
GeneralRe: Looking for help / hire Pin
midias10-May-08 20:33
midias10-May-08 20:33 
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 

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.