Skip navigation.
Home

VB.NET Example

elcastelli quickly hacked up a VB.NET example!
Download the VB.NET project here.

    Public Function postCaptcha(ByVal strApiKey As String, ByVal strCaptchaFile As String) As String
        Dim objEncoding As New System.Text.UTF8Encoding
        Dim objStreamWriter As System.IO.StreamWriter
        Dim objStream As System.IO.Stream
        Dim objHTTPRequest As HttpWebRequest
        Dim sbPostData As New System.Text.StringBuilder
        Dim intUploadBit As Integer
        Dim intUploadSoFar As Integer
        Dim inttoUpload As Integer
        Dim i As Integer
        Dim objStreamReader As System.IO.Stream
        Dim strResult As String

        'set request properties
        objHTTPRequest = System.Net.WebRequest.Create("http://www.captchakiller.com/api.php")
        objHTTPRequest.AllowAutoRedirect = True
        objHTTPRequest.Accept = "*/*"
        objHTTPRequest.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)"
        objHTTPRequest.KeepAlive = False
        objHTTPRequest.Timeout = 30000
        objHTTPRequest.Method = "POST"
        objHTTPRequest.ContentType = "multipart/form-data; boundary=7cf2a327f01ae"


        sbPostData.Append("--" + "7cf2a327f01ae" + vbCrLf)
        sbPostData.Append("Content-Disposition: form-data; name=""api_key""" + vbCrLf)
        sbPostData.Append(vbCrLf)
        sbPostData.Append(strApiKey + vbCrLf)

        sbPostData.Append("--" + "7cf2a327f01ae" + vbCrLf)
        sbPostData.Append("Content-Disposition: form-data; name=""expire""" + vbCrLf)
        sbPostData.Append(vbCrLf)
        sbPostData.Append("1000" + vbCrLf)   'defaulted to 1000 but you can change this
        sbPostData.Append("--" + "7cf2a327f01ae" + vbCrLf)
        sbPostData.Append("Content-Disposition: form-data; name=""method""" + vbCrLf)
        sbPostData.Append(vbCrLf)
        sbPostData.Append("upload_captcha" + vbCrLf)

        sbPostData.Append("--" + "7cf2a327f01ae" + vbCrLf)
        sbPostData.Append("Content-Disposition: form-data; name=""rights""" + vbCrLf)
        sbPostData.Append(vbCrLf)
        sbPostData.Append("false" + vbCrLf) 'defaulted to false but you can change this

        'this is the header for our captcha file upload
        sbPostData.Append("--" + "7cf2a327f01ae" + vbCrLf)
        sbPostData.Append("Content-Disposition: form-data; name=""file""; filename=""" & strCaptchaFile & "" + vbCrLf)
        sbPostData.Append("Content-Type: image/pjpeg" + vbCrLf)
        sbPostData.Append(vbCrLf)

        'read our captch into a byte array
        Dim objBinReader As New BinaryReader(File.OpenRead(strCaptchaFile))
        Dim bytPhotoContents As Byte() = objBinReader.ReadBytes(objBinReader.BaseStream.Length)
        objBinReader.Close()

        'convert our other post data into a byte array
        Dim bytPostContents As Byte() = objEncoding.GetBytes(sbPostData.ToString)

        'create a footer for insertation after the file bytes are uploaded
        Dim bytPostFooter As Byte() = objEncoding.GetBytes(vbCrLf + "--" + "7cf2a327f01ae" + vbCrLf)

        'create a new data buffer to hold all of our byte arrays
        Dim bytDataBuffer As Byte() = New Byte(bytPostContents.Length + bytPhotoContents.Length + bytPostFooter.Length) {}

        'copy the contents of our three byte arrays into our single byte array
        System.Buffer.BlockCopy(bytPostContents, 0, bytDataBuffer, 0, bytPostContents.Length)
        System.Buffer.BlockCopy(bytPhotoContents, 0, bytDataBuffer, bytPostContents.Length, bytPhotoContents.Length)
        System.Buffer.BlockCopy(bytPostFooter, 0, bytDataBuffer, bytPostContents.Length + bytPhotoContents.Length, bytPostFooter.Length)

        'set the content length based on our new byte array length
        objHTTPRequest.ContentLength = bytDataBuffer.Length

        'get our stream and post our data
        objStream = objHTTPRequest.GetRequestStream()


        'chunk up our data and upload it to our stream
        'will generally only need to send in one chunk unless file is large
        intUploadBit = Math.Max(bytDataBuffer.Length / 100, 50 * 1024)
        intUploadSoFar = 0

        While i < bytDataBuffer.Length
            inttoUpload = Math.Min(intUploadBit, bytDataBuffer.Length - i)
            intUploadSoFar += inttoUpload
            objStream.Write(bytDataBuffer, i, inttoUpload)
            i = i + intUploadBit
        End While

        'close our stream
        objStream.Close()

        'get the response from the server
        Dim objHTTPResponse As HttpWebResponse = CType(objHTTPRequest.GetResponse(), HttpWebResponse)
        objStreamReader = objHTTPResponse.GetResponseStream()

        'final result from server is returned to strResult
        Dim objStreamResult As New System.IO.StreamReader(objStreamReader)
        strResult = objStreamResult.ReadToEnd

        
        'close our objects
        objStreamReader.Close()
        objStreamResult.Close()

        Return strResult


    End Function

