WebBrowser and msgbox -
Hi everybody,
i working with webbrowser in vb6, and i have the next problem:
The user search a page and somethings when the user click back the page display Warning: Page has expired!!!
Ok, i try to find a solution with command refresh but the navigator display a messagebox with the legend: The page cannot be refreshed without resending the information.Click Retry to send the information again, or click Cancel to return to the page that you were trying to view.
And i dont know how click to button retry and follow execution the application.
Thanks.
Intercepting a msgbox (for gurus!) -
I don't know if that can be done, but I'd be happy to hear so:
I would like my application to catch/intercept msgbox (most of them would come from a webbrowser control). Ex.: When operating a given webpage, IE (webbrowser) will popup the following msgbox: Are you sure you want to
How can you msgbox the form, frame, etc (location) of an element. (hard webbrowser q) -
In a webbrowser, how would you msgbox the form, frame, and other information as to the location of an element in a webbrowser?
for example, i have an html input box in a frame loaded in a webbrowser. When i click the input box, how would i msgbox the form and frame it is located in
Webbrowser control: supressing msgboxes -
I've written an application for monitoring response times of a webserver from a users point of view.
Using a webbrowser control it loads up a series of pages and logs how long it takes. It does this every 5 minutes day and night.
When I got to work this morning a msgbox reporting
Webbrowser(Block javascript msgbox) -
IS there any chance to block javascript msgbox in webbrowser or click a button i java script msgbox..
THANX
How can you tell if a webbrowser if being redirected -
i have a list of sites in a listbox which a webbrowser goes to
im using "If webbrowser.locationurl <> list1.list(x) then msgbox "redirect" " but this isnt working very well as theres something wrong with webbrowser.locationurl - it returns something differe
WebBrowser KeyDown -
How can i make it so when somebody types something on the webbrowser control, a msgbox comes up. The webbrowser control doesnt have a keydown,keypress or keyup function.
How can you catch events in a webbrowser -
lets say you want a msgbox to be shown when a button is clicked in a webbrowser
how can you do this?
Do:Doevents:Loop until something=true and 100 CPU usage -
is there a better way of doing this? say youre running asynchronous tasks - downloading a file in a webbrowser, or winsock is running as a server...
how can u wait for something to be done without having 100 cpu usage?
for example..
Webbrowser.navigate "www.hotmail.com&qu
How can you catch an event in a webbrowser like on image_mouseover -
Anyone know?
If someone moves their mouse over an image in a webbrowser, how can I msgbox the ALT text of that image?
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.
[2005] WebBrowser Showing New URL Right after it was clicked -
first of all .. i'm pretty new @ vb ... but i really would like some help.
i made a simple webbrowser in VB .. Many Tutorial can be found on the net, but i cant create the following:
RIGHT after a user click a new link/url i want the following message be displayed:
msgbox("
[IE] representation of an extended object -
Were can i find a Graphically representation of an extended object map of Internet Explorer?
like:
WebBrowser.Document.All.*
WebBrowser.Document.applets.*
WebBrowser.Document.links.*
WebBrowser.Document.forms.*
WebBrowser.Document.scripts.*
WebBrowser.Document.images.*
WebB
[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.
100% CPU while using WebBrowser -
Hi all,
Using WebBrowser (VB6), I'm trying to open swf file (located on the local disk). The problem is whenever there is mouseevent i.e mouseover the
WebBrowser or mouse click the WebBrowser control, the CPU reach 100%. In order to solve this issue, I put the WebBrowser inside fram
How to loop thru all options in <SELECT> element in a browser Bloodeye/other gurus -
How can i loop through all the different options and msgbox their option name <OPTION>Programmer</OPTION> (that will msgbox Programmer) as well as their index? (that should msgbox 1, the next one should msgbox 2, etc)
msgbox Webbrowser.Document.Forms(form).SelectName.Sel
Webbrowser Wait! -
Well I've had this problem alot but I worked around, but now it's really getting to me, I use the webbrowser control, navigate to a page and want to do something after it loads but not before it's done. I use the DocumentComplete event but the webbrowser goes to it before the page is d
WebBrowser clean and write text -
Hello! I'm using WebBrowser for to read jpg file like:
WebBrowser1.Navigate(openFileDialog1.FileName)
1. when I close the Dialog with WebBrowser and Show again the same Dialog, then I see again the jpg file that was open in previous "session". How do I clear the WebBrowse
Dynamic Controls -
Dear Friends...
i'm developing a software that has a webbrowser in it but i have some issues with it..
my problem is that i want to add tabs to it dynamically and add a new webbrowser component to each tab that is created, i've already done the adding tab but i can't add the webbro
Problem with hWnd in the Microsoft Internet Controls (WebBrowser control) -
Hello everyone and thanks for viewing my post,
Currently I have a WebBrowser control that I need to get the hWnd from. If I even try to access the hWnd, such as msgbox the value to make sure it's valid, I recieve an error that says "Run-time error '-2147467259 (80004005)': Met
WebBrowser+Proxy help.. -
I want to make a webbrowser in a visual basic program that will let me browse via a proxy within the actual program. I don't want to phyiscally have to set the proxy in ie lan settings. The program would have a webbrowser, 3 textboxes( 2 for proxy ip/port, 1 for url ). When clicking on
Saving image from webbrowser -
i have a form with a webbrowser on the form, the webbrowser opens a page for example google.com
i was wondering if anybody knows how i could save an image from the webbrowser to my hard drive?
i realise there are easier ways of saving an image directly from the website, rather th
[2005] programmatically click a msgbox OK button -
When navigating to a web page using the WebBrowser control a javascript msgbox opens with OK or CANCEL buttons. How do I programmatically click the msgbox OK button to make to box clear. Thanks.
[2008] Key-Handle inside of Webbrowser -
Hi,
i've tried with the standard Webbrowser and the COM-Controll-Element (Microsoft Webbrowser) to handle Keyboard-Events.
Whith Key-Handles in normal Forms (ie TextBox1) i have no Problems. That works fine!
But when i press a key inside the webbrowser, i cant handle them.
[2008]Webbrowser question -
Hi, what do I have to do to make something like this?:
When Webbrowser user holds mouse over a link it gets displayed in a label?
Is there a mouseover event?
Is there a way to make the searchfield(combobox) on my webbrowser update to the current link on the webbrowser?
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.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
[02/03] Detect msgbox -
I have put WebBrowser on a form pointing at a web address, how can i detect when the web page puts up a msgbox on screen please ?.
john
How do you place the cursor in a webbrowser downside -
I have a webbrowser and a write sometime something to the webbrowser and the webbrowser refreshes, but the cursor is upside. But I want him downside, so the user can see immediately the upgrade. How do I do that? Is there a property or a method to do that?
[2008] Webbrowser Preview -
So the thing I need to do is, I have a webbrowser, which is placed on 1 tab of my tabcontrol. The thing I need is when I switch to another tab, a preview of the active webbrowser is displayed in the bottom of the screen (next to the tabcontrol) I can't make a double webbrowser and sync
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
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
[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
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
webbrowser scrollbars -
in my visual basic webbrowser i can't set webbrowser.height
to display the webbrowser correct in every screen resolution. When it looks very good in 800x600 it looks weird
in 1024x800 i know that but when i try to change
the resize of the form with code the webbrowser
does not
webbrowser scroll -
in my visual basic webbrowser i can't set webbrowser.height
to display the webbrowser correct in every screen resolution.
When it looks very good in 800x600 it looks weird in
1024x800 i know that but when i try to change the resize of the form with code the webbrowser does not sh
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 autoload -
hi, i was wondring can some body help me out here i want to make a app so when i click a buttion a webbrowser will pop up and it will altomaticly load up my website
i have the webbrowser ready i just need to no what code to put in and were to put my site url
many thanks
flash-hacke
Resizing a Form and Webbrowser to a picture -
To make a confusing problem short - heres the jist:
I have a Webbrowser viewing a set of pictures online. What I want to do is resize the webbrowser to fit the picture when it is loaded and then make the form the size of the webbrowser plus some.
Only allow webbrowser to access single domain -
Hello,
I was curious if anyone knew how I could make my webbrowser control only able to access a single domain which I would set. (and probably display a msgbox if it was trying to navigate away from the domain)
Not sure exactly how it would be done, but maybe it would be a DownloadB
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