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!
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?
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
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
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
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
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
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
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
Disable Web Browser Scrollbars -
Does anyone know a way to disable the scrollbars in a Web Browser window......without doing it a kludgy way.
I know that you can launch a new window from the javascript of a html page with the Window.Open command and specify scrollbars=no and that will work....but I need to make the
open new window in web browser -
I am writing my own web browser. Does anyone knows howta add a menu item that opens a new window of the web browser???
pls tell me --@_@--
thanx in advance!!!!
really appreciate ANY help.........
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
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
[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
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
[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
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
web browser pop up window -
hi I'm making a web browser and I can't seem to get the popup window come out the correct size, like IE does
you know, the ones that have no toolbars, no menus and stuff, and usually have annoying ads
how would I make my browser come up the appropriate size?
thanks and have a
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
How Many Windows Open! -
Assuming that a browser window in a WebBrowser project is already open, another window can be opened in the following 3 ways:
- Navigating to the File--->New--->Window menu.
- Right-clicking any link in a web page & clicking the Open in New Window menu item.
- Opening an
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
Focus to original browser window -
I open a new page in a new browser window from my main page.
On the new page, I got a close link. In there I just will just call window.close.
But I want to do the following:
* If the parent window is still open, bring it to the top (focus)
* If the parent window was closed, open
Existing browser window full screen -
I want to toggle a normal browser window between normal and full screen by cliking a button on the page within the window. Is it possible to take a browser window that was opened normally and make it full screen?
Return data from window.open -
Hello everybody,
On the click of a button, a javascript function runs and opens a browser window with window.open function with a textbox in the page. User writes something in the textbox and click "OK" and browser window closes. When browser window closes, I need to get
Browser Problem -
Hello to every body on forum!!
i have problem regarding browser .i m getting error message in my system(see attached image)and after some time few browser window get close .if i click on do not send button on window.
Please reply asap.and do let me know if need further explana
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
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
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
Browser URL -
I need to implement a VB Code that will recognize a specific browser window titled as "EARLY". I will be using Microsoft Internet Explorer version 6. Once this browser window is recognized as beginning with "EARLY" I need to send a URL of:
https://uat.earlyresolut
Default Internet Browser -
I am in the process of making a web browser (a fairly simple one) but i have a slight problem!?
When i click on a link that opens a new window, it opens in IE not my browser! Do i have to make my browser the default browser and how do u do this? If that isn't the solution then what
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).
new browser window code -
I am displaying a banner in my prog. and I was wondering how I could force the browser to open any links in a new window?
Parent Child realtion -
Dear all,
I have a parent browser window which invokes another browser window(the child). Is it possible for me to transfer some data from the child window back to a text field in the parent window? A code snippet would be great.
Parent Child relation -
Dear all,
I have a parent browser window which invokes another browser window(the child). Is it possible for me to transfer some data from the child window back to a text field in the parent window? A code snippet would be great.
Opening another browser -
How do I open another browser window when a user clicks on a button?
I don't seem to have the Window object (I don't want to use JavaScript if at all possible)
Thanks!!
The WebBrowser Children -
I'm a relative beginner to VB (5) and I'm working with the WebBrowser control.
I've got a basic browser up and running with a few added functions that I needed. Happy days.
However! When a new window is spawned (usually by Javascript:window.open), I handling this by using NewWi
i'm making a browser how do i make it so a new window.... -
yo i'm making a browser
any one know how to make it so that when someone clix a link to open in a new window it willl open a new window in my browser and not in internet explorer like in neoplanet
and also how do i make it like the address bar on internet exploreri no how to make o