| | |
Help!! Web browser adress makes button visible?
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2008
Posts: 2
Reputation:
Solved Threads: 0
I was just wondering how i could make it so that if the url of webbrowser1 contains http:_____
then or if the webbrowser1 url does not contain the certain url then
Thanks A lot,
then
VB.NET Syntax (Toggle Plain Text)
button1.visible = true
VB.NET Syntax (Toggle Plain Text)
button1.visible = false
Thanks A lot,
Hi,
You can use Navigated or Navigate Event. But this is new in .NET Framework 2.0
I think in the previous version NavigateComplete2 event
You can use Navigated or Navigate Event. But this is new in .NET Framework 2.0
I think in the previous version NavigateComplete2 event
VB.NET Syntax (Toggle Plain Text)
Private Sub WebBrowser1_Navigated(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatedEventArgs) Handles WebBrowser1.Navigated ' Your Coding End Sub
KSG
![]() |
Other Threads in the VB.NET Forum
- Previous Thread: How to get the contents of the column to an arraylist
- Next Thread: Problems displaying data in the combo box
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account arithmetic array arrays basic bing button buttons c# center check checkbox code convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output panel passingparameters picturebox picturebox1 port position print printing problem project read remove save searchbox searchvb.net select serial server shutdown soap sorting survey table tcp temperature text textbox timer timespan toolbox trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf year





