Recent content by KirtiD

  1. K

    How To Promote Local Classified Site

    Hi I have create a site and I am willing to know how can promote this site get good visitors, what should be the action plan CityClassifieds.in
  2. K

    implement Visual Basic into Imacros !?

    Either You need to use paid component of Imacros- Web Browser Control Component or if you wish to use Firefox then U can check help file of Imacors Let me know your exact requirements I will provide you exact solutions
  3. K

    Need Some Assistance with HTTP Web Request

    hi pls provide me details I will try to solve u r issue Thanks
  4. K

    [GET ]Free Local Citation Submission Service

    Hello Just Found This Free Local Citation Submission Service Free Local Citation SubmissionWe Hand Submit Your Business To Top 10 Local Citation Sites And You Will Receive Report Of 10 live URL?s Of Your listing,Simply Submit Your Business Details HereLimited Offer Click Here Free Local...
  5. K

    Trying to click a button in webbrowser

    hi I already mentioned wc is name of web browser control pls read code again
  6. K

    Trying to click a button in webbrowser

    Hi here is trick , hope this will work, If you still face issue pls share complete html of login button 'wc is web browser control' Dim doc As HtmlDocument = wc.Document Dim link As HtmlElement Dim links As HtmlElementCollection = wc.Document.All For Each link In links...
  7. K

    [ GET] Free Data Scraping Service

    hi Every One Pls share me site form which data to be scraped or PM me I will share you result in Excel File
  8. K

    [ GET] Free Data Scraping Service

    Hi Recently I developed a software similar to Visual Web Ripper to scrape data form different sites I am offering free data scraping up to 10 Pages for BHW member Please PM me details of the site from which you wish to scrape data Order will be processed on first come first serve basis I...
  9. K

    awesomium webview to String

    hi following code worked for me string html = webView.ExecuteJavascriptWithResult("document.getElementsByTagName('html')[0].innerHTML");
  10. K

    awesomium webview to String

    hi I am trying to scraper one web page which contains some java script so I wish to open web page in awesomium and convert it to string so I can pass it to htmlaligity pack can any one pls provide some help how to convert webview to string
  11. K

    Free Scrapers - Tell Me What You Want!

    Hi I already shared craiglist email scraper its in jr.VIP section your can download it form there
  12. K

    How to View Selection Source?

    hi you can use web browser document ,document,innerhtml is you be specific I will try to provide more help
  13. K

    How to View Selection Source?

    hi in last week CL made change to its web site , so my old harvester is no more working I will correct same this week and will share link to you
  14. K

    Twitter Account CReator

    hi here is complete code , i can see cookieJar contain cookies, when my program post signup request twitter redirect me to https://twitter.com/account/new but it shows signup page so no error or success as well Dim strProxyServer As String Dim proxyObject As WebProxy Dim cookieJar...
  15. K

    Twitter Account CReator

    hello I am trying to create HTTP web request base twitter account creator, its not working, I followed same steps which I recorded while doing it manually Private Function DoRegistUser() Dim cookieJar = New CookieContainer() Dim UrlRegister1 As String =...
Back
Top