Make A Picture Ripper?
Oct 13, 2010
I'm attempting to make a picture ripper (a program that searches the entire web or a specific site for all the images and allows you to download them to a folder really easy and quickly).All i need is a function for searching the web and adding each image found on the website to a listview control on the form along with the url underneath the image and then go back and spider for more images and add them to the listview control. I dont know anything about "Spiders".
View 3 Replies
ADVERTISEMENT
Jun 19, 2011
ok i am working on a dvd ripper for my self i am trying to figure out the source code to rip a dvd i am also wanting to put a video converter in the dvd ripper
View 3 Replies
Mar 11, 2009
Im trying to make a bouncing picture box thing, here is what i got
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim Speed As Single = 25 ' Ball Speed
Dim rndInst As New Random ' Random Instance
[CODE]...
I have no errors, but the picture box is not bouncing.
View 14 Replies
Apr 17, 2011
How can I copy a picture when the program (Visual Basic 10 Express Edition)
runs? The picture is a JPEG image in a picture box. In some basics there are instructions such as GET and PUT. Is that possible in VB? I looked at the answers about pictures in the Forums but I didn't find an answer applicable to VB 10
View 19 Replies
Mar 5, 2012
I want to make a grid across a picture yet lines don't go across and what i can find on it seems pretty complex to do.
View 1 Replies
Dec 25, 2009
i want to make my app.. that when mouse is over app..then there is picture box that is following mouse position.
View 3 Replies
Jul 22, 2009
i want make picture slide show by using Picture box . who navigating with Next or Previos Button how todo?
View 2 Replies
May 22, 2010
I'd like to know how to make picture box a ledge. Like on mario with those little bricks where u can jump on them and it holds u on them.
View 1 Replies
Jun 22, 2010
I use picture box to view web cam, it works. But i wan to add another transparent picture box on top with upload a picture transparent background circle . So when i open web cam there is a circle on the web cam. Is that possible? How to make picture box transparent?
View 3 Replies
Feb 4, 2012
I wanna make a app that makes a nice picture. but the problem is.that i made it using picture boxes on top of a Form.what i wanna do now is save the formbackground with the pictureboxes on top of it.so i just want the form not the border.i tried this code wich i found using google.[code]...
View 2 Replies
Nov 28, 2009
My program uses mouse over picture to show the picture in larger version, the problem is when i show the larger picture some of my comboboxes images are bleeding through the picture as well as another picture
How can you make the picture be on top??? if thats the correct terminology
View 7 Replies
Jan 25, 2010
I was wanting to make a little game. You press a start button, and a picture moves into different spaces. If you can hit stop when the picture is in a certain spot, then you win. How do i make it so when i press the stop button, it will check to see if the picture is in the location (180, 307)?
This is what i have:
CODE:
View 4 Replies
Jan 12, 2011
How do I make a picture box image fade in?
View 10 Replies
Nov 9, 2011
I have made form with no border,removed default title bar And placed a picture box,have set the image too, So,now I want to make it moveable, i tried each moveable title bar code,but it gives many error, What would be the code to make that title bar picture box movable??
View 4 Replies
Oct 1, 2009
How can i make a picture go with rhythm of the music in VB08?
View 7 Replies
Jun 26, 2010
basically I am trying to expand my skills in visual basic 2010 and i want to find out how to make a kind of drawing program.The idea is when you click somewhere on the form a bit of dirt will appear at the location of the mouse.This code that I wrote did not seem to work:
Public Class city
Private Sub city_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
Dim dirt As New PictureBox
[code].....
View 2 Replies
Dec 19, 2009
Im New To VB and i was wondeing how do you make a picture box bounce from the sides of the form.
View 8 Replies
Apr 15, 2012
I'm sure this has been asked before and I even searched but could not get the source code downloaded from skydrive. So I'm looking for a good youtube video tut on how to make Tetris in Vb using paint or picture boxes. I'd preffer using picture boxes but making the shapes using paint arg would be fine.
View 13 Replies
Oct 30, 2009
how do I blit in visual basic. My goal is to make a backgroud color in a picture box invisible.
View 1 Replies
May 27, 2009
I am trying to make a custom button using picture boxes.
View 15 Replies
Jul 25, 2010
I have followed a tutorial on how to make a Picture viewer. I have a next and back button that read off a counter. I have a couple of questions on this.
1. If there is just one picture in a folder and you hit the next or back button, the application crashes, is there a way to disable these buttons if there is only one?
2. Every time I open a new folder, the contents get added onto the list to go through, is there a way to overwrite the old files so only the new folder shows?
View 6 Replies
Oct 18, 2011
I am making a program with pictures in its resources... I want to build in a viewer that zooms in and out and I can view every part of the picture.
View 3 Replies
Nov 24, 2009
How i can make print preview to image in picture box before i print?
i wanna do that by vb.net code
View 2 Replies
Jan 10, 2012
I want to make the picture-box in a form to be transparent and click through.In the above image, yellow areas are the picture-boxes and Red area is the form. Form area should be transparent but not click through. Picture-boxes should be transparent and click-through. How can I achieve this ? I am doing my project in VB.net (VS2010,.NET 4)
View 1 Replies
Oct 29, 2010
I'm doing a project in which I have 5 radio buttons. I want each of them to show me a different image when I click on them... My guess is that I have to usea Picture Box. How do I make them work together?
PS: When I click on another radio button I want the other one to disappear and show me the new one.
View 4 Replies
Nov 17, 2009
Ok so I have my picture loading in my picture box on my form and resizing to fit box (smaller) I want the user to be able to move his mouse over the picture and have the picture displayed as full size, anyone know how to do this
View 9 Replies
Jun 24, 2009
As seen below in the screenshot I used the following code to draw a line from CA to CA 1.1
g = pbxMap.CreateGraphics
g.DrawLine(pen1, D.v(path(t)).x, D.v(path(t)).y, D.v(path(K)).x, D.v(path(K)).y)
Is there anyway to make the red picturebox at CA to move along the line drawn to CA 1.1? Something like the google driving directions where a car will moving along the path from a starting point to a ending point..
View 8 Replies
Jan 7, 2012
Is it possible in VB 2010 that you can make an "App" on the desktop.Attached Image:This image is made in photoshop, but as its show at the picture, this is how it should work like in VB. Where you can see through the "battery glass". i have tried with"Opacity" and "TransparencyKey", they do not work for what I want.
View 9 Replies
Sep 2, 2011
How to make the picturebox appear randomly? And, when i click on them when it's is appeared, the score will +1? this is Whack-a-Mole, sorry that i don't know what this game's name. Can you tell me how to make the picturebox appear randomly and disappear after a short moment(0.5 sec something). And the game total time i would like to have about 1 minute.
View 17 Replies
Apr 3, 2009
How can a make a picture box that can allow the user to scroll through the image?
View 2 Replies