Click here to Skip to main content
15,917,702 members
Home / Discussions / C#
   

C#

 
QuestionCall DataBindings.Clear() on multiple, similarly named controls [modified] Pin
Jaffa Bobfluff6-Jan-09 6:26
Jaffa Bobfluff6-Jan-09 6:26 
AnswerRe: Call DataBindings.Clear() on multiple, similarly named controls Pin
Jaffa Bobfluff12-Jan-09 23:10
Jaffa Bobfluff12-Jan-09 23:10 
QuestionMarshalling pointers to structs Pin
Quiltfish6-Jan-09 5:50
Quiltfish6-Jan-09 5:50 
GeneralRe: Marshalling pointers to structs Pin
Luc Pattyn6-Jan-09 6:16
sitebuilderLuc Pattyn6-Jan-09 6:16 
GeneralRe: Marshalling pointers to structs [modified] Pin
Quiltfish6-Jan-09 8:56
Quiltfish6-Jan-09 8:56 
GeneralRe: Marshalling pointers to structs Pin
Luc Pattyn6-Jan-09 12:42
sitebuilderLuc Pattyn6-Jan-09 12:42 
QuestionSetter for Property bubbling up a level? Pin
Eric Burns6-Jan-09 4:49
Eric Burns6-Jan-09 4:49 
AnswerRe: Setter for Property bubbling up a level? Pin
J4amieC6-Jan-09 5:30
J4amieC6-Jan-09 5:30 
You simply cant do what you're asking, you're not calling the setter of Vector as you pointed out yourself.

The best solution I can think of is make the vector class raise an event when one of its properties (X,Y,Z) changes, and have Object subscribe to this event so any important work can be done whenever a property of its Vector member is changed.
AnswerRe: Setter for Property bubbling up a level? Pin
Wendelius6-Jan-09 5:30
mentorWendelius6-Jan-09 5:30 
AnswerRe: Setter for Property bubbling up a level? Pin
benjymous6-Jan-09 5:31
benjymous6-Jan-09 5:31 
AnswerRe: Setter for Property bubbling up a level? Pin
Henry Minute6-Jan-09 5:48
Henry Minute6-Jan-09 5:48 
GeneralRe: Setter for Property bubbling up a level? Pin
Eric Burns6-Jan-09 9:17
Eric Burns6-Jan-09 9:17 
GeneralRe: Setter for Property bubbling up a level? Pin
Henry Minute6-Jan-09 9:20
Henry Minute6-Jan-09 9:20 
GeneralRe: Setter for Property bubbling up a level? Pin
Henry Minute6-Jan-09 10:05
Henry Minute6-Jan-09 10:05 
GeneralRe: Setter for Property bubbling up a level? Pin
Henry Minute6-Jan-09 13:48
Henry Minute6-Jan-09 13:48 
GeneralRe: Setter for Property bubbling up a level? Pin
Henry Minute6-Jan-09 13:51
Henry Minute6-Jan-09 13:51 
GeneralRe: Setter for Property bubbling up a level? Pin
Eric Burns7-Jan-09 6:55
Eric Burns7-Jan-09 6:55 
GeneralRe: Setter for Property bubbling up a level? Pin
Henry Minute7-Jan-09 7:17
Henry Minute7-Jan-09 7:17 
AnswerOT: Is it really called 'class Object'? Pin
Jon Rista6-Jan-09 10:14
Jon Rista6-Jan-09 10:14 
GeneralRe: OT: Is it really called 'class Object'? Pin
Eric Burns6-Jan-09 11:11
Eric Burns6-Jan-09 11:11 
GeneralRe: OT: Is it really called 'class Object'? Pin
Jon Rista6-Jan-09 11:38
Jon Rista6-Jan-09 11:38 
AnswerRe: Setter for Property bubbling up a level? Pin
Pete O'Hanlon6-Jan-09 10:29
mvePete O'Hanlon6-Jan-09 10:29 
QuestionSource code from visio flow chart Pin
sree6-Jan-09 4:14
sree6-Jan-09 4:14 
AnswerRe: Source code from visio flow chart Pin
Dave Kreskowiak6-Jan-09 7:56
mveDave Kreskowiak6-Jan-09 7:56 
QuestionFiltering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 4:03
rich_wenger6-Jan-09 4:03 

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.