Hi, i have a tab control on my page, below it i have a text box. I would like the text box text to change depending on which tab the user is pointing at.
I guess its something to do with the page index property. How do i refererence this in my code?
the only relevant code ive seen is
Me.taboptions.Pages(1).SetFocus
(tabInterface being the controls name) i dont think this is quite what i need. Any ideas welcome
I guess its something to do with the page index property. How do i refererence this in my code?
the only relevant code ive seen is
Me.taboptions.Pages(1).SetFocus
(tabInterface being the controls name) i dont think this is quite what i need. Any ideas welcome