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

[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 homepage!

How can this be done?

Thanks

 

[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


printing from a browser -
I have a taskbar from a web browser. I can use: gohome,etc. But HOW CAN I PRINT a FILE? which metod or anything i must use?


[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


[2005] WebBrowser Copy -
Hey guys. Just wondering, is there a way to copy selected text out of a WebBrowser object? I tried: Webbrowser.Select() Clipboard.SetDataObject(Webbrowser) But that didn't work. Any tips? Is this possible? Thanks.


vb6 webbrowser ctrl and home page in ie 6 -
to get to the ie6 home page with the webbrowser control is webbrowser.gohome but... how do i know where that home page (the url) is before the page is actually called. my webbrowser application is going to give the users a choice of which default page to bring up - their nor


3 different ones -
I got 3 different questions: 1) How can i do that when a form is load it will be loaded in full screen? 2) What is the command I should use for making the combobox items do something? (ex. i got item named "English" how can i make something happened when i click on it?) 3)


WebBrowser1.GoHome -
How Do you send a webbrowser to a specific site instead of IE's home page?


WebBrowser Problem -
I have created a webbrowser using VB the WebBrowser object. When a new window is generated from a web page(thru a link). The default browser(IE) opens up the new page. I would like my browser to create a new instance of itself for the new window. Do I have to set my browser as the def


[2005] Automatic login using webbrowser -
Hi all I would like to know if it's possible to navigate to a webpage (using the webbrowser control) that needs authentication, automatically. Example: when I enter the site http://XYZ.com the browser opens a window so the user can insert the username and the password...however I w


Set as Default Web Browser -
Hello Can someone please help me. I have made a IE Based Web Browser in VB 6 and the browser uses tabs, I would like to make a option on the options screen where the user can set my browser as their default web browser and when they click on a htm or html file on their computer I want


<Webbrowser> -
Is there some way of knowing if a webbrowser has anything loaded? Is there a property? ie. I am flipping between 2 browser controls and when #1 is filled with text I want my Clip button enabled but if #2 is active then I don't want Clip. I can eliminate Clip on changing from browser


Identifying webbrowser control -
Hi, How can I identify a webbrowser control as "Netscape" or "Opera" or any other browser? I need the server from where I request a web page, look my browser as the browser I want. I see no properties for that in webbrowser control. Thanks in advance


[2005] Adding tabbed pages--PLEASE HELP! -
Hi. I was wondering if there was a way to add a tabpage with controls such as a webbrowser on it but when you fire the event again the controls are still there. Here is my code for the event: TabControl1.TabPages.Add(tb) tb.Controls.Add(wb) wb.Dock = DockStyle.Fill wb.Navig


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


[2005] web browser control - force no load for cache -
Hey there, I'm working with the webbrowser control because I've had so many problems with using a non wrapped browser. What I'm doing is filling out web forms, pressing submit, filling more information, etc etc. The problem is that when I press the submit but inside the code,


Webbrowser Control -
Weird one for ya, I've got an Intranet URL that works perfectly well in IE5. It does'nt work in the Webbrowser control. The Browser control is embedded on an ActiveX Usercontrol which is hosted in the IE5 Browser. My colleagues on another site can run it from both without a probl


[2005] Anyone Else Experience This -
when i first started working on VB2005, i made a web browser... i was just experimenting, but i found out that i would open ms word in the webbrowser... the webbrowser took on all the properties and allowed me to use ms word within it... is it possible to use the webbrowser control


[2005] Using Web Browser Control -
I have added a web browser control to my form. I want it to display a webpage from the internet. Nothing to fancy i don't think, I don't want the user to have an address bar or any controls as the URL will be taken from a field in my form. When the record changes, the URL changes.


Make webbrowser control appear to be netscape -
Is there a way I can set the webbrowser control's browser name to netscape? So external stat tracking ie hitbox sees it not as an IE browser but rather as a netscape browser? How can I emulate an instance of netscape?


[2008] Make my webbrowser default browser -
I made a browser called as Icy Memory Browser with tab feature. One of my question is how am i suppose to make this browser an option to be the default windows browser. And is there a code for Visual Basic to check if the browser is set as default browser at the start of the prog


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


[2005] WebBrowser not returning complete HTML -
VB .Net 2005, using the WebBrowser to automate web site manipulation. I have the app logging in, getting HTML and parsing from some pages correctly, but I just hit a page where the .documentElement.outerHTML does not return the complete HTML that I can see when I view the source via


