User Profile

Collapse

Profile Sidebar

Collapse
nickin4u
nickin4u
Last Activity: Mar 13 '08, 05:04 AM
Joined: Jul 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Need Help on System.Windows.Forms.HtmlDocument and mshtml.HTMLDocument

    I have a application that is used to automate certain task,
    I have been using mshtml.HTMLDocu ment class but certain events like click a button do not fire. I have tried a number of combinations but in vain.
    I was now trying to use System.Windows. Forms.Htmldocum ent class; here is the code

    Dim do1 As System.Windows. Forms.HtmlDocum ent = web1.Document

    web1 is axwebbrowser

    however when i execute...
    See more | Go to post

  • nickin4u
    started a topic File upload with vb.net
    in .NET

    File upload with vb.net

    I am trying to upload a file with vb.net application using the following code.
    The upload_file.php is at my website and if i try to use it through an html page on my website it works perfectly fine. This same code also used to work till sometime back but now it gives me same error all the time.

    Dim strURL As String = "http://www.website.com/upload_file.php "
    Dim myHTTPRequest As New System.Net.WebC lient()...
    See more | Go to post
No activity results to display
Show More
Working...