Topic profile page for Webbrowser.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Webbrowser.
Topic "Webbrowser" was discussed 0 times on 0 sites in last 3 months
Started 2 days, 1 hour ago (2009-12-21 17:42:00)
by cristy88
Hi, In my program i use a WebBrowser in which i dynamically insert a lot of DIV HtmlElements. The page structure looks like this: SOME TEXT SOME TEXT SOME TEXT . . . SOME TEXT How can i scroll to a certain DIV (for example div 35)? When i press a button i want to Focus on a DIV. I have tried the method Focus() from HtmlElement, but it doesn't work....
Started 2 days, 4 hours ago (2009-12-21 14:27:00)
by Visualbasic1
Hi Guys I Hoped that you could help me with putting in a proxy for a webbrowser control in Visual basic 2008. I´ve checked every website but i just could not found how you relly do it so Pls guys you are my last hope
Started 2 days, 6 hours ago (2009-12-21 12:26:00)
by Cartoper
I have a ATL/WTL window that is hosting the WebBrowser control (Shell.Explorer). I need to allow the JavaScript to call back to the host application, so I am working on implementing the IDocHostUIHandler::GetExternal() method, but cannot figure out the ideal way to do it: Does anyone know of any examples that are out there? ...
Started 3 days, 23 hours ago (2009-12-19 19:14:00)
by bercow
webbrowser download text end check update Hi, end sorry for me English I have php script, this script download text of div in website www.wp.pl , end is good. Next I must download this text to VB, end if new next different a old text, program must show balloon with new text. All operation must make in the Timer. Script ...
Started 4 days, 2 hours ago (2009-12-19 16:08:00)
by mike2381
Stop running this script? - webbrowser error I get this error in webbrowser loading big webpages. WebBrowser1.ScriptErrorsSuppressed = True doesn't stop it. Attached Images ...
Started 5 days, 6 hours ago (2009-12-18 12:32:00)
by k_zeon
Hi I have a Form and on the form a WebBrowser Control I use this to display info. I have other forms and set the KeyPreview of the form to True and have a keypress event set so that if i press the escape key the form unloads But the form I have the Webbrowser control on does not trap the event and will not ...
Started 5 days, 22 hours ago (2009-12-17 20:53:00)
by rplcmint
I'm trying to make my word doc show up in the webbrowser control. Dim strFileName as string = "c:\temp\myFile.doc" Me.WebBrowser.Navigate(strFileName, False) The word document is opened by the Word Server, and the Webbrowser displays "Page cannot be displayed" error. Anyone know how to do this this, or is there another control I can use to display my document before printout?...
Started 1 week ago (2009-12-16 12:45:00)
by g4hsean
invisible Webbrowser control mouse focus stealer! Hello everyone! I wanted to know if there is a way to stop my webbrowser control from steeling my cursors focus? i mean its bad enough i have to hear the god damn thing in the background as it refreshes the pages. What i built is basically a program that checks my ...
Started 1 week ago (2009-12-16 12:45:00)
by g4hsean
Hello everyone! I wanted to know if there is a way to stop my webbrowser control from steeling my cursors focus? i mean its bad enough i have to hear the god damn thing in the background as it refreshes the pages. What i built is basically a program that checks my marks on my school website and verifies to see if any new grades have been added. The program then notifies me by ...
Started 1 week ago (2009-12-15 20:57:00)
by Mythos44
WebBrowser Control question. Is it possible to find out what code the page is sending to the web? Such as you click on a hyperlink and it sends a request to say www.vbvorums.com How I have a form that I'm trying to figure out the php code it's using to submit to the web request. Like I enter my username in a field and ...
Started 6 days ago (2009-12-17 18:53:00)
by Mythos44
Hello, I am navigating to a web page with my webbrowser control Dim myWBP As New WebBrowser myWBP.Navigate(strThePageToOpen) and this works on most pages. Now I'm going to a page that I guess there are errors in the page and I get a box asking me if I want to debut in IE's built in script debugger or something to that effect. Is there any way to have the ...
Started 6 days, 10 hours ago (2009-12-17 08:03:00)
by Rayko
Hello all. I am making an application that uses multiple WebBrowser controls, and multiple proxies. The code for changing the proxy settings are as such: Code: #Region "Proxy" Public Structure Struct_INTERNET_PROXY_INFO Public dwAccessType As Integer Public proxy As IntPtr Public proxyBypass As IntPtr End Structure _ ...
Started 5 days, 22 hours ago (2009-12-17 20:53:00)
by rplcmint
[RESOLVED] Displaying a Word Doc in the Webbrowser Control I'm trying to make my word doc show up in the webbrowser control. Dim strFileName as string = "c:\temp\myFile.doc" Me.WebBrowser.Navigate(strFileName, False) The word document is opened by the Word Server, and the Webbrowser displays "Page cannot be displayed" ...
Started 6 days ago (2009-12-17 18:53:00)
by Mythos44
error in page for webbrowser control Hello, I am navigating to a web page with my webbrowser control Dim myWBP As New WebBrowser myWBP.Navigate(strThePageToOpen) and this works on most pages. Now I'm going to a page that I guess there are errors in the page and I get a box asking me if I want to ...
Started 6 days, 10 hours ago (2009-12-17 08:03:00)
by Rayko
Help needed: Multiple WebBrowser controls and multiple proxies Hello all. I am making an application that uses multiple WebBrowser controls, and multiple proxies. The code for changing the proxy settings are as such: Code: #Region "Proxy" Public Structure Struct_INTERNET_PROXY_INFO Public ...
Started 1 week ago (2009-12-16 12:48:00)
by spalton
adjust size of webbrowser cotnrol/animated gif based on excel zoom. Hi guys. I currently have this code to display a gif in a web browser control: strTemp = " " However, this keeps the gif the same size no matter what 'zoom' (using ctrl-mousewheel) you have excel at. Is there anyway I can amend the ...
Started 5 days, 19 hours ago (2009-12-17 23:19:55)
by jagadeesh_sanapala
iam defining like this for button object .......object.disabled== false the disable feature is checking nice in ie but in mozilla web browser this disabled is not working wat is the other alternate for mozilla or how can i work with it.
Started 1 week, 1 day ago (2009-12-15 09:29:00)
by tonig
ok, so what i need to know is how to control a combobox which is into the web page I want to know how to control the combobox into the webpage, change the selected option and so.. thanks