A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. (from Wikipedia)
3
votes
1answer
39 views
How should i properly invoke a WebBrowser using multiplethreads?
Problem Scope:
I'm writing an aplication to save the HTML's retrieved from the Bing and Google searches. I know there are classes to execute the Web Requests using stream such as this example, but ...
0
votes
0answers
12 views
VB.net Navigate webBrowser Frame
I am attempting to navigate a website that consists of many frames.
I have no idea how to tell VB.net to select a specific frame to work in
I have successfully done this in .AHK
frame := ...
0
votes
0answers
5 views
Changing browser for IPython Notebook from system default
I would like to keep firefox as my system default browser on my Mac, but launch IPython Notebook in Chrome[1].
This answer led me to my ipython_notebook_config.py file but I can't get an instance of ...
0
votes
0answers
11 views
How create our own custom browser
I am developing a application in adobe air using flex builder, where I need to open web sites inside application.
Actually these applications works exactly same as web browser.
Currently I used the ...
1
vote
2answers
40 views
Invoke a script in WebBrowser, and wait for it to finish running (synchronized)
I am using webBrowser.Document.InvokeScript("Function") to run a javascript, located in a local file opened with the Winforms WebBrowser.
The problem is, I need the javascript to finish executing ...
2
votes
0answers
30 views
Font Smoothing in WPF WebBrowser control
Here is text rendered in a WPF WebBrowser control:
Here is the same text using the same font rendered in IE10 on the same machine:
I have tried the registry hack to make the WebBrowser control ...
0
votes
0answers
35 views
facebook signin opens web browser instead of signin dialog(popup)
I am developing an application in which i have used Facebook API to sign in the app.
All was working fine few days ago(when i click on signin button Facebook login dialog appears it logins me ...
0
votes
1answer
20 views
How do I sandbox a web browser control in C#?
I am using a web browser control to view cached web pages "offline". The problem I am running into is that when I load a page, some links obviously want to fetch the data from the internet.
I am not ...
0
votes
1answer
25 views
Login to slideshare
I'm trying to create a tool to manage multiple slideshare accounts. It's pretty tiresome to login and logout of each of them manually, so a thought to create a simple webbrowser tool that does the ...
1
vote
1answer
38 views
How to display word 2007 document in web browser control using asp.net web application?
I am using VS -2010 for my asp.net web application.Now i want to display word 2007 document on browser.So, i decided to use webbrowser control for displaying word 2007 document.
But i did not find the ...
0
votes
0answers
16 views
change postdata with BeforeNavigate2 Event
i use vb2008 with webbrowser control and ie 8.0 xp sp3
here is the function
Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, ByRef Url As Object, ByRef Flags As Object, ByRef ...
0
votes
1answer
11 views
POSTing Data From Windows Phone app to Web Page
I have a Windows Phone 8 app. My app needs to POST some data to a web page that I have on my server. Please note, I am trying to POST to a web page, not a web service. The reason that I need to POST ...
0
votes
0answers
8 views
capture postdata and change it before sending it webbrowser
i want to capture the postdata from webbrowser and change it before it will be send to the server there is
Private Sub WebBrowser_BeforeNavigate2(ByVal pDisp As Object, ByRef URL As Object, _
...
0
votes
0answers
16 views
change postdata values and parameters before sending webbrowser
in the enevent beforenavigating
Dim ie = DirectCast(WebBrowser1.ActiveXInstance, SHDocVw.InternetExplorer)
AddHandler ie.BeforeNavigate2, AddressOf WebBrowser_BeforeNavigate2
Private Sub ...
0
votes
0answers
40 views
How can I watch my video from an sdp file?
I'm using ffmpeg to create a streaming. It works fine. I have a server and with ffplay I can watch my stream.
My only (big) constraint is real time.
I have to embed it into an html page accessible ...
-1
votes
0answers
13 views
Using WebBrowser with DoEvents() in Windows Server 2008
I'm having a problem using WebBrowser to save a page as image in Windows Server 2008.
My code works in Windows 7 but for some reason it doesn't work in Windows Server 2008 (R2 Standard).
I saw that ...
0
votes
1answer
38 views
How to get the new window's URL with WebBrowser
I want to crawl a webpage. The problem is, this webpage has an encrypted link which can only be clicked. Using webBrowser.Navigate wont work. I managed to simulate a clicking action and it opened a ...
0
votes
0answers
22 views
vb.net error with setting cookie from webbrowser control to httpwebrequest
im loading my web application in vb.net web browser control. every valid users are authenticated using username and password in web application .
my problem is , to upload a file im using ...
0
votes
0answers
15 views
how to add proxy to webbrowser1 vb.net
Ok so i have a webbrowser refresher in vb.net but i would like to put a proxy to the webbrowser i don't know how this works.
Here's my code below :
Public Class Form1
Private Property cpn As ...
0
votes
1answer
24 views
WebBrowser Object under other objects
I have a WebBrowser object in my WPF GUI. I want to use this object with the Kinect.
I use Kinect SDK 1.7, Visual Studio 2012, and I configure the WebBrowser object in IE10 emulation.
The problem is ...
0
votes
0answers
7 views
Web browser with memory management
Is there any web browser with manual memory management exist?
So I can limit memory consumption, also it would be nice if can handle 'infinite' number of tabs.
0
votes
0answers
11 views
Jquery - Supersized image resize on Android Browser
I m trying to use http://buildinternet.com/2011/07/supersized-3-2-fullscreen-jquery-slideshow/
on a web page, which works fine across desktop and iOS browsers, sadly the images stretch in android ...
0
votes
1answer
27 views
Save data while system shutdown/restart/logout/logoff/application close for a WEB UI?
I have a web application .let say in a page i have 2 label lbl1,lbl2 and correspopnding 2 txtbox.while the application open in web browser if i shutdown/restart/logout/logoff/close the application i ...
0
votes
2answers
44 views
Issue in json request response, getting blank response(SOLVED by using ASIHTTP Library)
I am stuck with an issue in simple request response in iOS, I am getting blank response in request a url with one post parameter, where the url as it is perfectly working in android and webbrowser
...
0
votes
2answers
17 views
How to maximize browser using Sahi with java
I'm using Sahi Java Driver. My Java code with Sahi is running well. When tests are being executed the browser (in my case Firefox) is not maximized. The snippet of my Sahi Java code as below:
String ...
1
vote
1answer
37 views
WinForms WebBrowser in WPF memory leak
I'm currently working on an application where I am using WinForms WebBrowser controls in WinForms hosts. The problem is even when I close a browser and dispose of everything the memory doesn't seem to ...
1
vote
2answers
53 views
does it required to have individual server SSL certificate for each embedded device?
I have an embedded device which runs a web server.I need to integrate the server SSL certificate for the web server. If I have multiple such boxes, is it required to have different SSL for each box?
0
votes
1answer
58 views
C# - Automatic Login to a webpage using WebBrowser - disabled html tag
After some research on the WebBrowser DocumentCompleted issue, I've inserted my login attempt into the DocumentCompleted Event Handler.
Here's my code:
public void wb_DocumentCompleted(object ...
0
votes
0answers
24 views
Upside-down Windows OSK and Webbrowser
At my internship was requested that I'd look into utilizing the Windows OSK (win 7/8) for a touch dual browser.
After my experiences with the WPF webbrowser and extended research, I doubt this'll ...
2
votes
1answer
27 views
Is it possible to enable javascript for a specific URL? [closed]
There are many users who have JavaScript disabled and deny to enable it even for some business applications. Is there any way to allow a user to enable a JavaScript for a specific URL in order to use ...
0
votes
0answers
85 views
Getting “resource is busy” error, how to fix it?
I got the below code, which I believe producing "Resource is busy" and since it is in a Timer keep on repeating. I use it to find out what the website I am trying to automate telling me and act ...
0
votes
0answers
40 views
C# - Check if got message from page with (web browser control)
My program is logging into the website and if the login fails I'm getting a message from the page which is automatically displayed in the messagebox box in my program:
"Message From Page"
Username ...
0
votes
1answer
8 views
Logon to website using domain credentials onto remote domain with the same name as a local domain does not work
We have an internal domain where users logon to. We also have a cloud based solution with multiple websites that are also in a domain there.
However the domain names (netbios) are exactly the same.
...
0
votes
0answers
32 views
Is there a way to emulate HTML/CSS zoom properties in Windows Phone 8 WebBrowser?
I want to display a website in a Windows Phone 8 WebBrowser view and fix the viewport zoom to display content in the logical screen resolution, e. g. a 300 CSS pixels wide element should take 300 ...
0
votes
0answers
20 views
play videos(added using javascript) inside webbrowser control cause “ error #2148 try loosening flash security setting”
I have to add videos using javascript
I'm creating WPF application and reading html files, i added some javascript functions to files to be able to add multimedia files, the add of images amd audio ...
0
votes
0answers
32 views
Script errors while browsing websites using WebBrowser
I'm writing a simple web browser and I get some script errors the doesn't occur when I display those sites using IE9.
I know how to suppress these errors but I want to prevent them.
For example, ...
1
vote
3answers
29 views
Open and search website from code
I would like to open a new browser page...
Process.Start("http://www.wolframalpha.com/");
and automatically paste in some search text...
string inputString = "x^2+y^2 = 1";
and then run the ...
0
votes
0answers
34 views
make TabItems draggable like Firefox/Chrom or Internet Explorer
I am making a WebBrowser in WPF and, of course, I want to make the tabs draggable. Easy you might say, use DoDragDrop. But I don't want the, ugly, drag and drop cursor. I want it to be like in Google ...
0
votes
0answers
26 views
VB.NET Webbrowser Show Printer Dialog Settings
In VB.NET I've a WebBrowser. Now, I want to print the page and I can do it with WebBrowser1.ShowPrintPreviewDialog()
But how can I define the presettings and set landscape by default? How can I ...
0
votes
3answers
69 views
Azure 502 errors .. trying new WebBrowser() and/or image.Save()
I have this solution that works perfectly on my development workstation using Visual Studio 2012 .Net 4.5. No IIS changes. It's basically C# that grabs a webpage and turns it into bmp. I'm not sure ...
0
votes
0answers
23 views
How to log user action in webbrowser
Have a web page with exam questions, and I need to record a user activity on this site.For example respond a answer when user need to click on a radio button but he can make many activities or change ...
0
votes
1answer
43 views
How to get button using VB.NET
I am not sure how to invoke a button click using VB.NET:
<form id="form-login" style="clear: both;" name="login" method="post" action="index.php">
<p id="form-login-username">
<label ...
1
vote
0answers
26 views
How to display large amount of data (~8Mb) on a web browser at once?
I have to display around 8Mb of data on a web browser. Unfortunately I am not allowed to use pagination. Currently my chrome, FF, IE hang while rendering this huge data.
Is there any way to tweak ...
0
votes
0answers
11 views
is this what is meant by the WSOD, or a feature?
I sent an email message in IE10 using Yahoo's webmail client. The screen turned pale white with the underlying window palely visible. As if the screen was like a pine board wiped with a thin white ...
0
votes
2answers
51 views
How to handle share location functionality of browser in selenium web driver
Now i am working in a project which contain google map or geo location API. When we click on map it show browser Share location pop up but using selenium web driver i am not able to click on it. And ...
-3
votes
0answers
29 views
why firefox can't load a <div>? [closed]
I'm trying to create a theme for wordpress.
in section of code i have 3 like this:
<div id="main">
<div id="postbox"></div>
<div id="container"></div>
...
-1
votes
0answers
8 views
What would it take to add a seamless video popout feature like Maxthon's?
Maxthon has had the ability to popout videos seamlessly for at least a year. Here's what it looks like https://www.youtube.com/watch?v=BhEJ0R6iTxk&feature=youtu.be
How difficult would it be to ...
0
votes
1answer
37 views
How to select drop down value - Vb.net Webbrowser
I want to select a dropdown value with vb.net webbrowser
<OPTION value=1>One</OPTION>
<OPTION value=2>Two</OPTION>
The values 1 & 2 are without the quotes
If the value ...
0
votes
1answer
44 views
C# WebBrowser Run Javascript - Return blank page with the result of the Javascript - Why?
when i try to run javascript in a webbrowser, the code runs, but after it has been executed takes me on a white page with the upper right corner a numeric value (in this case "1000"), taking me away ...
0
votes
0answers
34 views
Webbrowser : get source of webpage while navigating
I want to get source of webpage or document.body.innerhtml while the page is navigating.
I test this code:
textbox1.Text=Webbrowser1.Document.Body.InnerHTML;
but there is a problem...
this code ...


