0
votes
1answer
19 views
Internet Explorer control (or other) rendered onto a directdraw surface
Hi everyone. I'm tasked with modifying an existing c++ codebase which uses directdraw for its UI. Is it possible to make use of a browser control that renders onto one of the (exis …
1
vote
2answers
271 views
What’s the best way to detect that Adobe Acrobat Reader is installed from a browser?
What's the best way to detect that Adobe Acrobat Reader is installed from a web browser? I'm assuming it would have to be done on the client-side (I don't think Adobe adds any use …
0
votes
2answers
413 views
Prevent WebBrowser control from swallowing exceptions
I'm using the System.Windows.Forms.WebBrowser, to make a view a la Visual Studio Start Page. However, it seems the control is catching and handling all exceptions by silently sinki …
0
votes
3answers
95 views
Is it possible to get unbuffered web browser output?
I have a small cgi script that fetches and validates a configuration file for Nagios. The typical run time is several minutes, and I would like to get some feedback in the browser …
3
votes
7answers
922 views
Login without username and password from the web browser on Windows
I heard that on Windows you can login from a web browser to the web server without going through the usual login entering username and password but using instead the credentials fr …
0
votes
1answer
65 views
Faulty to use memcache together with a php web-browser-game in this way?
Background
We are currently working on a strategy web-browser game based on php, html and javascript.
The plan is to have 10,000+ users playing within the same world.
Currently …
-5
votes
9answers
438 views
Is it possible to develop a web browser using Python?
Developing a web browser in Python - is it possible?
3
votes
3answers
262 views
Techniques for logging into websites programmatically
I am trying to automate logging into Photobucket for API use for a project that requires automated photo downloading using stored credentials.
The API generates a URL to use for …
12
votes
9answers
956 views
How to get started building a web browser?
I decided to put some effort in building a web browser (from scratch), any recommendations on how to get started! not only coding, also design patterns, and best practices advices …
1
vote
0answers
219 views
Windows CE free internet browser [closed]
Do you know of a good free Internet browser for Windows CE, that you have tested it yourself ? thanks,
1
vote
5answers
539 views
What is the difference between an F5 (refresh) of a page and pasting that URL in a new window?
What is the difference between an F5 (refresh) of a page and pasting that URL in a new window and clicking enter?
Any help is appreciated
0
votes
1answer
339 views
How to control toolbar location in IE addon (BHO)
I'm trying to develop an Internet Explorer 7 addon using "Browser Helper Objects" (BHO). The goal is to have a standard IE toolbar with some buttons and one custom control. I would …
2
votes
1answer
121 views
which engines do firefox/safari/chrome use
I was just wondering, what engines these browsers use:
Firefox...Gecko?
Safari...Webkit?
Chrome..." "
Internet Explorer...?
Thanks...
10
votes
6answers
306 views
Do valid web pages load faster?
I am a fan of valid web pages and always spend time passing new sites through the W3C validator.
When trying to make a case for why companies should validate web pages I quickly t …
0
votes
0answers
105 views
Append form element to WinForm browser in C# before submitting
I have a C# application with a web browser. The web browser that has an external page with a form and I need to append some tags to that form before it opens up the new window. …
