Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
webbrowser
- Page 1
webbrowser???????
Programming
Software Development
16 Years Ago
by mykar_88
hi please explain me the following in VB 6.0:?: 1.
webbrowser
.busy 2.
webbrowser
.readystate=readystate_complete 3.
webbrowser
.readystate=readystate_loading 4.
webbrowser
.readystate=readystate_loaded 5.
webbrowser
.readystate=readystate_interactive thank u
WebBrowser
Programming
Software Development
16 Years Ago
by RenjithVR
Hi, I have a
webBrowser
and a Button. When i clicked the button I want to display a URL. When it displayed the
WebBrowser
should be in fullscreen. How can do this? Thanks in advance. Renjith
Re: WebBrowser
Programming
Software Development
16 Years Ago
by selvaganapathy
> Change the Dock Property of
Webbrowser
control to Fill the Form. > Change the Form to …
webBrowser throws exception
Programming
Software Development
13 Years Ago
by RogerInHawaii
…. I intercept the DocumentCompleted event from my
webBrowser
control. During the processing of that event …private void webBrowser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) {
webBrowser
newWebBrowser = new
webBrowser
(); try {
webBrowser
.Navigate("http://www.somewebsite.com"); }…
WebBrowser control resource leak
Programming
Software Development
15 Years Ago
by webspy
…for capturing the rendered image), each thread creating a
WebBrowser
control and running a message loop for it. My… (Windows) handle usage for the process increases. The
WebBrowser
controls are disposed when no longer needed, but for some…it also reports lots of Event handles. Is the
WebBrowser
control known to be leaking handles ? And are …
Re: webBrowser throws exception
Programming
Software Development
13 Years Ago
by RogerInHawaii
… the situation where the Navigate is called (on a different
webBrowser
control) from within the DocumentCompleted event handler of a…
webBrowser
control. What is it about being inside the event handler …when trying to invoke a Navigate function on some other
webBrowser
that causes it to fail?
Webbrowser and richtext Box
Programming
Software Development
15 Years Ago
by myC_michel
….Text = "google.com";
webBrowser
.Navigate(urlBox.Text); //String aStr =
webBrowser
.DocumentText(urlBox.Text); //String aStr =
webBrowser
.Navigate(urlBox.Text); richTextBox.Text…
Re: Webbrowser and richtext Box
Programming
Software Development
15 Years Ago
by myC_michel
I just needed to define a String and pass it. Here the code. If anybody needs it? private void button1_Click(object sender, EventArgs e) {
webBrowser
.Navigate(urlBox.Text); String document = this.
webBrowser
.DocumentText; richTextBox.Text = document; }
WebBrowser doesn't save all data
Programming
Software Development
12 Years Ago
by JohnBo
I have created a
webbrowser
and then click on certain buttons. The first button clicked … me if there is a way to force the IE
webbrowser
to save all the info or a way of using…
WebBrowser do not show latest record
Programming
Software Development
17 Years Ago
by omengski
… Sub </code> <inlinecode> I use the
WebBrowser
tool to show my query when I click a button… </code> <inlinecode> I use the same
WebBrowser
to show another query when I click another button. <…
Re: WebBrowser do not show latest record
Programming
Software Development
17 Years Ago
by omengski
…;, vbOKOnly Call Refresh1 WebBrowser1.Refresh End Sub I use the
WebBrowser
tool to show my query when I click a button…/foldername/summary.asp" End Sub I use the same
WebBrowser
to show another query when I click another button. Private…
WebBrowser Alternative?
Programming
Software Development
17 Years Ago
by JaedenRuiner
… i know how to load an HtmlDocument is with a
WebBrowser
component, which i create in the background, add a DocumentCompleted…() handler. When the object is created it tells the
webbrowser
to navigate to a page, and I listen for when…
WebBrowser Control
Programming
Software Development
16 Years Ago
by mKashif
Can Anybody help me out in setting
webbrowser
control project on localhost(Virtual directory ) . i am successful in using
webbrowser
control on web application but it runs on file system or web application with some specific port defined. how can i use by configuring it on virtual directory without any port . Thankx in Advance
Webbrowser control and cookies
Programming
Software Development
15 Years Ago
by ganav
Hello! I have a
webbrowser
control in my program and what I want to do … need to close my program and enter it again. The
webbrowser
control uses Internet Explorer, and I think when you enter…
Webbrowser Current Zoom
Programming
Software Development
14 Years Ago
by mkumar12345
… trying to find the current level of zoom in a
webbrowser
control. I know how to zoom but the same doesn… following: [CODE] Dim currentZoom As Integer DirectCast(Me.ActiveXInstance, SHDocVw.
WebBrowser
).ExecWB(Exec.OLECMDID_OPTICAL_ZOOM, ExecOpt.OLECMDEXECOPT_PROMPTUSER, IntPtr.Zero, currentZoom) [/CODE] But…
Re: webBrowser object extent
Programming
Software Development
14 Years Ago
by RogerInHawaii
… the image of the displayed page from the Microsoft C#
webBrowser
control, and I can conceivably grab any portion of the… to be able to get. Certainly the code inside the
webBrowser
that renders the page knows where it's putting the… need is some way of retrieving that info from the
webBrowser
. And it's got me baffled.
webBrowser Control [link] load default browser
Programming
Software Development
14 Years Ago
by ziggystarman
Hi Got a
webBrowser
control on a form displaying ads from a server, trying … the default browser when user clicks on a banner within
webBrowser
control, by default the control always load pages within IE…
Re: webBrowser Control [link] load default browser
Programming
Software Development
14 Years Ago
by ziggystarman
… launching a default browser when clicking a link within the
webBrowser
control [VC++ 2010]. It would seem that from what I…;http://validator.w3.org/checklink", System::UriKind::Absolute)); //Show
webBrowser
control this->webBrowser1->Visible = true; } }[/CODE] [CODE]private…
WebBrowser control
Programming
Software Development
13 Years Ago
by agent154
… IE9, and slightly differently when I open it with the
WebBrowser
control. [URL="http://i1116.photobucket.com/albums/k576/nerdgirl82…/bad.png"]Here's how it looks in the
WebBrowser
control.[/URL]
Webbrowser Cut, Copy, Paste
Programming
Software Development
13 Years Ago
by bhagawatshinde
Hi, How to avoid
webbrowser
data copy, paste to word or notepad in vb.net. Disable right click on
webbrowser
by using [ICODE]IswebbrowserContextmenuEnabled =false[/ICODE] Thanks in Advance...
Webbrowser control selected item ?
Programming
Software Development
12 Years Ago
by Oneryavuz
hello, i use a
webbrowser
for browse a local path like "C:\path" so i can see my files in
webbrowser
but when i select them i need to use their filename on my project i searched on internet but i cant find usefull thing...all about web browsing is there any way to reach selected items name on webrowser ? thanks for helps :)
Webbrowser using page elements
Programming
Software Development
12 Years Ago
by joshl_1995
… make a program that will click a button on a
webbrowser
but the button does not have a name (name="… a way to place text in a textbox on the
webbrowser
again the textbox does not have a name (name="…
Re: webBrowser control doesn´t show webpage
Programming
Software Development
11 Years Ago
by cgeier
I can't remember if the
webbrowser
control supports javascript. The other… for this though, as //System.Windows.Forms.
WebBrowser
//doesn't seem to work as desired. …//make a commom instance of
WebBrowser
public SHDocVw.InternetExplorer myWebBrowser = new SHDocVw.InternetExplorer(); …
webbrowser control HTML5 Support
Programming
Software Development
10 Years Ago
by Riteman
I have used .net's
webbrowser
control. Unfortunately, it is not supporting HTML5 or Complete JavaScript. … checked the same webpage in IE10 and it worked), the
webbrowser
control in my application doesn't. In some forums, they…
webbrowser control HTML5 Support
Programming
Software Development
10 Years Ago
by Riteman
I have used .net's
webbrowser
control. Unfortunately, it is not supporting HTML5 or Complete JavaScript. … checked the same webpage in IE10 and it worked), the
webbrowser
control in my application doesn't. In some forums, they…
Re: WebBrowser Control - Saving Source
Programming
Software Development
14 Years Ago
by saad749
… = false; sourceForm.Text = "Source Code for " +
WebBrowser
.Url; sourceCode.Text =
WebBrowser
.DocumentText; sourceForm.Controls.Add(sourceCode); sourceForm.Show(this); sourceCode…
Re: WebBrowser control
Programming
Software Development
13 Years Ago
by NetJunkie
… fact that all the cookies and the cache of the
WebBrowser
control is stored in your IE so I am fairly…
Re: Webbrowser control selected item ?
Programming
Software Development
12 Years Ago
by Pgmer
Why you need
webbrowser
to select a file from local path? What is the actual need? Web browser control is used to view any web page within the application not to open any file.
Re: WebBrowser return to specific link
Programming
Software Development
10 Years Ago
by Mr.M
… the entered address and if its youtube address then instruct
WebBrowser
to browse to that other address. Also please capture and… thing is that before you can start doing anything with
WebBrowser
you need to start by this code: On Error Resume…
WebBrowser - DownloadComplete Event
Programming
Software Development
18 Years Ago
by SebFr
… on an application in Microsoft Visual C# with an embedded
webbrowser
. After I loaded a page, I'm using the event…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC