| | |
How to get HTML Source of web page opened by web browser using vb.net
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2009
Posts: 14
Reputation:
Solved Threads: 0
hello friends,
i have opened an web browser in vb.net using the below code
Private
Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim nullObject As System.Object = 0
Dim str As String = ""
Dim nullObjStr As System.Object = str
Windows.Forms.Cursor.Current = Cursors.WaitCursor
Dim i As Int16
For i = 1 To 2
AxWebBrowser1.Navigate(
"http://www.google.co.in/search?hl=en&q=test&meta=", True)
AxWebBrowser1.Document.
Next
Windows.Forms.Cursor.Current = Cursors.Default
End Sub
i am getting the new window with the above URL.After going to that URL how to get the HTML source of that page.i need the code to access the the HTML source of that page.Please help me.
with regards,
sreeram
i have opened an web browser in vb.net using the below code
Private
Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim nullObject As System.Object = 0
Dim str As String = ""
Dim nullObjStr As System.Object = str
Windows.Forms.Cursor.Current = Cursors.WaitCursor
Dim i As Int16
For i = 1 To 2
AxWebBrowser1.Navigate(
"http://www.google.co.in/search?hl=en&q=test&meta=", True)
AxWebBrowser1.Document.
Next
Windows.Forms.Cursor.Current = Cursors.Default
End Sub
i am getting the new window with the above URL.After going to that URL how to get the HTML source of that page.i need the code to access the the HTML source of that page.Please help me.
with regards,
sreeram
I think this should answer your question:
http://www.daniweb.com/forums/thread173903.html
http://support.microsoft.com/kb/329014
http://www.daniweb.com/forums/thread173903.html
http://support.microsoft.com/kb/329014
![]() |
Similar Threads
- get html of a web page.....Very urgent... (PHP)
- How to include a web page views on your web page (HTML and CSS)
- How To Increase Your Page Rank And Web Traffic FREE (Promotion and Marketing Plans)
- How to align a web page in the middle. (ASP.NET)
- Blank web page displayed on the browser for a php page (PHP)
- How to load another another aspx web page? (ASP.NET)
- reading html data from a web page (Java)
- How to diplay web page inside another web page window? (C#)
- Bringing a minimized mozilla web page to the foreground (Existing Scripts)
- Printing Web Page (Windows 95 / 98 / Me)
Other Threads in the VB.NET Forum
- Previous Thread: Key UID mifare card
- Next Thread: Update Database with Changes made to the DataGridView
| Thread Tools | Search this Thread |
"crystal .net .net2005 2008 access add advanced application array assignment basic beginner box button buttons center click code combo convert cpu cuesent data database datagrid datagridview designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall forms html image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity open pan pdf picturebox picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial socket sorting sqldatbase sqlserver storedprocedure string temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web wpf wrapingcode xml






