Determining when inherited code is processed
I'm using Visual Basic 2008 and I want to be able to decide when inherited code is processed (if at all).
Many moons ago I used Visual Foxpro that had a DoDefault statement...this allowed you to force any inherited code to run. Using that you could control when the inherited code actually ran...either before, during or after YourCode or indeed not at all. How do I accomplish this in Visual Basic?
|