Click here to Skip to main content
15,893,337 members
Home / Discussions / C#
   

C#

 
Generalc programming exercise Pin
edison_jan200413-Nov-04 14:11
edison_jan200413-Nov-04 14:11 
GeneralRe: c programming exercise Pin
Colin Angus Mackay13-Nov-04 14:24
Colin Angus Mackay13-Nov-04 14:24 
GeneralBeginConnect: interrupt or set timeout period Pin
SebbaP13-Nov-04 10:57
SebbaP13-Nov-04 10:57 
GeneralRe: BeginConnect: interrupt or set timeout period Pin
leppie14-Nov-04 10:52
leppie14-Nov-04 10:52 
GeneralStructure Pin
StephenMcAllister13-Nov-04 10:08
StephenMcAllister13-Nov-04 10:08 
GeneralRe: Structure Pin
MoustafaS13-Nov-04 13:59
MoustafaS13-Nov-04 13:59 
GeneralGet value using the name of property Pin
Utku KAYA13-Nov-04 8:13
Utku KAYA13-Nov-04 8:13 
GeneralRe: Get value using the name of property Pin
Wizard_0114-Nov-04 1:33
Wizard_0114-Nov-04 1:33 
When you know the name of the property, you can invoke that using Reflection (System.Reflection)

Type.GetType("MyType").GetProperty("MyProperty").GetValue
GeneralRe: Get value using the name of property Pin
Utku KAYA14-Nov-04 4:24
Utku KAYA14-Nov-04 4:24 
Generaldisplay phone caller number Pin
Anonymous13-Nov-04 6:55
Anonymous13-Nov-04 6:55 
GeneralRe: display phone caller number Pin
tom_dx13-Nov-04 8:22
tom_dx13-Nov-04 8:22 
GeneralRe: display phone caller number Pin
Anonymous13-Nov-04 8:35
Anonymous13-Nov-04 8:35 
GeneralRe: display phone caller number Pin
tom_dx13-Nov-04 9:02
tom_dx13-Nov-04 9:02 
GeneralRe: display phone caller number Pin
Michael P Butler13-Nov-04 9:34
Michael P Butler13-Nov-04 9:34 
Generalreferencing a containerframe Pin
stefan houtz13-Nov-04 6:23
stefan houtz13-Nov-04 6:23 
GeneralRe: referencing a containerframe Pin
Skynyrd13-Nov-04 7:35
Skynyrd13-Nov-04 7:35 
GeneralRe: referencing a containerframe Pin
stefan houtz13-Nov-04 8:10
stefan houtz13-Nov-04 8:10 
GeneralRe: referencing a containerframe Pin
Skynyrd13-Nov-04 8:20
Skynyrd13-Nov-04 8:20 
GeneralRe: referencing a containerframe Pin
stefan houtz13-Nov-04 23:47
stefan houtz13-Nov-04 23:47 
GeneralRe: referencing a containerframe Pin
Skynyrd14-Nov-04 4:47
Skynyrd14-Nov-04 4:47 
GeneralRe: referencing a containerframe Pin
stefan houtz14-Nov-04 5:39
stefan houtz14-Nov-04 5:39 
GeneralRe: referencing a containerframe Pin
Skynyrd14-Nov-04 6:31
Skynyrd14-Nov-04 6:31 
GeneralRe: referencing a containerframe Pin
stefan houtz15-Nov-04 1:24
stefan houtz15-Nov-04 1:24 
GeneralRefreshing images drawn with imagelist Pin
BlackDice13-Nov-04 6:05
BlackDice13-Nov-04 6:05 
GeneralRe: Refreshing images drawn with imagelist Pin
MoustafaS13-Nov-04 14:41
MoustafaS13-Nov-04 14:41 

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.