Click here to Skip to main content
16,008,719 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Passings Socket references between systems Pin
FASERVER24-Feb-08 14:06
FASERVER24-Feb-08 14:06 
GeneralRe: C# Passings Socket references between systems Pin
Ed.Poore24-Feb-08 15:25
Ed.Poore24-Feb-08 15:25 
GeneralMoving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 13:19
Jammer23-Feb-08 13:19 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 13:23
protectorChristian Graus23-Feb-08 13:23 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 13:34
Jammer23-Feb-08 13:34 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 13:54
protectorChristian Graus23-Feb-08 13:54 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 14:10
Jammer23-Feb-08 14:10 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 14:29
protectorChristian Graus23-Feb-08 14:29 
I would suggest that perhaps you need to show the old data while another thread scans for new data to bring it up to date.

Generics just means being able to specify a type as an argument, so you can build one class and use it in a typesafe way for many classes. A dictionary is a hashtable, so it has two arguments, a key and a value. This allows you to look up items by any key you like, instead of an index. You can then iterate over the keys until you find a match, then use the key to look up your value.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 14:39
Jammer23-Feb-08 14:39 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 14:41
protectorChristian Graus23-Feb-08 14:41 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 15:01
Jammer23-Feb-08 15:01 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 15:12
protectorChristian Graus23-Feb-08 15:12 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 15:26
Jammer23-Feb-08 15:26 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 15:36
protectorChristian Graus23-Feb-08 15:36 
GeneralClass Tips [modified] Pin
MasterSharp23-Feb-08 11:14
MasterSharp23-Feb-08 11:14 
GeneralRe: Class Tips Pin
Christian Graus23-Feb-08 12:03
protectorChristian Graus23-Feb-08 12:03 
GeneralRe: Class Tips Pin
MasterSharp23-Feb-08 13:55
MasterSharp23-Feb-08 13:55 
GeneralRe: Class Tips Pin
MasterSharp23-Feb-08 13:56
MasterSharp23-Feb-08 13:56 
QuestionCreate picture of Form Pin
JankoH23-Feb-08 10:58
JankoH23-Feb-08 10:58 
GeneralRe: Create picture of Form Pin
Expert Coming23-Feb-08 11:10
Expert Coming23-Feb-08 11:10 
GeneralRe: Create picture of Form Pin
JankoH23-Feb-08 11:13
JankoH23-Feb-08 11:13 
GeneralRe: Create picture of Form Pin
Christian Graus23-Feb-08 11:40
protectorChristian Graus23-Feb-08 11:40 
GeneralRe: Create picture of Form Pin
JankoH23-Feb-08 11:55
JankoH23-Feb-08 11:55 
GeneralRe: Create picture of Form Pin
Christian Graus23-Feb-08 12:04
protectorChristian Graus23-Feb-08 12:04 
GeneralRe: Create picture of Form Pin
JankoH23-Feb-08 12:07
JankoH23-Feb-08 12:07 

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.