
c# - How to get started building a web browser? - Stack Overflow
Mar 1, 2009 · The DOM is extremely fundamental to web programming, and so if you're going to actually build a modern web browser, it's entire design has to take this into consideration. Since you are …
Using java to create a web browser - Stack Overflow
Jun 21, 2010 · Is it possible to use Java to build a web browser like Internet Explorer that will open all the web pages and display all the contents?
Is it possible to write a local web application that does not need a ...
Nov 5, 2014 · 14 I want to create a local application that has a browser-based UI rather than a stand-alone GUI based on MFC / Qt / etc. If I don't want to run a webserver on the local machine, how can I …
Create and save a file with JavaScript - Stack Overflow
I have data that I want to write to a file, and open a file dialog for the user to choose where to save the file. It would be great if it worked in all browsers, but it has to work in Chrome. I w...
Open a Web Page in a Windows Batch FIle - Stack Overflow
I have a batch file that does a bunch of things and at the end needs to open up a web browser to a page. Is there a way to, in essence, call ShellExecute on a http to open the web page? Windows Co...
How can I create a link to a local file on a locally-run web page?
Aug 15, 2013 · Learn how to create a link to a local file on a locally-run web page using HTML and JavaScript.
How to manually send HTTP POST requests from Firefox or Chrome …
1542 I want to test some URLs in a web application I'm working on. For that I would like to manually create HTTP POST requests (meaning I can add whatever parameters I like). Is there any …
Automatically open a browser and login to a site?
Apr 2, 2015 · Set the browser (Chrome/Firefox to open the pages opened in the last session and also log her into Facebook and e-mail and save the login credentials when asked). You'll achieve the …
Excel VBA create an embedded WebBrowser and use it
Hi I'm trying to dynamically create a web browser inside a spreadsheet and then use it but the WebBrowser functions don’t seem to work Here is how I create the WebBrowser Set myWebBrowser …
What are the ways to make an html link open a folder
May 13, 2009 · I need to let users of an application open a folder by clicking a link inside a web page. The path of the folder is on the network and can be accessed from everywhere.