I am working on a custom User Control (OCX), and I need to know where to put code for reacting to a property change. I have a Boolean property, and when it is changed to True, i would like to run some code. However i can not find any examples for VB6 that tell me where my code needs to go. Does it go in the Get, Set, or Let section?