I need to have the webbrowser on the selected tab dimmed, so like
Code:
Dim foundbrowser = TabControl1.SelectedTab.Controls.Find("WebBrowser", False)
i know thats totally wrong but its just to show you what i kind of need, how do i do this? The only control on the selected tab is a webbrowser if that helps?
Thanks in advance