Get A Captcha Off A Website And Display It In A Picturebox?
Jul 18, 2011In Visual Basic .NET is there a way to access a website/signup page and then get the Captcha and load it into a picturebox? How would I do it?
View 1 RepliesIn Visual Basic .NET is there a way to access a website/signup page and then get the Captcha and load it into a picturebox? How would I do it?
View 1 RepliesI have project that Login to a website but need to display a captcha to login.The problem is that the captcha isn't it a static image.It have a dynamic link ( "code.php" ) that shows an image with the captcha.But when navigating in Webbrowser the capctha in picturebox is different.I have some links that imported to a listbox.I want to navigate them all within X seconds.Lets say I want it to navigate each link 60 seconds.[code]
View 2 RepliesI want to create a login system that gets the captcha image into a picturebox for the user to solve.I know how to get an image into a Picturebox, and do GET/POST requests.However, the captcha image changes every time the page refreshes.[url]...
View 1 RepliesHow to get the captcha img in picturebox from a WebBrowser?
View 7 RepliesOk, so I'm trying to get the captcha to show on picturebox1 when I use FF or IE i simply check the SRC and go to the SRC and I see the same image as captcha so I decided to use this code I thought this code is wrong because I get new captcha image at picturebox1 everytime i click the button (if you refresh the captcha SRC at FF or IE same image)
[Code]...
When you reach a captcha while creating accounts on some sites, is there code that would make the program pause and a message box pop up that would ask for input for the captcha code?
View 24 Repliesi would like to add a image from a website to my form directly on load. should be something simple..
also to be able to change images all over the form with images from a website..
don't laugh, i tried this:
Public
Class
Form1
[Code]....
i have a problem with a webservice written in VB.NET. my intensions are to display a fontlist in a website. since the code i found only works in IE (look in HTML forum for the script) i was thinking of a webservice (since i already worked with this. look in PHP forum for more details). while coding i got this code:
[Code]...
how to display and interact with a website, at the moment its just research on how to go about it. Once i start i may need some more assistance. But for now just research At the moment Ive came up with using WebClient and HttpWebRequest/HttpWebResponse to interact with website data. And i know VB.net has an inbuilt site viewer (just a wrapper for IE).The website im using is an Intranet page for doing VOIP calls. It uses a large collection of JS(jQuerry) mostly. I can probably get the dev to make a .php file to
<?php
print_r($_GET); Prints all GET variables in a quite readable manner.
print_r($_POST); Prints all POST variables in a quite readable manner.
?>
to find out what GET's and POST's there are, but I'm not sure if JS stuff gets put in as a GET or a POST as its in the DOM.So all in all,I'm wanting to make a "Desktop" variant of there client. So basicly just a viewer of the dial pad. And detection of new calls in the queue, things like that. So i want to read data from the website, display the dialpad(just showing a segment of the website) and send the request to accept a call(and maybe a few other small pieces of data).
I want to create a file upload client for uploading.com and I wanted to know if it is possible to make an application that lets you select a file from your hard drive, press an upload button and then the app will process it just like the website processes the file when you use a browser.Also I want the app to display the progress bar that the website displays when you upload, and when it's done, it has to get the URL for the uploaded file and display it in a textbox.Why not just use the website you ask? Well, I'm planning to make this into a bigger app but nothing will really work unless I get this to work first, so I have to start here.
View 1 RepliesHow do I display the result on an xml website link so when viewing its publishing like a standard webpage?
View 6 RepliesHow can i display the favicon of a website in visual basic?
View 37 RepliesI am trying to access my website and display the .mp3 files in a certain directory. Through this, i want to have windows media player play the selected file. Either through list box, or combo box. I have tried many different ways. How in the world am i supposed to do this? I do not just want to set the windows media player url to a certain file, like i said, i am trying to get to select the file (in some sort of dialog box) and play that.
View 4 RepliesI'm trying to recreate this feature for a twitter control program using VB Studio 2008. I want the users to be able to sign up their account in my application so they don't have to go to the site and do it.
Because captchas are dynamic images, I cannot pull the image from a src file. I'm pretty new to vb.net so, how would I initiate a session, with the webbrowser control or webclient, and be able to display the captcha image for that session on my form.
I have a code to get the all html source into a richtextbox but I need display only the body text. This is the code to get the source:
[Code]...
We have an occasional board meeting that is broadcast live via the Internet. We are on a 3000+PC LAN and our office is out in the boonies on a T1 line. In order for us to listen to the meeting we need to go to a website and play the live stream. If more than a few PCs listen in the line is saturated and no one can listen.
[Code]...
I have a picture box on my form. I can load images which I read from a database into the box.
The problem is that the images are all sorts of different shapes and sizes. Some are square. Some are portrait. Some are landscape.
How do I configure the imagebox so that the pictures are reduced to fit, and keep their proportions. As I've got it at the moment, the rectangular ones are distorted into a square, which makes some of them look pretty strange.
How can i display picturebox in datagridview.......
View 1 RepliesOn my form i have a picture box that i want to put a random image in. im my code i have a random number generator. the number generated will correspond to a picture in my.resources. i.e if it generates 1 there will be a file called 1.jpg. what i need to know is how to tell the picturebox to display the image that corresponds to the generated number? i tried:
dim pic as string = random
picAnimal.BackgroundImage = My.Resorces.("& Pic &")
this does not work, it says identifier expected (between the . and the vairable), can anyone point me in the right direction?
I am trying to have my application display an image in the picturebox named picResult based on whether or not a person gets the answer to a math problem right. How to load a smiley face image (happy.png) or a sad face (sad.png) into the picResult picturebox when the question is answered right or wrong? Here is my code that check the answer:
Code
'btnSubmit instructions
Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
'Error message displayed if textbox is left blank
If txtAnswer.Text = "" Then
[Code] .....
I have a datagridview in which i have info from a database.when i click o a row i want to be able to display the image in a picturebox.
View 8 RepliesI am not that good with sql/visual basic but I have a sql database hooked up to visual basic and I would like to know how to make a picture box change pictures.
For example:
in sql : picture= 0 in VB: if number = 0 then display.nopicture
in sql: Picture = 1 in vb: if number = 1 then display.Picture01
This is for avatar use in my program.
Doe any one have a code to display a Image from a folder (C:***My ResepteWater lilies.png")) in a PictureBox?
View 2 RepliesI am new in vb.net. The image has been stored in sql server as and i dont know how to convert it to display in picture box.[code]...
View 14 Repliesi'm using VB.NET 2005 and mySQL server 5.0. Can i ask how do i retrieve the image from database and display images onto picturebox? mySQL column name is pictures then the data type is varchar. and how should i write on the database? eg. abc.jpg?
View 2 RepliesHo can i display a picture from a datagridview into a picturebox when clicking on the cell?
View 10 RepliesI would like to have a series of images displayed sequentially in a picturebox (every 10th of a second). I captured the images (image0, image1, etc) and placed them in a temp folder every 10th of a second.
I tried the following simple code, but I can only see the last image being displayed in the picture box.[code]...
i am developing a imageviewer like the one windows xp has. one thing i dont know how to do is: how do i display a big image(bigger then the screen) in a picturebox with bars on the left and the buttom side? like the imageviewer of windows xp does when you want to watch big images in full size.
View 2 Repliesthis is so simple its embarrassing to ask. How do you display a picture in a picturebox? I want to have a static picture displayed on my single form application. I tried adding a picturebox control to the form and setting the InitialImage setting to my pgn file. But when the app loads they image is not displayed. I've googled around and found many references to adding pictures out of databases and etc, but nothing as simple as my. I just want to display the one image.
View 10 RepliesHow to display picturebox as oval shape.
View 3 Replies