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

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 it stop the WebBrowser control task. ( The WebBrowser control stop GetRespone from the website )

Could somebody tell me how to do that ?

Any helps would be appreciated,
TheMy

 

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


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


Important Webbrowser control question -
Hello, i 'd like to ask a question about Webbrowser control You know in Normal browser You can open a link in a different window.. In webbrowser control when i open the link in a new window it opens in a new Internet Explorer page i want it to open in an new web browser con


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 Control Sound Issue -
Hello there! We are thinking about adding something similar to a forum in our HTML help (Which is going to be a WebBrowser control that will navigate through local and external pages). However, the WebBrowser control refreshes every certain time and a "click" is heard when


[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


Prevent dragging from webbrowser -
Hi, I am using a webbrowser control to display a page, and I'm looking for a way to prevent the user from being able to drag a link/picture etc. from the webbrowser control to somewhere else (eg. desktop). I searched through the forum and Kzin asked a similar question back in


Webbrowser Control and Sound Question -
Hello Please I'd Like To ask a question about webbrowser control you know in webrowser control when you click a link there is a sound generated "tick" that sound heard when clicking a link how can i make the sound disappear without changing the sound configuration o


WebBrowser Control Question -
I have a WebBrowser Control on the main form of my app. I plan to bundle an HTML page with the install and have it display in the control. That part I have no problem with, but what I would like to do is to check for a valid internet connection and if there is one, to display that


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


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


Disable-Block Keyboard Input to the WebBrowser Control -
What would be the best way to do this ^ (Question in the title)? The biggest problem is that the WebBrowser Control has no "Key" Events. Now the document within the WebBrowser does. So I could block input to the html document, but if the WebBrowser control has focus and I


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


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


Using a control throughout a project -
I am using the webbrowser control in my project which has many forms. My question is simple... does my prgoram require more memory if I had the webbrowser component on all three forms that are in my program... or would it be better to build a generic template form that I would customiz


WebBrowser Authentication -
This is an interesting question. I tried a search, and found nothing like this. Let's say you have a WebBrowser control on the form, and you're making it connect to a website/directory that requires you to log in. So the Microsoft login box appears. Now you haven't actually lo


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.


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..


another WebBrowser control question -
Does anyone know how to access the HTML code itself when using a WebBrowser control (besides right clicking inside the control itself)? I wanted to stick an option into the menu to view source. I'd like to be able to save and print the viewed page too, but I have no idea how to go ab


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


Custom Webbrowser w/o browser control -
Hello all! I submited a post a while ago with some questions about webbrowser control. Some one asked me if i was useing the control, or doing a custom on. That caught my attention. How would i create a webbrowser of my own? without the control?


About Webbrowser control -
Thanks for all of your replies, btw, does the Webbrowser control come with VB6.0? or is it an additional upgrade? do you know of any tutorial or some instructions with examples with regards to the use of webbrowser control?


Controling the WebBrowser Control -
Hey. I'm writing a vb program that logs onto a web site. I'm using a WebBrowser control and it workds pretty good. however I need to atomate the program and to dot this I need to change the focus within the webBrowser control. I tried using SendKeys method wiht "{TAB}" bu


Another stupid WebBrowser question -
How do I get the HTML source of the page currently loaded in a WebBrowser control?


Webbrowser Control : Make it Editable -
Can we make the Webbrowser control editable. Or anyone knows of any control that can render an HTML page that is editable. I want to : 1. select some part of contents in a webbrowser control and delete it. 2. Copy a page (or a part of it) from internet explorer and paste it at so


Web Browser Question -
DOes anyone know how to control the webbrowser control such that it only executes a command/statement once? DocumentComplete, DownloadComplete and NavigateComplete2 seem to execute more than one time. What I want to do is once the webbrowser has finished loading, it executes anot


Another Webbrowser Question -
Regarding the webbrowser control, How would i go about blocking any and all pop-ups with it? This includes message boxes from the site, notifications, anything.


Difficult Webbrowser question -
How do I stop users dragging links from a webbrowser control running under VB6 into word?


vb6 WebBrowser control capturing ieexplorer -
I'm using vb6 and the ms webbrowser control. I need to display the current webpage that is currently being displayed in the user's ieexplore (or netscape). This is an embarrasing question because i've used this code before but i can't find it nor where i previously viewed the s


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


[2005] Login using WebBrowser control using IAuthenticate -
Does anyone have a working example that uses the interface IAuthenticate that can be used by the WebBrowser control using vb.net? I am using the WebBrowser control to log into a few sites and now have one that needs authentication which javascript will not work. Thanks in advan


Capturing MouseClick Over webbrowser control -
Anyone know how to do this? I tried putting a frame overtop, but I can't make it transparent. I can capture mouse clicks over the form the webbrowser control is on, but not over the webbrowser object itself.


Webbrowser Question....... -
Ok, so im almost done with a program i am making including a webbrowser. One thing that annoys me about the webbrowser control is the "Error running scripts on page, do you want to continue?" Pop-up dialog. How can i disable this or automatically make it submit the "Ye


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


Using Two WebBrowser Controls For Same Web Site. -
Can this be acompolished? I want to use one WebBrowser control simply for the reason to connect to a Web server but I need the server's response (ie, the HTML document page) to show up in another WebBrowser control.


One last webbrowser question.... -
With the webbrowser control, i know how to use the webbrowser1.document.getelementbyid, but i need to know how to emulate a click on a button, i know the buttons name/id....Can anyone help me real quick?


WebBrowser Control Issue -
Hello! I'm developing a application which will display some menus made in HTML with WebBrowser control. I made everything, including translating clicks on links in HTML to VB events. But there is a thing that I can't do: I don't want my users to freely modify my HTMLs. I rename it


Changing the size of a form -
Hi all, I have a form with a webbrowser control into it. So, when I go to a site which have pop ups, the size of the webbrowser control automaticaly risizes to the size of popup content. I need to resize the form to the same size of the webbroser control. I try "me.height = webb