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...
User Profile
Collapse
-
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()...
No activity results to display
Show More