o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

WebBrowser takes control of entire application! -

If I navigate to a page with a javascript alert/confirm box through a webbrowser control in my VB application then the javascript alert/confirm box will hog the focus and not let my app do anything. I can't click any buttons until I click "ok" or cancel on the browser! I don't want this to happen so I'd like to be able to know when an alert has popped up and deal with it.

How can I grab the event of an alert/confirm box popping up out of a WebBrowser Control?

Thanks!

 

WebBrowser takes control of entire application! -
If I navigate to a page with a javascript alert/confirm box through a webbrowser control in my VB application then the javascript alert/confirm box will hog the focus and not let my app do anything. I can't click any buttons until I click "ok" or cancel on the browser! I don'


Any other control besides webbrowser control -
Does anyone know of any controls that can host an html page in a visual basic form besides the webbrowser control? When I use the webbrowser control, for some reason it takes like 4 seconds to initialize. Thanks


Webbrowser control: supressing msgboxes -
I've written an application for monitoring response times of a webserver from a users point of view. Using a webbrowser control it loads up a series of pages and logs how long it takes. It does this every 5 minutes day and night. When I got to work this morning a msgbox reporting


Webbrowser or DHTMLEdit Control -
Hello ! I am designing a Webpage editor application. I use therefore the webbrowser control with its designmode to on. But there are many problems .The webbrowser control does not have source code preservation and does not act to events and many more. I want to ask : i have been s


How to set focus in WebBrowser Control -
I have a form with WebBrowser control. When user switches to another application & comes back to my application (e.g. using Alt+Tab) WebBrowser doesn't gets focus, I have to click manualy in webbrowser control. Is there any way to automatically click in WebBrowser control ?? I a


WebBrowser control takes too much memory.. how to save rams -
I have a program with a WebBrowser control on it. the program works all the time but the webBrowser isn't. even when not working the webBrowser uses a lot of ram. is there a way to disable it so that it doesn't take up so much rams? thanks


Accessing an ActiveX DLL's WebBrowser control -
I'm currently having a problem with a WebBrowser control in my ActiveX dll. Currently the ActiveX dll is hosted in another application and displays a form when a specific event is fired in that application. I know how to set string/integer/boolean properties that can be accessed fr


WebBrowser.Dock issue VB.Net VS[2005] -
Hi, I am trying to dynamically add a webbrowser control at runtime onto a forms workspace that has 2 toolbars docked at the top and a statusbar docked at the bottom created at design time. The issue I am having is with docking the WebBrowser. WebBrowser.dock = DockStyle.Fill It


How do I save a picture of a WEBBROWSER Control -
Hi All! I am writing an application where I need to take a snapshot of a webbrowser control. THe control sits in a picturebox container, and I need to be able to just take a picture of whatever is displayed in the webbrowser...Can anyone help? Thanks -Chris


