|
Sunday, April 26, 2009 - 3 Posts by 2 People
I'm using the WebBrowser control to automate some things in the background of my application
but I'm getting this popup.
How can I disable these popups in the webbrowser?
Have you set the webbrowser control's ScriptErrorsSuppressed property to True?thanks, that worked
|
|
Friday, July 28, 2006 - 40 Posts by 10 People
In a webpage that is hosted in the webbrowser control, via VB code.
It is really not all that difficult
Studio 2005 (VB.NET)
However I use the COM WB Control, not the built in .NET 2.0 WB Control (because
example is using the webbrowser control, which displays the HTML page rendered the same was the IE
|
|
Thursday, October 08, 2009 - 7 Posts by 4 People
Hello,
I'm using a webbrowser control on a windows forms app. I'm calling the webbrowser control'...
navigate method in the form's load event to load a particular web page. In the webbrowser's
if this helpsDon't use MessageBox here. It pumps a message loop and that allows the WebBrowser
|
|
Saturday, May 09, 2009 - 4 Posts by 4 People
I'm trying to automate some stuff on a flash game running in a webbrowser control in my C# program
Check out WatiN. Powerful browser automation, compatible with C#:
http://watin.sourceforge.net/
Why
.
AutoIt and AutoHotkey have some very powerful automation commands that have been refined over
|
|
Wednesday, September 23, 2009 - 4 Posts by 4 People
Is it possible to create a WebBrowser control in a background thread in BackgroundWorker?
Private
As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork Using web1 As New WebBrowser End Using...
. The WebBrowser control is good for displaying content, but for anything more complex it becomes a big hassle...
|
|
Friday, July 28, 2006 - 40 Posts by 10 People
In a webpage that is hosted in the webbrowser control, via VB code.
It is really not all that difficult
Studio 2005 (VB.NET)
However I use the COM WB Control, not the built in .NET 2.0 WB Control (because
example is using the webbrowser control, which displays the HTML page rendered the same was the IE
|
|
Saturday, February 18, 2006 - 11 Posts by 3 People
If that matters for this issue or not.
I have a form with a Webbrowser control in it. I've managed
the browser.
If I attempt to use the VBA Webbrowser control to access the site more than once per day
window, just like you can automate a WebBrowser control. The WebBrowser control is just...
|
|
Monday, August 24, 2009 - 14 Posts by 2 People
With the WebBrowser_DocumentComplete event sub, which calls those in according to the URL and content
to a somewhat complicated set of Web Forms", using just a WebBrowser control in a VBA userform
the WebBrowser object model (Windows collection?) and could be automated using a different library, but I ...
|
|
Monday, May 18, 2009 - 9 Posts by 3 People
To do this from a program without a webbrowser.
amendments.
Probably the simplest thing to do would be to automate what i suggested above - load the HTML
with a browser control in it.I assume you know that only your own browser will display the custom image? You
|
|
Sunday, June 25, 2006 - 6 Posts
For the com component. What I need to do is
control wether or not the images on the navigated pages
the webbrowser component to automate some
things on a site that I need to do on a daily basis
]
> It's not my site. I'm using the webbrowser component to automate some
> things on a site
|
)