How do I display a html page stored on my hard disk on a form in vb ?
http://www.experts-exchange.com/Programming/Misc/Q_20382822.html
Zones:
ProgrammingDate Answered: 05/11/2003 Rating: 7.8 Views: 0
I am working with visual basic and I want to get an url, or better, a result from a html form.
I use this code to get an url:
Set objHTTP = CreateObject("MSXML2.ServerXMLHTTP.4.0")
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20706610.html
I need to grab a web page's text (not the HTML, but all the text on a page the user would see.
How can I do that progmatically?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21285563.html
Zones:
Visual BasicDate Answered: 03/06/2005 Rating: 9.2 Views: 26
Hello I have a script that when ran as a .vbs file it shows me all locked user accounts. When i try to put it into an html file it wont work.
Am i missing something? You would think if it runs ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_24309345.ht...
I need some help with how I can combine the attached HTML code with the VB Script. The HTML code isn't perfect yet, but the VBS does function as I want it to. Is it possible to have the HTML open...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_24588663.ht...
Zones:
HTML,
VB ScriptDate Answered: 10/20/2009 Rating: 9.2 Views: 4
Hi,
How can I convert a html color eg #FFFFFF in to a vb color so I can then use the vb color to change the background color of a labal?
Thanks for any help
jayy
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10570501.html
Zones:
Visual BasicDate Answered: 06/29/2000 Rating: 9.4 Views: 18
I have a VB form with a text box for entering plain HTML, after getting the HTML from the user, I want to open an instance of default browser and show the html in browser.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11702018.html
Zones:
Visual BasicDate Answered: 08/17/2001 Rating: 8.6 Views: 0
How can I open a HTML-page in the default browser in my VB-program? The html-file is located on my harddrive or CD-ROM. I will also be able to pass parameters so that the page is displayed in full ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20073925.html
Zones:
Visual BasicDate Answered: 02/07/2001 Rating: 7.2 Views: 0
when i execute the following code
=============================
Set xml = CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "http://www.rediff.com", False
xml.Send
msgbox( xml.responseText)
S...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20677650.htm...
Zones:
ASPDate Answered: 12/30/2003 Rating: 9.2 Views: 0
Hi i have a html form with username textbox. When someone clicks on my a command button in my application i open the form using:
i = ShellExecute(0&, vbNullString, "www.myWebSite.com", vbNullStrin...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20684361.html
Zones:
Visual BasicDate Answered: 07/20/2003 Rating: 7.0 Views: 0