Webbrowser Control and IE7 -
After upgrading to IE7, my projects that housed a webbrowser COM control stopped firing events for the browser (like documentcomplete, beforenavigate, etc...) I am not talking about the 2005 windows forms webbrowser control. Strictly the COM one (for anyone using VS 2002/2003, or pr


Question on WebBrowser control -
Hello everybody, I try to build a client Internet browser, in my form, I've used the WebBrowser control to navigate. The problem is: I want it show some notify message when the WebBrowser control get to the website completely. I've tried to use Thread.Sleep() but it seems that


Terminating hidden process if URL changed in WebBrowser Control -
i'd like all documents to be shown within my app. i open them with webbrowser control. the control start running a needed application (for example, ms word) but doesn't terminate its process after URL changed (for a *.xls or another file). how to close this invisible application or


how to detect redirects with webbrowser control -
is it possible to detect whether a page is being redirected to another page.i am using the webbrowser control. right now iam using a timer and checking the webbrowser.locationURL and matching it with already known urls(the urls follow a sequence) it works if the connection is fast e


Populating webbrowser from webbrowser... -
The title is confusing, but here is what I am try to do: I have a small webbrowser control on my form. When the user double clicks the control, it opens a new form with the property set to maximized. The new form has a second webbrowser control in it, but this one is set to the fu


Webbrowser & screen refresh (found workaround) -
Hi, I am using the webbrowser control to display a webpage. A Java script causes a new form and control to be created, and it resizes them waaay to small. I have tried to resize the form and webbrowser control after webbrowser_documentcomplete() fires, but it has no effect. However,


[2008] Webbrowser Control links force to new window -
Hey Folks, I have a webbrowser control built into a windows form of my application and I was curious if there was a way that any links that are clicked on in the webbrowser control will be forced to open in a new browser window? Thanks, n3m.


[2005] WebBrowser Control, opening pop-ups/links in another webbrowser control -
Hello, i want to create my own internet. Not from scratch, i just want to use a webbrowser control and then add my own features like Favourties/etc... When i add a webbrowser control to a form and on the website that it is viewing there is a link. The link will open in Internet Expl


IWebpoxy And Webbrowser Control -
I have a webbrowser control that allows me to save username and password infromation for a proxy server and i have been successful in changing the system default proxy for my application. What i now need to accomplish is to have a seperate proxy for each instance of the webbrowser cont


[2005] Opening Links in your own webbrowser control -
Hi. I have an application with a webbrowser control. Some links that I click in this control open a new instance of Internet Explorer. Is there a way to make it so that the links open up in a new instance of the application that I'm building or even better; open up in the same webbrows


WebBrowser 2.0 control and frames. -
Hi, When I try to access the source code or a control contained in a frame from the WebBrowser 2.0 (VB 2005 Express) control I get the following error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Can anyone tell me why I am getting this error or may


Search Webbrowser Control -
Hi All I have an application where I use a webbrowser control, and I would like to add a "Find" function to it, e.g. find text within the webbrowser control. Any help would be great. Thanx in anticipation Reinhardt


[2005] Return HTML Source without using WebBrowser Control. Possible -
I have an application that I wrote that uses a WebBrowser Control to go to a page and send post data, and then reads the html source to get results. It works perfectly, however, I was wondering if it is possible to accomplish the same thing without using a webBrowser control. I looke


How to Disable Short Cut Keys in WebBrowser Control -
Hi all, I am designing my own Webbrowser by using WebBrowser Control. i want to Disable all the Shortcut keys in WebBrowser Control. and i want to replace same with other Functionalities... How to Disable the Shortcut Keys in WebBrowser Control. eg. i want to call a form desi


Resizing WebBrowser Control with form -
Hello, I have a very simple VB6 app using the WebBrowser control. I would like the WebBrowser control to resize with the form it's in (ie, when someone changes the size of the form, the WebBrowser control resizes with it). Is this particularly difficult? Can anyone offer any h


Scrolling WebBrowser Control -
Hi, I have been writing up a chat application that allows users to input HTML while chatting. I used the webbrowser control and everything works fine, except that i am not able to scroll the window down to the last item that was entered, the users must do this manualy. This is very a


WebBrowser control - problems with window size -
In a project to remotely control a digital video recorder (DVR), I'd like to use the webbrowser control to display the web page contained in the DVR. This page is used to navigate through different DVR menus and displays. After calling WebBrowser1.Navigate "192.168.0.227"


Want To get image from webbrowser control -
Hi, i am creating one application in which i am using one webbrowser control. I did my level best in googling but not worth it. what my problem is i want to get url of image on webbrowser control. i know i can do that using htmldocument and than search for tag "img". But


Disable BackSpace Key In WebBrowser Control -
Is there a way I can disable the BackSpace key (which takes the user back) in the webbrowser control? Thanks in advance!


Webbrowser Control Help - Desperate -
Here's my problem. I'm simply displaying a html page that is always present on the user's machine. I'm using the webbrowser control as a container, however, it always takes like 5 seconds for the browser to initialize and finally display the page. Is there anyway for the browser to sp


can i send info from one .exe to the other -
The problem is with the WebBrowser control, when goiing on a site, we are ask to enter username and password,but if you go back after before closing your application you will not be asked, so i want to be asked each time. So the only way we found is to put the webBrowser control in an


webbrowser control [UNRESOLVED] -
I have been looking for an answer to this for a long time, but I still have yet to come up with any solution. My application has a webbrowser control in it. This control is used to get information from our website to give to the end user. The end user never actually sees the data in


Hi everyone :) -
Ermm i was wondering if any of u got any tutorial/samples of WEBBROWSER CONTROL like logining into a website with webbrowser control, clicking on stuff, filling out username and pw. I am really new to webbrowser control so i need help.


Webbrowser Control and Firewalls -
Using the webbrowser control in my application I have been trying to test possible firewall scenarios since some customers will have firewall software/hardware. When I load up zonealarm and my apps web browser control tries to access a www url, zonealarm comes up asking for permissi


Regarding Latest version Webbrowser control -
Hai all, I'm using Webbrowser control to create my own user control.i'm using webbrowser control V6.0.2900.2180(shdoclc.dll) in my user control.I need to know whether Microsoft released any latest version of this webbrowser control. Thanks in advance..


Help with Webbrowser control -
Hi, im using the webbrowser control in the current application im making and i was wondering if anybody knew how I could find text within the page it is displaying (similair to IE). Thank You in Advance Glenn Harwood


webbrowser textsize question -
I am using webbriwser control in my application.I created html files dynamically and showing with this control. Is i setted the textsize in my system larger ,medium(i.e in internet explorer textsize) .This effect is showing in my vb application also. i want put fixed textsize for


Question for a champion ! -
I have a question, I added the line application.enablevisualstyles() and put all my button on 'System' as Flatmode property. It work fine (they have the XP look), until I add a WebBrowser control on the poage, it cause them to comeback to 98 style. What's the prob ? Can someone


Web-Page to JPG Conversion -
I need to capture a web page even parts that are hidden as follows: 1) Start with a blank VB6 project 2) Add a button and a webbrowser control 3) Have the webbrowser control navigate to a long, complicated web page... 4) When the button is pressed, I need to save to disk a JPG


Communicating with the webbrowser control -
I'm using the webbrowser control to use it as a file upload system. The activex control lets you choose files and the it tells the webbrowser control to go to a url: upload.cfm?file=file1,file2,file3.... This works fine for now. Now I was wondering if i could send information back thro


Webbrowser control and history -
Hello guys, I am using a webbrowser control in my project. its working very well, but every link that I say to the webbrowser control to navigate, appears later in the internet explorer history (auto complete). I would like to keep the links that my webbrowser control navigates in s