I need to have the webbrowser on the selected tab dimmed, so like
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?Code:Dim foundbrowser = TabControl1.SelectedTab.Controls.Find("WebBrowser", False)
Thanks in advance




)
Reply With Quote