Search results for query: *

  1. George Marsack

    How do create a custom event to watch when something changes

    Hmmmm.. Not quite what I had in mind. Unfortunately, I'll be calling the m_bLoadDefaults from another class all together. I've tried what you suggested, and it requires me to set LoadDefaults and SetDefaultStates sub to Shared and likewise other elements inside the SetDefaultsState sub are need...
  2. George Marsack

    How do create a custom event to watch when something changes

    Hello Everyone, How do I create an event to watch when a Boolean variable changes values? Is this possible? For example, I have a public function that is called to change a private shared variable, and I would like something hooked in to listen to when the private Boolean variable changes and...
Back
Top