online generic viagra

Thanks mate. This is such

Thanks mate. This is such good info for my research. I will bookmark your post here on Digg.
Drug Rehab Programs

ch

discount ugg

UGG Boots is the world's premier brand of authentic UGG sheepskin footwear and remains the leader in quality, innovation and style, we offer you the most popular and fashion Uggs such as
Ugg Bailey Button
Ugg Classic Tall,
Ugg Classic Cardy and so on .
Ugg Boots on Sale with Fast delivery!And free shipping!

discount ugg

UGG Boots is the world's premier brand of authentic UGG sheepskin footwear and remains the leader in quality, innovation and style, we offer you the most popular and fashion Uggs such as
Ugg Bailey Button
Ugg Classic Tall,
Ugg Classic Cardy and so on .
Ugg Boots on Sale with Fast delivery!And free shipping!

online generic cialis

online generic cialis

Helpful .Net Captcha

Helpful .Net Captcha function.I will try this comment while providing my next Captcha sequence in my website.
If you're looking for a Houston Limousine Service.. .houston limousine rentalshave the Stylish Limousine Service.

order propecia online

order propecia online

Thanks for sharing the

Thanks for sharing the codes.
If you like to read about charcoal grill, visit my sites at
how to grill with charcoal ,
heavy duty charcoal grill and
charcoal grill with smoker

online generic cialis

Nice information..looks like

Nice information..looks like a great site.It is easy to see that you are passionate about your writing. If only I had your writing ability I look forward to more updates and will be returning.Shopping

online generic viagra

I agree with this data.And I

I agree with this data.And I am very happy with this data.I am very much interested in .net.bookmarkme

Sildenafil citrate, sold as

Sildenafil citrate, sold as Viagra, Revatio and under various other trade names, is a drug used to treat erectile dysfunction and buy viagra (PAH).Arimidex (INN, trade name Arimidex, AstraZeneca) is a drug used to treat and buy arimidex after surgery and for metastases in post-menopausal women.Aspirin (Buy Aspirin), also known as acetylsalicylic acid (pronounced /??s?t?ls?l??s?l?k ??s?d/, abbreviated buy ASpirin),Atenolol is a selective ?1 receptor antagonist, a drug belonging to the group of beta blockers (sometimes written Buy Atenolol), a class of drugs used primarily in cardiovascular diseases.Augmentin is the British Approved Name for the combination antibiotic containing amoxicillin trihydrate, a ?-lactam antibiotic, with potassium clavulanate, a buy augmentin inhibitor. Avandia is an anti-diabetic drug in the thiazolidinedione class of drugs. It is marketed by the pharmaceutical company GlaxoSmithKline as a stand-alone drug (buy Avandia).1.buy azithromycin2.buy baclofen3.buy celexaCardizem is in a group of drugs called calcium channel blockers. It
works buy cardizem slowing the electrical conduction in the heart, slowing heart
rate, and/or normalizing heart rhythm.Celebrex is in a group of drugs called nonsteroidal anti-inflammatory
drugs (buy celebrex). It works by reducing hormones that cause inflammation
and pain.Levitra (buy levitra) is a PDE5 inhibitor used for treating impotence (erectile dysfunction) that is sold under the trade name Levitra (Bayer AG, GSK, and SP).Cialis is a PDE5 inhibitor, currently marketed in pill form for treating erectile dysfunction (ED) under the name buy Cialis.Other Products: 1.Buy propecia 2.buy cipro3.buy zanaflex 4.buy kamagra 5.buy lasix 6.buy Zithromax 7.buy clomid
Buy Abilify
Buy arava
Buy arcoxia
Buy aricept

