webbrowser-control Questions
5
Solved
I am building a piece of software that requires a WebBrowser component.
Unfortunately it won't show my page correctly.
My content uses this CSS style:
.content_mid{
background-image:url(http://im...
Dutchman asked 19/4, 2012 at 21:10
3
Solved
How could I disable javascript entirely on WebBrowser in WinForms?
Nonbeliever asked 16/5, 2012 at 17:35
12
Solved
I am building a Flutter app, and I'd like to open a URL into a web browser or browser window (in response to a button tap). How can I do this?
Dupree asked 31/3, 2017 at 20:19
9
I have been googling for hours and trying to figure this out, and I just can't.
I have 1 webbrowser control on a form, webbrowser1.
Once I load a page, say google.com, if I use webbrowser1.refres...
Turbofan asked 6/8, 2010 at 5:10
4
Solved
I have a c# .Net application that opens a custom Print Preview form (compromising of a WebBrowser form control that displays a HTML file and a button which prints the contents of the web browser co...
Unbutton asked 1/11, 2013 at 19:37
6
Solved
Is it possible to get the RTSP Streaming data into the web browser?
Below are some of my findings. Kindly correct me if I am wrong?
Only Mac OS, and Safari supports RTSP Live Streaming.
HTML 5 ...
Scotism asked 11/4, 2014 at 11:25
12
Solved
I'm trying to create a program to clone multiple bugs at a time through the web interface of our defect tracking system. How can I wait before a page is completely loaded before I continue?
//This...
Flann asked 24/2, 2009 at 22:25
2
Solved
We did some experiments loading sample HTML pages in to the latest version of WPF Web browser control which comes with VS 2017 IDE. Seems perfect in most of the cases except when loading following ...
Albedo asked 16/7, 2018 at 10:59
3
Solved
How do you override the ContextMenu that appears when right clicking on WebView2 Control?
When you right click on WebView2 control, the standard context menu with options such as "Refresh"...
Illdefined asked 28/6, 2020 at 15:9
7
Solved
I am developing a windows application with a WebBrowser control that navigates to a sharepoint site.
My problem is that i am getting JavaScript error.
How can i disable the JavaScript error? I don...
Engross asked 19/3, 2010 at 10:8
16
Solved
I've tried this:
string newScript = textBox1.Text;
HtmlElement head = browserCtrl.Document.GetElementsByTagName("head")[0];
HtmlElement scriptEl = browserCtrl.Document.CreateElement("script");
lbl...
Palatial asked 30/9, 2008 at 16:5
5
I'm wondering if it's possible to use Selenium with a C# Windows Form
that contains a WebBrowser object.
I'm using selenium
and I'm able to create test cases with the Selenium script record; I'm...
Raceway asked 23/2, 2011 at 11:46
3
Solved
Thanks in Advance !
In my application, I have embedded a WebView2 control inside a WPF usercontrol.
Is there anyway or a workaround that can help me to take a print of the WebView2 control ?
I iden...
Tiertza asked 30/6, 2020 at 9:52
3
I am using a WPF System.Windows.Controls.WebBrowser control to show some HTML content that is downloaded from a service. Sometimes the HTML contains URLs ("a" elements) that should be clickable.
B...
Diogenes asked 28/1, 2016 at 10:30
9
This is a widely-known, old issue with the .NET Webbrowser control.
Summary: Having the .NET webbrowser control Navigate to a page increases memory usage that is never freed.
Reproduce the memory...
Dyspnea asked 28/11, 2011 at 21:56
3
Solved
Seriously - read the question all the way through before attempting to answer it. "Use a different browser" doesn't answer this question.
The question is this: How do I get a System.Windows.Forms....
Self asked 1/12, 2016 at 23:39
5
Solved
I have web based application which automatically loads on kiosk mode (full-screen) in chromium web browser on client's Computer wich is powered by Windows 7. I want to place a shutdown button on we...
Mayne asked 10/11, 2015 at 10:52
8
Solved
Updated for 2020, I've linked my article where I compare the memory footprints of different approaches to hosting HTML WebView in a basic Windows Desktop application:
MSEdge WebView2 WPF
Chr...
Gee asked 8/8, 2013 at 6:17
4
Solved
The WebBrowser control in WPF is inherited from theUIElement, but we cannot register event handlers in UIElement events. Why is it? At WPF WebBrowser Mouse Events not working as expected, it is ans...
Ornery asked 16/6, 2011 at 12:3
3
I have a WebBrowser control that is automatically logging me into a website and attempting to download CSV data automatically. Everything is working fine, except, when it tries to download the CSV ...
If asked 21/8, 2010 at 20:34
3
Solved
I am working on automated testing script and am using the WebBrowser control. I am trying to submit the following HTML and testing when the user accepts the terms of service:
<form action="htt...
Aegyptus asked 27/9, 2013 at 7:4
6
I am displaying a window with a WebBrowser control on it.
I want the windows to be frameless so I have set WindowStyle="None"
This works BUT displays a colored border around the window.
Allowstrans...
Chamberlain asked 18/10, 2013 at 7:57
2
I am attempting to help a user log into their account using a custom WebBrowser control. I am trying to set the value of an input tag to the players username using the WebBrowser's InvokeScript fun...
Chockablock asked 4/2, 2013 at 6:17
14
Solved
The default version of the webbrowser control in a C# Windows Forms
application is 7. I have changed to 9 by the article Browser Emulation, but how is it possible to use the latest version of the i...
Czardas asked 29/7, 2013 at 11:0
3
I've been trying for the last few days to get the height of a web page from the Document property of a WebBrowser control.
Here's my latest attempt.
HtmlElementCollection children = webBrowser.Do...
Isoclinal asked 24/4, 2009 at 13:1
1 Next >
© 2022 - 2025 — McMap. All rights reserved.