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

C#

 
QuestionManagedRijndael Out of Memory Exception Pin
Ian Uy10-May-08 19:18
Ian Uy10-May-08 19:18 
AnswerRe: ManagedRijndael Out of Memory Exception Pin
natsuyaki11-May-08 0:46
natsuyaki11-May-08 0:46 
GeneralRe: ManagedRijndael Out of Memory Exception Pin
Ian Uy11-May-08 0:49
Ian Uy11-May-08 0:49 
GeneralRe: ManagedRijndael Out of Memory Exception [modified] Pin
natsuyaki11-May-08 1:08
natsuyaki11-May-08 1:08 
GeneralRe: ManagedRijndael Out of Memory Exception Pin
Ian Uy11-May-08 2:24
Ian Uy11-May-08 2:24 
QuestionHow can i separate number and add them? Pin
pakpatel10-May-08 18:45
pakpatel10-May-08 18:45 
AnswerRe: How can i separate number and add them? Pin
Ian Uy10-May-08 19:11
Ian Uy10-May-08 19:11 
GeneralRe: How can i separate number and add them? Pin
pakpatel10-May-08 19:27
pakpatel10-May-08 19:27 
GeneralRe: How can i separate number and add them? Pin
Ian Uy10-May-08 20:33
Ian Uy10-May-08 20:33 
GeneralRe: How can i separate number and add them? Pin
talisker7710-May-08 21:00
talisker7710-May-08 21:00 
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




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.