Enter Keywords:
1 - 10 of 92(0.133 seconds)
Sort By:
 
How do  I display a html page stored on my hard disk on a form in vb ?
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")     ...
Zones: Visual Basic, WinsockDate Answered: 08/14/2003 Rating: 7.2 Views: 0
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?
Zones: Visual BasicDate Answered: 03/06/2005 Rating: 9.2 Views: 18
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 ...
Zones: VB Script, LDAP, Web...Date Answered: 04/09/2009 Rating: 8.7 Views: 0
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...
Zones: HTML, VB ScriptDate Answered: 10/20/2009 Rating: 9.2 Views: 9
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
Zones: Visual BasicDate Answered: 06/29/2000 Rating: 9.4 Views: 24
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.
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 ...
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...
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...
Zones: Visual BasicDate Answered: 07/20/2003 Rating: 7.0 Views: 0