online generic cialis

buy levitra online

What I need

Thanks for the information and the provided link to download the VB.NET project. I'm glad to find this site with VB.NET Example. This project will help me when I write my essay.

Saw that both has each kind

Saw that both has each kind of Swiss replica watches design sign to two shops to have replica handbags the trademark to shoulder the Louis Vuitton Damier Azur, the notebook Louis Vuitton Cruise handbagand commodities and so on louis vuitton epi leather handbag sells on the shelf, after the inspection, the law enforcement officials has ferreted out one batch in the cabinet replica watches the pocket, two shops total have more than 250 swiss replica watches to have this trademark commodity. The law enforcement officials have related the Replica Panerai watches wieden China area counter-counterfeit department, inspects after this company staff, these commodities to counterfeit Replica Breitling Watches completely the trademark village in a mountainous area goods. The shop side said that have presented the
louis vuitton monogram bags extremely clear outline. The very special zero chanel 2.55 bags design, is in addition quiet and tasteful for the Louis Vuitton Replica handbags addition, at the same time nous also practical convenient. The holoscopic this year's Prada Replica handbags fashion trend, the gadget embellishes
louis vuitton monogram canvas design Cheng Dare the design. For instance hangs up string tassels on the louis vuitton damier canvas, is joined to chain and so on, replica handbags designs no longer sole tasteless
Replica Bvlgari WatchesReplica Cartier WatchesReplica Chanel WatchesReplica Chopard WatchesReplica Corum WatchesFranck Muller WatchesReplica Gucci watches
Replica IWC watchesJimmy Choo handbagsJimmy Choo bagsYves Saint Laurent handbagsYSL handbagsMARC JACOBS handbagsBurberry handbagsBurberry bagsCartier handbagsCeline handbagsGivenchy handbagsLancel handbags
laminated glass

how do i get the result of

how do i get the result of this captcha and send the results of captcha to any textbox or anywhere by using vb.net.Advanced link building strategies

Ghd Straighteners

Over the past few years Ghd Straighteners have released a new pink iron each October, however, our Hair Straighteners insider tells us that they may not release a Dark Ghd iron this year, so if you want to get your hands on a Pink Ghd, then this could be your last chance!

Thanks

thanks for sharing the project here
Soccer games BMX games Army games

buy levitra online

MBT Shoes

Spring has finally arrived, which makes it the perfect time to get outside and do something good for your body. Many people use MBT as a training tool in conjunction with their regular exercise regime, in order to get a more thorough work out. However, the beauty of MBT Shoes is that you can use them whilst doing your regular day-to-day activities, knowing that you are doing something good for your body at the same time. MBT Sale in our store,and you can buy MBT Lami ,which is a step towards a better body!

UGG Boots has a strong

UGG Boots has a strong comfort, but also very fashionable, which is the leading fashion and trend of UGG Cardy Boots. The new products of UGG Bailey Button models provide with 10 different colors for your choice to meet a variety of customer preferences. The Discount UGG Classic Short of the other features are: a flexible lightweight, wear-resistant anti-slip, comfortable and warm. Cheap UGG Classic Tall low price but good quality, are exported to the UK and other parts of the world. http://www.uggsbootssaleonline.com/

UGG Boots has a strong

