CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TeachMe1

Search: Search took 0.03 seconds.

  1. VB.NET MySQL Application Will Not Connect on Clients Windows 10 64-bit PC...

    Hi,

    I have built an application in VB.NET to connect to a MySQL database to check users registration, but here is the message that they keep getting each time that they try to run the application...
  2. Replies
    1
    Views
    7,812

    VB.NET WebClient Proxy Issue...

    I have been working on a small application that can crawl Google to show some of the search engine results pages and the WebClient normally connects fine, but after trying to connect to Google thru...
  3. Need Help With VB.NET HttpWebRequest Post...

    I am a member of a forum that allows for a BUY/SELL/TRADE section where I'd like to make a couple posts a week. I'd like to use the interface of my VB.NET application to post there.

    I learned how...
  4. Replies
    0
    Views
    4,211

    Vb.net scrape html table - question...

    Say I have a table that will always contain RANDOM DATA (various product titles, prices, & ratings in no particular order). I noticed that sometimes either the "Price:" column or "Rating" column...
  5. Replies
    9
    Views
    2,240

    Re: VB.NET Proxy Question...

    I am still going to need you to put it into the example that I originally shared. I'm not seeing how these methods relate. I
    converted your C# to VB.NET, but even after that, it is only giving me...
  6. Replies
    9
    Views
    2,240

    Re: VB.NET Proxy Question...

    What I'm saying is that I don't see how to write the syntax for combining of the 2 separate threads that you're talking about. How to incorporate the joining of these 2 threads. I take out the UI...
  7. Replies
    9
    Views
    2,240

    Re: VB.NET Proxy Question...

    I still don't see how to combine those 2 codes that you're talking about.
    If I put "request.timeout" on another thread, then it won't work.....???
  8. Replies
    9
    Views
    2,240

    Re: VB.NET Proxy Question...

    How do I do this though? I've already tried adding it to a backgroundworker & the connection still tries to exceed FAR past the 5000. Here is what I've tried to do:


    Imports System.ComponentModel...
  9. Replies
    9
    Views
    2,240

    VB.NET Proxy Question...

    I am interested in learning more about proxy connections. I've been doing a little testing with connecting to proxies through the HttpWebRequest & using the request.Proxy & request.Timeout. But I've...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured