Hi, this has been discussed before but nowhere the way I would like to see the result so: Form1 with a webbrowser on it. I want to place the thing on form2: ...
Hi, I just can't get the event when something or someone closes the document inside my embeddedwb. The onclosequery, onquit events are not called in this case....
TwebBrowser uses same proxy settings as IE by default. However, you may specify different settings for a particular session (session = program run)... just...
In IE these two events should be the same; I don't know how to distinguish them either on client or server. However, if you use NMHTTP, it will use request...
I've added in the Exec method the check for nCmdID = OLECMDID_CLOSE. Which calls the FOncloseByScript property, an eventproperty i've also added. So it works...
You can use any amount of buttons or components and they all will get the proper message. You only need one timer to check the current activity of the mouse...
Hi people, Just when I thought I had this selection issue solved, the webpage in question can have no dropdown selection box on it if there is nothing to...
Is there a way to prevent loading 468x60 pictures for example? Manipulating <img> in html doesn't work, because many sites use javascript to create ad images. ...
Hi, Does anyone know why the Exec method of TEmbeddedWB checks for a value in CmdGroup? Somethimes my errorscript method is forgotten and after debugging I ...
I am new and just starting to learn. Does anyone have a simple piece of code or preferrably an example program and code that they could send me that downloads...
... Hi Paul, this is almost what I am having problems with. Maybe you can offer a small snippet for me too. I have to access a webpage that *most times* has a...
Hi, I've got some TembeddedWB's on one ore more forms. Problem is that sometimes one of them ask in java to set the focus to that particular object! I don't...
I tried several years ago to install the EmbeddedWB component, but could never manage it despite huge amounts of help from Henri Fournier. I have now come...
When you read the WebBrowser.HWND property (at least in delphi 5) you get back an unspecified error. The error occurs in the Invoke method passing -515 as the...
... I tried to modify source code from iedelphi to handle image/gif content. I have a problem: filter isn't executed for every image on the page! Do you know...
Hi, Got a problem with an https website, D5, W2K, IE5 and TWebBrowser. On this site, there are a bunch of links (all to the local secure website) in one frame....
hi, I'm using a twebbrowser component to browse a login-restricted web site. Now, (nearly) whenever I want to access a (restriced) site, another site asks me...
hi! Thanks a lot for the answer. Indeed, this is a nice component, I already found it and it solved another problem I had with Twb. But I didn't know it...
The default Delphi TWebBrowser needs a lot of coding to enable it to remember Username and Password fields. Search and Input Fields. The TEmbeddedWB has all...
Hi, I am using a Toolband , builded as in delphi - IE example. I would like to search for a string in the loaded page .... eventualy to highlight the choosen...
{Reason why I add you to a CC in the Message, is becuase it takes along time to post To the group. The owner needs some badly needed help :-) } In the Object...
... Nope, that's not it, I have V 1.4 (Oct 16, 2001). I saw the definitions in there, but there must be something wrong about my setup that doesn't pick it...
Hi. Don't really get this... First off, I think sleep function actually WILL take up a lot of CPU time. Second, you use the ..DocumentComplete to set a flag,...