[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 Explorer since that is my default webbrowser... How can i make it open in another form that will have a webbrowser control on it, so it can act like a pop-up or act as if it is opening in a new window since that is what was suppose to happen?
[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
[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
[2005] [WebBrowser Control] New Window Event -
On a WebBrowser control, was event do i have to handle so i can make all pop-ups popup in a new webbrowser control?
Can you just tell me what event must be handled? or how i would do this?
Since i am having problems with the source code links people have been giving.
[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 - Sign into site -
Is it possible to use the WebBrowser control and have a set a predefined links, and when they click on it goes to a url and signs them in some how? The easy part is going to a regular url but how would you sign in? Is it possible to use HttpWebRequest along with with WebBrowser?
WebBrowser - Focussing -
B] WebBrowser- Focussing
Sir,
pl help me for the following...
How can I get, the focus in to an active element (links) of a webBrowser control. while giving following line in GotFocus, program gives error message.
DirectSpeech.Speak (WebBrowser.Document.links(2).innerTex
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
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
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
Extracting links within a webbrowser control -
I have a webbrowser control that navigates to a page on an online game (http://www.outwar.com/rankings.php?t...=400&submit=go) and i want to be able to extract all the player names and links on that. I think i could probably use the inet control to get the source code and parse it,
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
[2005] WebBrowser Stop popups and new windows -
I am creating a web browser using the WebBrowser control in Visual Basic .NET 2005 and i need to disable popup and stop linking from opening a new instance of internet explorer. I want to have all links that are clicked shown in the same browser screen and not open a new window. Could
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 (how to retrieve links) -
I am using the webbrowser control in VB. I was wondering if there is any "trick" for visualising, or somehow retrieving all the links from the actual web page? And by links I don't mean the content, but only the url itself, of course.
I thought about making a loop, sendi
[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
Webbrowser - open links from excel/powerpoint within the same window (ie webbrowser) -
I am working on a custom browser using the webbrowser control.
When I open powerpoint or excel documents within the webbrowser and when I click on a link in them, I want to open the resulting page in the same window (ie. within the webbrowser control) instead of launching a new inst
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
opening default browser from webbrowser ctl -
I have developed an application that pulls links out of search engine results and displays them in an embedded webbrowser control. Can anyone tell me how to open the default browser when the user clicks one of the links in the WB control? and have it open up to the specified link?
--
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
Opening and Closing WebBrowser Control in a program -
I am trying to write a program that will take a textfile that has a list of proxy servers, read in a proxy, set the registry to that proxy, then visit a prespecified page. I have successfully gotta the program to do this. The problem come when trying to switch to the next proxy. I beli
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 - opening URL shortcuts -
Hi,
I am using Webbrowser control to make a sort of custom web browser. I can browse any URLs with the Navigate method of the Webbrowser control. But when I use this method to open a saved URL shortcut, it doesn't open properly - graphics are not loaded. I saw that Webbrowser is ope
[2005] Inside Webbrowser control -
Hello,
I want to know the inner technique of WebBrowser control. i.e. How it sends request to webserver and how it receives data from web servers.
I want to retrieve texts with HTML Tag in my program. I can do it with web browser control which at first load the page with picture, a
How to get all the links of a web page without using Webbrowser Control -
Hello,
I want to get all the links of a webpage without using webbrowser control. Is there any way doing that? Please help...
Invoking methods from the WebBrowser control -
Hello,
I'm looking for a way to have links/buttons within a page rendered inside the WebBrowser control call/invoke methods on the containing VB6 form.
I have googled myself silly but can't find any reference information for this specific tasks.
For example, I have a VB6 form
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..
[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
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 makes program 'disappear' -
Hi,
I got a very weird error.
I'm using multi-thread in the program (# of thread is less than 3). In one thread, it will launch the webbrowser control, which load some sites automatically, and in the main form (where webbrowser is on) it does some analysis in Document_Complete e
[2005] webbrowser linx -
is it possible to get the url of a link on a webbrowser.document object?
there is an object webbrowser.document.links as system.windows.forms.htmlelementcollection, with each object a system.windows.forms.htmlelement, but there i found no function to extract a hyperlink URL. if there
[2005] WebBrowser control help please -
Hi
in VB.NET, I am trying to use the WebBrowser control in my app, but I need to be able to change the headers which it sends when visiting web pages.
Is it possible to add/modify the headers which the webbrowser control sends? and is it possible to add cookies/alter cookies? If
[2005] Speed up a webbrowser control -
Hi. I'm looking for a way to speed up a webbrowser control so that it can load a webpage faster than it could? Would i have to use a doublebuffered webbrowser or what?
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?
[2005] webbrowser.gohome on selected browser -
Right,
ALL of my tabs are added at runtime, ALL of my webbrowser controls are added at runtime, there is 1 webbrowser control for EVERY tab.
When a certain tab is showing, when a button is clicked, I want the webbrowser object on that individual tab only to go to the users homep
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
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
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