solutionsdxb
Member
- Joined
- Mar 18, 2009
- Messages
- 8
- Programming Experience
- 1-3
is there any code available through which i can do html praising and send data in my database i am using currently using loop to get the url
but how to now get the content of this url , kindly help
with regards
VB.NET:
Dim shellWins As SHDocVw.ShellWindows
Dim explorer As SHDocVw.InternetExplorer
shellWins = New SHDocVw.ShellWindows
For Each explorer In shellWins
'Debug.Print(explorer.LocationName)
'Debug.Print(explorer.LocationURL)
Me.Label1.Text = explorer.LocationName
Me.Label2.Text = explorer.LocationURL
Next
shellWins = Nothing
explorer = Nothing
but how to now get the content of this url , kindly help
with regards