UGG Boots has a strong comfort, but also very fashionable, which is the leading fashion and trend of UGG Cardy Boots. The new products of UGG Bailey Button models provide with 10 different colors for your choice to meet a variety of customer preferences. The Discount UGG Classic Short of the other features are: a flexible lightweight, wear-resistant anti-slip, comfortable and warm. Cheap UGG Classic Tall low price but good quality, are exported to the UK and other parts of the world. http://www.uggsbootssaleonline.com/

Hi

Vimax and Vigrx has been the best selling Penis Enlargement Pills on the market for the past 5 years now. I have an exclusive agreement with them and am the biggest dealer of VIMAX pills on ebay and the internet.

Jump to Hello world example‎:

Jump to Hello world example‎: The following is a very simple VB.NET program, a version of the classic "Hello world" example created as a console ... great simple example. i have been codling in C for a while and only now started vb.net. the example makes for a simple straight forward demo. and can be ... special Jump to VB NET Classes and Object‎: 2. Create your own Classes in VB .NET ... 3. Write your own VB .NET database code ... VB.NET Sample code. This blog contain vb.net sample code base on vs2005, sql script and another. 2009-10-29. Show and Hide Windows Form in System Tray ... technology This tutorial demonstrates how to get started with using Chilkat .NET components in VB.NET. For specific examples, please click on one of the links in the ...Installing Chilkat - FTP - Email - Encryption Pages of VB.NET sample code and VB.NET examples. VB.NET Example Program. Download and reference Chilkat's VB.NET examples for samples on mail, encryption, ... special This site provides lessons on Microsoft Visual Basic .NET including examples on applications. It also serves as a guide to various exams to the Microsoft ... VB.Net examples (example source code) Organized by topic.GUI - Data Structure - File Directory - Database ADO.net ASP.NET User control (.ASCX) Demo * Class for Automatic Rich Text Box Coloring and Formatting (VB.NET) * ... NET WEB Service using VB.NET (With Tutorial) * ... 707722889

online generic viagra

User friendly & Helpful .Net

User friendly & Helpful .Net Captcha function.I will try this comment while providing my next Captcha sequence in my website

mp3 music download

UGG Boots has a strong

UGG Boots has a strong comfort, but also very fashionable, which is the leading fashion and trend of UGG Cardy Boots. The new products of UGG Bailey Button models provide with 10 different colors for your choice to meet a variety of customer preferences. The Discount UGG Classic Short of the other features are: a flexible lightweight, wear-resistant anti-slip, comfortable and warm. Cheap UGG Classic Tall low price but good quality, are exported to the UK and other parts of the world. http://www.uggsbootssaleonline.com/

ugg boots

UGG Boots is the world's premier brand of authentic UGG sheepskin footwear and remains the leader in quality, innovation and style, we offer you the most popular and fashion Uggs such as
Ugg Bailey Button
Ugg Classic Tall,
Ugg Classic Cardy and so on .
Ugg Boots on Sale with Fast delivery!And free shipping!

awareness

the result of this captcha and send the results of captcha to any textbox or anywhere by using vb.net.
Stainless Steel Cookware Sets

ugg boots

UGG Boots is the world's premier brand of authentic UGG sheepskin footwear and remains the leader in quality, innovation and style, we offer you the most popular and fashion Uggs such as
Ugg Bailey Button
Ugg Classic Tall,
Ugg Classic Cardy and so on .
Ugg Boots on Sale with Fast delivery!And free shipping!

nice

internet capacity to prevent the network coming under strain.But still we are providing you the video without breakage.Apex Professionals LLC

buy sumycin

buy accutane online

increasing internet capacity

increasing internet capacity to prevent the network coming under strain.But still we are providing you the video without breakage.
Regards,
Watch TV Streaming

thanks for sharing the

thanks for sharing the project here

mini scooters

I encounter some errors at

I encounter some errors at first when i used this but after checking i found out where's the error. I've used it though i'm not really found of using it.

Jorge Feliciano
Research paper help

a strong comfort, but also

a strong comfort, but also very fashionable, which is the leading fashion and trend of UGG Cardy Boots. The new products of UGG Bailey Button models provide with 10 different colors for your choice to meet a variety of customer preferences.video advertising

buy zithromax online

buy propecia online without