Note that there are some explanatory texts on larger screens.

plurals
  1. USField Day
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks again Richard. Being the grand old age of 29, I'm past looking for quick answers so I can hit the bar. I'm a bit of a latecomer to network programming, but have been trying everything for 5 days solid to get this to work. I appreciate the links you provided though, I'll check those out.
      singulars
    2. COWhat I'm stuck with, is how to get the Server to pass data back to the Client, upon entering an option number in the Client menu. I can get everything to work in the Client, but not from Server to Client. For example: CLIENT: case "1": Console.WriteLine("You have selected Print out file names: "); SERVER: case "1": string[] myfiles = Directory.GetFiles(@"c:\st12_13d1_files"); Console.WriteLine("File Names: {0}", Directory.GetFiles(@"c:\st12_13d1_files")); foreach (string file in myfiles) { Console.WriteLine(Path.GetFileName(file)); writer.WriteLine(myfiles); }
      singulars
    3. COI'm basically in University, could you tell?! I studied C# and basic Object Oriented stuff back in September, but this semester, it's all about Threads and Sockets. I've got C# 4.0 in a Nutshell, but it doesn't really answer my question. Seems I can't provide code for another 8 hours - I've just joined Stack Overflow. If any willing, kind person fancies helping by email? I'd be forever in your debt!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload