How to update when anything is clicked?

Jul 24, 2011 at 6:31pm
I'm working on a Windows Form Application in Visual Studio 2010, and I need to know how to call a function (my update function) whenever the form detects an event, such as a button being clicked. I need it to do this so that whenever the user clicks a button or types some text, it will update the information in my class.
Jul 25, 2011 at 5:51am
You an OnUpdate function that does your updates, an you need to call it when the controls receive an event.
Jul 25, 2011 at 1:05pm
This is what that Callback function is for... Or am I missing something?
Topic archived. No new replies allowed.