Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

getting pictures off websites using vb.net

Featured Replies

Lets say I wanted to get all the pics off a certain page of a website. How would i go about doing that.

 

 

 

This is all I have so far:

 

 

 


Public Class Form1

   Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

       Dim getfile As System.Net.WebClient

       getfile = New System.Net.WebClient

       Dim src As String = getfile.DownloadString("http://img.4chan.org/b/imgboard.html")

       src = src.Substring(InStr(src, ("http://img.4chan.org/b/src/")))

       txtItems.Text = (src.ToString)

   End Sub

End Class

 

 

 

 

 

Edit: I tried the code above and all it does is show the source code. At least I am getting somewhere.

 

(and yes I used 4chan as an EXAMPLE!. It is not the actual site I plan to use it on.

 

I am pretty much lost after that. Would I have to download the string of the website then parse the html based on the "< img src""> tag?

 

 

 

*waits for Clare to help*

wii_wheaton.png

[software Engineer] -

[Ability Bar Suggestion] - [Gaming Enthusiast]

What language is this?

Thoroughly retired, may still write now and again

  • Author
What language is this?

 

 

 

*points to title* vb.net (I am using visual studio 2005 for framework 2.0 support)

wii_wheaton.png

[software Engineer] -

[Ability Bar Suggestion] - [Gaming Enthusiast]

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.