Hi, I'm wanting to run some code after a page is loaded in a tab control.
I can run the code when the tab for the page is selected uing this.
Private Sub TabPage2_Enter(sender As Object, e As EventArgs) Handles TabPage2.Enter
But the problem is the page doesn't display before running the code.
Is it possible for the tab control page to load and then run the code?
Many Thanks