Search results

  1. MisterNick

    Button click problem C#

    Hello, I'm trying to create a following bot on specific website. When i try to click on "Follow" button by innertext or class name nothing happens, but when i open usual chrome browser and perform that operation it works fine. Any suggestion what it is? or how to fix that? Thanks
  2. MisterNick

    ChromiumWebBrowser Question

    Hello, Is it possible to click on the web object by it's tag name using Chrominium web browser? The default web control of .NET can do that, but i didn't find anything like 'GetElementById("objectID");' in Chrominium. Could you please, provide a tutorial for that. I have been using Registry...
  3. MisterNick

    Web button click problem

    Hello guys, So, i'm trying to make a login software and when i try to enter the login information and click at "Submit" the software or idk what exactly, clean the 'username' field and the website automatically says "enter the username" here's my code: HtmlDocument doc = browser.Document...
  4. MisterNick

    Target traffic methods?

    Hello guys, I'd like to promote adult niche affiliate link. So i started scraping email addresses i coded a little software which can do that by my niche, but the main shit is that 70-80% of scraped emails doesn't exists. So is there any other effective ways to get target traffic? can u...
  5. MisterNick

    The best way to promote affiliate link?

    Hello guys, I'm new to affiliate marketing. I'm trying to promote my dating affiliate links but no luck, i tried some email marketing collected target list from Google by niche but most percent of my sent emails i got back coz some of emails doesn't exist. So could u please help me some way...
  6. MisterNick

    Change profile picture on the web?

    Hello guys, Is there any way to change instagram profile picture on the web?
  7. MisterNick

    the process cannot access the file because it is being used by another process C#

    Hello guys, I'm trying to create a file if it's not exists and then write some string to it.But i'm getting an error message "the process cannot access the file because it is being used by another process". if (File.Exists(file)) { } else {...
  8. MisterNick

    Can't scrape data from Website

    Hello guys, I'm trying to scrape html from "fakenamegenerator" but it's showing me an error.Can you please help me? I'm using this code: HttpWebRequest myRequest = (HttpWebRequest)WebRequest.Create("fakenamegenerator url"); myRequest.Method = "GET"; WebResponse...
Back
Top