Click here to Skip to main content
15,920,603 members
Home / Discussions / C#
   

C#

 
QuestionHow to access the object associated with tree nodes tag property? Pin
sachinkalse11-Aug-04 0:20
sachinkalse11-Aug-04 0:20 
AnswerRe: How to access the object associated with tree nodes tag property? Pin
Nick Parker11-Aug-04 2:59
protectorNick Parker11-Aug-04 2:59 
GeneralRe: How to access the object associated with tree nodes tag property? Pin
sachinkalse11-Aug-04 14:55
sachinkalse11-Aug-04 14:55 
GeneralRe: How to access the object associated with tree nodes tag property? Pin
sachinkalse11-Aug-04 16:30
sachinkalse11-Aug-04 16:30 
GeneralPointers,Classes,Objects... II Pin
Tambi Ashmoz11-Aug-04 0:15
Tambi Ashmoz11-Aug-04 0:15 
GeneralRe: Pointers,Classes,Objects... II Pin
Werdna11-Aug-04 13:45
Werdna11-Aug-04 13:45 
GeneralRe: Pointers,Classes,Objects... II Pin
Tambi Ashmoz11-Aug-04 18:54
Tambi Ashmoz11-Aug-04 18:54 
GeneralRe: Pointers,Classes,Objects... II Pin
Werdna12-Aug-04 2:26
Werdna12-Aug-04 2:26 
I don't think the framework would allow you to do that. You could mess up all the class info stuff including vtable. Plus you would have to know internal layout of the class data structure, and that might be system dependend (might work differently on mono or .netgnu)
You can download rotor and see how they lay it out.
If you try to get address of any managed type, you'll get error:
Cannot take the address or size of a variable of a managed type.
GeneralCreating the Spyware Pin
softp_vc10-Aug-04 23:35
softp_vc10-Aug-04 23:35 
GeneralRe: Creating the Spyware Pin
Colin Angus Mackay11-Aug-04 0:52
Colin Angus Mackay11-Aug-04 0:52 
GeneralRe: Creating the Spyware Pin
exhaulted11-Aug-04 1:21
exhaulted11-Aug-04 1:21 
GeneralRe: Creating the Spyware Pin
softp_vc11-Aug-04 1:35
softp_vc11-Aug-04 1:35 
GeneralRe: Creating the Spyware Pin
exhaulted11-Aug-04 1:56
exhaulted11-Aug-04 1:56 
GeneralRe: Creating the Spyware Pin
softp_vc11-Aug-04 2:08
softp_vc11-Aug-04 2:08 
GeneralRe: Creating the Spyware Pin
Nick Parker11-Aug-04 2:53
protectorNick Parker11-Aug-04 2:53 
GeneralRe: Creating the Spyware Pin
softp_vc11-Aug-04 2:57
softp_vc11-Aug-04 2:57 
GeneralRe: Creating the Spyware Pin
Nick Parker11-Aug-04 4:35
protectorNick Parker11-Aug-04 4:35 
GeneralRe: Creating the Spyware Pin
Dave Kreskowiak11-Aug-04 5:34
mveDave Kreskowiak11-Aug-04 5:34 
GeneralRe: Creating the Spyware Pin
Name Removed11-Aug-04 6:08
Name Removed11-Aug-04 6:08 
QuestionExtract outlook/exchange email attachments? Pin
Swaity10-Aug-04 22:22
Swaity10-Aug-04 22:22 
Generalopen an uploaded file Pin
tzewei10-Aug-04 21:59
tzewei10-Aug-04 21:59 
QuestionHow to launch a program at the end of an MSI installation? Pin
kmeads10-Aug-04 20:51
kmeads10-Aug-04 20:51 
AnswerRe: How to launch a program at the end of an MSI installation? Pin
LongRange.Shooter11-Aug-04 3:34
LongRange.Shooter11-Aug-04 3:34 
GeneralRe: How to launch a program at the end of an MSI installation? Pin
kmeads11-Aug-04 6:47
kmeads11-Aug-04 6:47 
GeneralRe: How to launch a program at the end of an MSI installation? Pin
LongRange.Shooter11-Aug-04 7:39
LongRange.Shooter11-Aug-04 7:39 

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.