Using Defualt Webbrowser -
hey everyone... i'm workin on a windows form in Visual Studio 2005 using visual basic 2005... i'm havin a button there that if its pressed the browser opens... but everytime that its clicked IE opens, what is the right code to open the defualt browser,... like when the defualt browse


Wait for webbrowser finish navigate -
Is there any little piece of programming to get a process halt until the webbrowser is finished navigating and the control WebBrowser1 is accessible. My application starts with the webbrowser navigate to a specific url. Then I can manually use a Command1 to copy text from my webbrow


View Source -
I am (trying to) create a web browser without cheating and using the addin. I can get all the functions, such as gohome, goback, goforward, etc... but i can't figure out how IE does the view source thing. I also want to know how to create a web browser that is not dependent on IE. Any


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


About web browser -
I was wondering how to get the url of the currently displayed page to show in the "address bar" ("Text1"). Here is my code: (all names are default) Private Sub Command1_Click() WebBrowser1.Navigate "http://www.hotmail.com/" End Sub Private Sub Comm


Forms & WebBrowser Control. (imagine the possibilities!) -
Is there a way to resize a form to the size of a webbrowser and is thered a way to resize the webbrowser to its contents. Lets say a picture . But picture sizes will be unknow. How do i do this. Also how do i make a webbrowser unclickable? so here are the questiona layed out: 1.


Check for selected text in a Webbrowser control -
How can I check if the webpage loaded in the webbrowser has any etxt selected in it, and if YES then retrive the text?? please let me know. basically I am trying to do this if Screen.ActiveControl.SelLength <> 0 then 'Enable the copy function 'Get the selected text e


browser and opening new window -
i'v made a small webbrowser in vb.net .. is it possible to prevent the browser to open websites in a new window? in this case when i hit an url, IE is started and the website will be shown in IE and not in the VB.WebBrowser tnx in advanced


Opening a new webbrowser control in a new tab -
HEY! Can anyone help me with this: I am making my own web browser and i would like to know how to open a new webbrowser control in another tab, as my browser will be able to surf different web addresses under the same GUI, but in tabs.


Search Bar in a web browser -
hey guys, im trying to build a web browser and want to add a search bar to it so that i can use google adsense to make money off of people searching within the browser im building. i need the results to display in the selected tab of my tab control that i am useing. Can anyone help m


Web Browser Toolbar -
I have made a web browser which when the form is resized it will resize the webbrowser All i need to know is how to put a toolbar in with all the nav things so that it will appear on top of the webbrowser Thanks Again


[2005] Gotfocus not working on Webbrowser -
Hi Peeps, I have two web browser controls on my vb.net form. Basically I am using them to create and format articles. I have several buttons like Bold, Italics etc and need to determine which web browser I am in so in the got focus of both controls I set a variable to determine whic


[2005] How can I take text from a ftp page -
Hi! I'm trying to read a ftp using the .net webbrowser but I have several problems like I can't use document.body.outerhtml or similar methods because that url is a ftp and not an http . I can only read its content once the webbrowser shows it. Then I use the documenttext method and


[2005] Open word document in older webbrowser control -
Anyone know how to have a document open inside a webbrowser control? I am not using the web browser control that comes with 2005, I am using the AxSHDocVw.AxWebBrowser control. Thanks


Set web browser url -
Hello Everyone I using a web browser on a windows form. I have a list box on my form with a list of url’s that the user can click select from. When the user selects a url from the list box and clicks a button I have set up, I want the web browser to navigate to the selected url


.Net WebBrowser -
Hi all, I seem to have found a little flaw in .Net WebBrowser and myself i cant seem to work around it. Basically, If you use the WebBrowser from the toolbox (C#/VB.Net/C++.Net), code what you want etc etc. Then if you goto a page that normally when you click a link, it will open a new


Encoding issues in WebBrowser Control -
Hii friends, i m working on a browser in .NET it opens some pages which use the unicode encoding. The problem is that there are certain characters which are displayed as blank squares in IE as well as in WebBrowser control. However, they appear completely different (appear correctly)


Scrolling n webbrowser! -
When I load a page into a webbrowser on my form, scrollbars appear because the page is bigger than the browser itself! I want the browser to automatically scroll to the center of the page. Is that possible??