Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem in viewing pictures on a Win Form Pin
Christian Graus28-May-08 15:10
protectorChristian Graus28-May-08 15:10 
GeneralRe: Problem in viewing pictures on a Win Form Pin
LordCover28-May-08 15:16
LordCover28-May-08 15:16 
GeneralRe: Problem in viewing pictures on a Win Form Pin
Christian Graus28-May-08 15:23
protectorChristian Graus28-May-08 15:23 
GeneralRe: Problem in viewing pictures on a Win Form Pin
LordCover28-May-08 15:24
LordCover28-May-08 15:24 
QuestionHow to delete memory allocated by COM? Pin
RYU^^28-May-08 13:52
RYU^^28-May-08 13:52 
AnswerRe: How to delete memory allocated by COM? Pin
RYU^^28-May-08 14:34
RYU^^28-May-08 14:34 
AnswerRe: How to delete memory allocated by COM? Pin
Tony Richards29-May-08 3:30
Tony Richards29-May-08 3:30 
GeneralRe: How to delete memory allocated by COM? Pin
RYU^^29-May-08 13:51
RYU^^29-May-08 13:51 
QuestionAbout DMX protocol Pin
pocho210128-May-08 13:24
pocho210128-May-08 13:24 
AnswerRe: About DMX protocol Pin
Vasudevan Deepak Kumar28-May-08 18:31
Vasudevan Deepak Kumar28-May-08 18:31 
AnswerRe: About DMX protocol [modified] Pin
muzes24-Sep-09 11:37
muzes24-Sep-09 11:37 
Questionprogress bar is hanging Pin
Genius.Boy28-May-08 12:54
Genius.Boy28-May-08 12:54 
AnswerRe: progress bar is hanging Pin
Gareth H28-May-08 13:27
Gareth H28-May-08 13:27 
GeneralRe: progress bar is hanging Pin
Genius.Boy28-May-08 17:58
Genius.Boy28-May-08 17:58 
QuestionDisplay a "Debug" button? Pin
FocusedWolf28-May-08 10:23
FocusedWolf28-May-08 10:23 
AnswerRe: Display a "Debug" button? Pin
Ennis Ray Lynch, Jr.28-May-08 11:00
Ennis Ray Lynch, Jr.28-May-08 11:00 
AnswerRe: Display a "Debug" button? Pin
leppie28-May-08 21:25
leppie28-May-08 21:25 
QuestionAdd Record to Data Table Pin
polishprogrammer28-May-08 10:09
polishprogrammer28-May-08 10:09 
QuestionProgramatically determine variable name Pin
redivider28-May-08 9:29
redivider28-May-08 9:29 
AnswerRe: Programatically determine variable name Pin
Ennis Ray Lynch, Jr.28-May-08 11:02
Ennis Ray Lynch, Jr.28-May-08 11:02 
AnswerRe: Programatically determine variable name Pin
Guffa28-May-08 12:31
Guffa28-May-08 12:31 
You can't get the variable name from the object, as you are not accessing the variable. You are just accessing an object that the variable happens to be referencing. There is no backwards reference from the object to the variable.

If you want the DataItem object to know the name of the variable, you have to store the name in the object.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionChecking readonly property using reflection? Pin
pankazmittal28-May-08 9:11
pankazmittal28-May-08 9:11 
AnswerRe: Checking readonly property using reflection? Pin
Ed.Poore28-May-08 10:33
Ed.Poore28-May-08 10:33 
QuestionPass Reference or Return Value Pin
Jim Warburton28-May-08 8:24
Jim Warburton28-May-08 8:24 
AnswerRe: Pass Reference or Return Value Pin
Luc Pattyn28-May-08 8:40
sitebuilderLuc Pattyn28-May-08 8:40 

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.