Search:

Type: Posts; User: buzz4rd

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. VS 2019 Re: Programatically Click Div Element using GeckoFx 60

    That's what I know. Anyway thanks. But I need multiple Gmail Account to be logged in due to a large number of students.
  2. VS 2019 Re: Programatically Click Div Element using GeckoFx 60

    It's really frustrating. I have been working on it for 4 days. But I could not fix it. It seems like a usual div element but don't know why I can't trigger click event. That is why I think they don't...
  3. VS 2019 Programatically Click Div Element using GeckoFx 60

    I am having a tough time clicking a div element through GeckoFX 60 VB.NET. I also tried to use element.click() but It does not work.

    Here is my code for DispatchEvent :



    Dim ev As...
  4. VS 2019 Is it possible to Drag an Image to Winform GeckoFX browser?

    I'm using Geckofx 60 to fill a web form. I have to attach images/files also.

    Eventually, I want to automate the process. :)

    I have been trying to implement this. But there is no error/success....
  5. VS 2019 Application does not run on windows server 2019

    Hi, I'm facing a weird problem. I have made a simple tool using VB.NET (vs 2019). I'm using GeckoFX 60 and Seleneium 4.0 alpha. It's fine on my PC. But It does not execute/appear in my client server...
  6. VS 2017 How to Share/Update GEO Location using GeckoFX 45?

    Hi, I'm using GeckoFX 45. I need to Share/Update GEO Location. How can I do it? :)
  7. VS 2017 Re: I do not get any Response of httpWebRequest in windows server 2012 R2.

    Please check the code above.
  8. VS 2017 Re: I do not get any Response of httpWebRequest in windows server 2012 R2.

    Public Sub mRequest()

    If taskRun = True Then

    Task.Run(Sub()

    Try
    OnPingTime.Invoke("Info", "Connecting ...." &...
  9. VS 2017 I do not get any Response of httpWebRequest in windows server 2012 R2.

    I'm using httpWebRequest in vs 2017 VB.NET. It works fine in windows 10. But I do not get any Response in windows server 2012 R2. How to fix it?
  10. VS 2017 Re: What's the Technology Behind the Application Like Long Tail Pro?

    Finally I figured it Out. It's Flash/ActionScript. Thank you very Much.
  11. VS 2017 Re: What's the Technology Behind the Application Like Long Tail Pro?

    I used this software several times. And I can ensure that it does not use google api for searching purpose. It uses google adward keyword planner tool to generate keyword information. There are many...
  12. VS 2017 Re: What's the Technology Behind the Application Like Long Tail Pro?

    One more thing I want to let you know that Adobe AIR is required to use this software.
  13. VS 2017 Re: What's the Technology Behind the Application Like Long Tail Pro?

    https://youtu.be/mhI74svIGZU?t=154 Please check this video. It collects data from google adwords Keyword research section by inserting desired keyword. It's smooth like browser. Actually, I want to...
  14. VS 2017 What's the Technology Behind the Application Like Long Tail Pro?

    Is it Possible to make web automation like Long Tail Pro in vb.net? I used GeckoFX, SimpleBrowserDotNet but no one is perfect. GeckoFX is good but It's heavy. SimpleBrowserDotNet is light weight but...
  15. VS 2017 Re: How to Handle a large number of WebClient request?

    Is it similar like Thread Pool or something else?
  16. VS 2017 How to Handle a large number of WebClient request?

    I need to handle 500+ Http Request per seconds by using WebClient. And I also want to show the status of those request in Listview subitem.

    I tried 5/10 Http Request per second but it freezes The...
  17. Replies
    7
    Views
    2,894

    VS 2015 Re: How to handle Multiple Task Properly?

    Thank you. Actually, I'm also using DocumentCompleted event in Gecko. It's much More Advance than IE. But sometimes it stucks. It's not Just registration there are many Tasks after Registration....
  18. Replies
    7
    Views
    2,894

    VS 2015 Re: How to handle Multiple Task Properly?

    Yes, I'm using GeckoFX 33.0.
  19. Replies
    7
    Views
    2,894

    VS 2015 Re: How to handle Multiple Task Properly?

    Ok, Let me Make it clear. I have to Fillup form and Click Register button. After clicking Register button I simply disable the Timer untile getting the registration response because IF I Enable Timer...
  20. Replies
    7
    Views
    2,894

    VS 2015 How to handle Multiple Task Properly?

    Hi, I made a browser automation for a specific site. I used Timer to handle the task one by one. But sometimes it stuck. What's the best Practice to Handle this kind of browser automation with Multi...
  21. VS 2015 Re: How to Download Image Through vb6 Winsock/vb.net socket?

    Thanks. I need to know few more things. According to your Explanation, Now I'm using httpWebRequest. All over its fine.

    I need frequently Request until getting response that is why I'm using...
  22. VS 2015 Re: How to Download Image Through vb6 Winsock/vb.net socket?

    That's a Great Explanation.

    Ok Let Me let you know the Reason why I'm comfortable to use Socket though it has complexity.

    There is an online store which provides free products at a certain...
  23. VS 2015 How to Download Image Through vb6 Winsock/vb.net socket?

    147477

    Please Look at the Picture. I need to download The Image data from Data Arrival. But I can't split the Header data to save the Image in my Computer. Is there any way to save the Only image...
  24. Re: I need to access web page at a specific time when site capacity is full.

    So There is no way to Do that ? Only site admin can have the priority power ?
  25. Re: I need to access web page at a specific time when site capacity is full.

    So WebBrowser is faster than WebClient ?
  26. I need to access web page at a specific time when site capacity is full.

    I need to access a web page at a specific time. Suppose it's 11.00 am. At that time thousands of users try to access that site. So it's hard to get that site data. So is there any way to increase the...
  27. VS 2013 How to Download PDF Without Dialogbox through WEB Browser?

    130265

    After Clicking Print Form, I always get this save dialogbox. Even save location dialog box. I want to Download PDF without any Doalog Box. Is it possible ? :thumb: Please let me know it. :)
  28. VS 2013 How to save Specific Image From web browser caches vb.net?

    Dim doc As IHTMLDocument2 = _
    DirectCast(webBrowser1.Document.DomDocument, IHTMLDocument2)

    Dim imgRange As IHTMLControlRange = _
    DirectCast(DirectCast(doc.body, _
    ...
  29. Replies
    1
    Views
    2,527

    VS 2013 How to get Local DataBase

    I'm using vs 2013. I can't add Local DataBase Like vs 2012. So How can I add this in vs 2013? :) Please :)
  30. VS 2013 Re: How can i copy captcha image of the Gecko Web Browser

    Ok I have used MS office 2007 Document Imaging to bypass Captcha. So I have to save that Image to do this.
  31. VS 2013 Re: How can i copy captcha image of the Gecko Web Browser

    So are you sure ? It's Gecko FX DLL?
  32. VS 2013 Re: How can i copy captcha image of the Gecko Web Browser

    Yes. If i reload I always get new image. Please check this. Actually i want to make like this http://www.vbforums.com/showthread.php?803773-How-can-i-Do-this
  33. VS 2013 Re: How can i copy captcha image of the Gecko Web Browser

    Just want to save the same Image into a folder. :)
  34. VS 2013 How can i copy captcha image of the Gecko Web Browser

    I have a windows project with GeckoFX Web browser Control with a Captcha Page. But I want to save that Captcha Image into a Folder. I don't have any idea.


    <tr>
    ...
  35. VS 2013 Re: How can I get Page Source Code by using GeckoFx ?

    Yes But it does not show anything.
  36. VS 2013 How can I get Page Source Code by using GeckoFx ?

    I'm using GeckoFx DLL. But can't 1 thing.

    How can i get Page source? It's not same as default WebBroswser.

    :) Please :)
  37. Replies
    1
    Views
    2,189

    VS 2013 How can i Do this?

    Hello there,



    Please check this video. How can I make such WEB Browser? Is it GeckoFx DLL? Or How can I Operate My Mozila Firefox like This? It seems Mouse Recorder. I'm confused. :confused: ...
  38. Replies
    0
    Views
    2,073

    How to Auto Click On menu In Web Browser

    hi there, I'm working on a simple project. I want to make a tool that can Load keyword List from

    108575

    https://adwords.google.com/ko/KeywordPlanner/Home and load in ListView Control. How can...
  39. Replies
    3
    Views
    1,033

    Re: How to Send Correct Data via Csocket Class ?

    Thanks a lot bro. It's working on my PC. But I can't run this process on my Friends pc from syria. I don't know is it his OS (win 7 ultimate) prob or language pack prob. I'm confused :eek:
  40. Replies
    3
    Views
    1,033

    How to Send Correct Data via Csocket Class ?

    Dear Forum members, :)

    I usually make mig33 tool with Csocket class. But in few PC I got a Error. When i send packet to mig33 server 3rd byte always remains 3F . That's why I can't send correct...
Results 1 to 40 of 44
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width