can I override form.show()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    can I override form.show()

    Hi,

    I wanna know if I can override form.show() event.

    The is just to make no call to static/instance operations of the other sub forms of the parental form.

    Please guide.
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    You can override just about any method you wish, but why would you want to override this one? What is your ultimate goal (There might be a simpler way that overriding Load).

    Comment

    Working...