Openning New Window Using Web Browser Control -
I have created a browser using the Web Browser control. Often when you click a link or a button on a web page, a new smaller browser window opens up. An idea example is the Manage Attachments button in this forum on the page where users type their questions.
What I find is though the new window opens up in my browser, the size of the Form remains as it is & the browser occupies just a part of the Form leaving the remaining part of the Form naked. Have a look at the attached browser image which opens up when the Manage Attachments button in this forum is clicked. Note the huge grey area on the right-hand side. Since the new browser window doesn't cover the entire Form, the grey area of the Form remains as it is.
How do I overcome this & ensure that when a smaller new browser window opens, the Form adjusts its dimensions according to the dimensions of the Web Browser control?
Openning New Window Using Web Browser Control -
I have created a browser using the Web Browser control. Often when you click a link or a button on a web page, a new smaller browser window opens up. An idea example is the Manage Attachments button in this forum on the page where users type their questions.
What I find is though th
Trap Ctrl +N in VB Web Browser Control -
Guys,
I need to prevent a new IE window being opened when Ctrl +N (Equiv of selecting File -> New Window in IE) is pressed in the Web Browser control in my project. All other new window events are trapped using the NewWindow2 event, but according to MSDN a Ctrl+N keypress is not
[2005] Web Browser control stopping new windows -
i am using the web browser control in visual basic .NET 2005 and i am wanting to create a browser which will not allow popups or allow new instances of internet explorer to be opened by right clicking and going to open in new window. I want to have all pages clicked shown in the one b
Disable Control-N on a Web Browser Control -
I am trying to make a mini-customized Web Browser. It is only supposed to be able to go to ONE page. I have the Web Browser control navigating only to the ONE Web Page, but recently it was discovered that if the user hits Control-N, then a new browser window comes up and then they co
Internet browser control -
Is there anyway to resize a form when the page being displayed in the Internet control is trying to resize the browser window? On of the pages that the browser is pointed to maximizes the window on a normal browser (IE, Netscape, etc) but mine won't resize?
Also, are there any good
Again New Browser Window Problem! -
In a WebBrowser app, when a menu item is clicked, another Form, named frmOptions gets invoked. frmOptions is a Modal window. The Form which houses the WebBrowser control is named frmBrowser.
Assuming that 3 browser windows are open, I go to the 2nd browser window & click the men
how to force the a new IE window to open in the web browser control -
i am program i use web browser control to surf the web. however if i Right click and use 'open link in new window' a seperate ie window open.
I want to force the 'new window page' to open in the web browser control .
how to go about it..
please help me
Resizing Problems! -
In a web browser project, assume that 2 browser windows are open & both are in the maximized state.
First of all, when I restore the 2nd window, though it gets restored, I find that it goes behind the 1st window & the focus shifts to the 1st window!
Secondly, when I resiz
hii -
I need a resizer control that works for an activex control.that is the usercontrol resizes according to the browser window.i.e when the resolution changes or the browser window is mimimized or maximized.
need urgent help
IE Control - New Window -
I was wondering how could I retrieve the target URL when a new IE window is opened by the IE Control (NewWindow2 Event). I made a browser that runs its EXE again when a new window is created, so I don't have access to the IE control on the new window.
Thanks in advance.
Irritating WebBrowser! -
I created a WebBrowser in VB6 using the Microsoft Internet Control.
Suppose I visit a web page, right-click a link & open the page in a new window by clicking the menu item Open In New Window which means that presently 2 browser windows are open. Now what I find is while the web
Close New_Window2 -
Ive created a web browser in VB6. When a new window is targeted, a new instance of my browser appears. If a link is clicked on a page that closes a window in JavaScript(Window.close), my web-browser control turns black but my form remains on the screen. How do I close this window wh
Tabbed Browser! -
I am creating a browser very much similar to IE using the Microsoft Internet Control. After completing about 70% of the project, I realized that it would have been better if my browser supports the feature of adding new tabs within the same window (something like FireFox). I know that
some problem about web browser control -
hi all
I just add a web browser control in my vb form(vb6.0) to make a mini ie browser. And some button like "back, forward, stop and refresh". Then I run it, click the button sometimes, it always show me the error message window: "The exception integer division by ze
Resizing the window -
I know how to resize the browser to the window but, what I wanna know is how do you resize the window to the WebBrowser Control.
Ya'know make the window the same size as the browser
Get Browser Dimensions! -
Often it happens that when a button is clicked in a web page in a browser, a new browser window of smaller (or maybe larger) dimension opens up (for e.g. when the Manage Attachments button is clicked in the page where users post new threads in this forum, a smaller window opens up).
windows and IE mystery -
hello,
i am making a vb6 browser that is based on IE5. When I tried it out, i noticed that when a webpage called for another window, a IE5 window popped up instead of a window from my browser. how do i make a window that is from my browser pop up when it is needed?
[2005] Web browser error -
Hi,
I have a web browser control that accesses a web page and when the user clicks on the close window link in the webpage the web browser displays a message saying:
"The webpage you are viewing is trying to close the window. Do you want to close the window?"
If you sa
Capturing new window requests with Web Browser Control -
Hello there,
I'm using the AxSHDocVW Web Browser Com Object/Control. I'm trying to stop it opening a new instance of Internet Explorer when you right click on a link and "open in new window" ,.. I can capture the event using wbrBrowser1.NewWindow2 but I can't work out how
Get window object from outside the browser -
I am coding automated testing at the moment and need to access the window object of a browser from the test environent. I can get references to the document objects in frames and the document object of the frame but i need to be able to get the window object so i can query it's proper
Web Browser New Window -
Is there any way i can make a link that usually opens in a new window open up in the current window?
Because when i press certain links in the web browser i made, it opens it up in Internet Explorer, which I blocked.
Or could i make a vb web browser my default web browser, so it
How do I use VB to control IE Browser features -
I know how to get all of the Handler for the IE browsers and I also know how to read the URL of a specific browser window. My problem is that I wanted to control the navigation buttons, Address Text Box and the browser's window navigation tools.
Please help! Helpppppppppp!
new page in browser -
i am very very new to visual basic, and have just finished my first application, a simple browser (using the browser control).
anyway, whenever a link is clicked that opens in a new window, it opens in my default browser (firefox). how can i make it so it opens in my browser?
any
Disable NewWindow of IE (WebBrowser) in VB6 -
Dear All,
I have a form with IE (WebBrowser).
If we press CONTROL + N keys, the same web page is opened in a new window in Micorosft Inernet Explorer out of my project.
I want to disable to open this new window of the web page when a user press CONTROL + N keys.
ie. user could not
how to show popup windows in web browser control -
On the main form, I have a web browser controll. Users are using it to browse some web sites. However, sometimes when users click a link, in IE, it will pop up another window and show the result. Now, in the application, it will open an IE window to show the result.
Is there way to
WebBrowser Behaving Insanely! -
I am trying to create a browser using the WebBrowser control. The problem is when I right-click a link & open the link in a new window, though a new browser window opens, the page sometimes gets loaded but on some occasions, the page doesn't get loaded at all even if I wait for 5-6
How Many Instances Open! -
I am using the WebBrowser control. Users have also been given the provision to open a link or a blank page in a new browser window. This means that at any given time, more than 1 browser window can be opened & simultaneously worked with (just like IE).
Now I want to find out how
New Window in Browser -
i am building my own web browser and Does anyone know how to make a new window open of my browser when you click on a link in a web page that opens a new window, at the moment it opens a internet explorer window,
please help!!
[2005] Home browser Dilema -
Hi! In my own browser I made in VB2005, when you open a link in a new window, it opens the page in the default browser. How can I fix this problem and make the new window be the VB browser?
Restore Window Shifts Focus! -
In a WebBrowser project, assume that 2 browser windows are open at the same time in the maximized state. When I restore the 2nd browser window, I find that it loses its focus & the focus shifts back to the 1st browser window (which is in a maximized state). The same thing happens i
Single Browser For website -
Hi all,
I want to create a website that should be work in a single browser with single user name, that means if i try to use the same site again in another browser or window it should not to be open.
Mostly i'm looking it in Microsoft Internet Explorer only, consider with the Tab
[2005] how to block popup window in wbe browser control -
I'm using vb express's web browser control. How to block popup windows? I use e.cancel = true in browser's new window event, but seems it does not work.
thanks
bear
Apply Skins To All Windows -
In a web browser app which makes use of the Web Browser control, users can change the skin of the browser. Similar to IE6, users can open a new browser window by navigating to the File--->New menu or right-click a link to open the link in a new page.
Assume that while using a ski
WebBrowser control and cookies -
I have an app that contains a WebBrowser control. The app navigates the WebBrowser to a login page, fills out the login form and submits it. That works fine.
The problem is, is that once I'm logged into the website in order to use a certain feature of it, it launches a second br
MS Browser control -
In the MS internet control, with the newwindow2 event, it will popup an IE window. But i don't want the IE window, i want a custom window that i created at design time pop out with a MS internet control in it and navigate the url...
how can i do that?
Windows Windows Windohhh!!! -
Hello,
i am making a vb6 browser that is based on IE5. as you may know, some webpages have links that bring up another window. but with my browser, when a webpage brings up another window, it is a IE5 window. how can i make my browser bring up another of my browsers rather than a IE
Integrated web browser in .NET -
Hi Guys,
I need a browser control to display a single page of HTML. This needs to be a browser control or equivelent in .NET. I don't care for the buttons, address bar or anything like that. However, I can't seem to find one.
I was able to add my old VB6 browser control to .NET
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
Open in new window -
Okay, we are trying to open the referenced page in a new window. When we use 'target' in the anchor tag set to either _new or _blank the referenced page will be opened in the other instance of the browser. In other words, if you go to this page, and then open a new browser window, an
Web Browser, New Window -
When I click on a link that opens up in a new window it opens up with IE. How do I open up a new instance of frmBrowser (The form with the web browser control) with the web page loaded instead of IE coming up? Please Help!