I have been trying use a WebBrowser component to intercept loading of HTML pages (which are templates), produce a modified version and then show the modified...
Hi all... I've been tracing a problem here - I can see others have had it, but have not found a solution... I have a TWebBrowser placed in edit mode by (...
How can I control the position of a new toolband (using the delphiband from euromind)? A new toolbar always appears almost hidden in the IE rebar. Thanks, Stu...
Hi Stu, I have this problem too and I asked this question on the group but nobody answered. If you will find the solution for this issue please notify me on ...
Hi, I'm slowly making progress in playing around with the euromind code, but my lack of Delphi knowledge is limiting me a bit...Can someone explain the...
Hi, I want to override the onlick event of a HTML element. That is, when an element(a button, img or sth. else) is clicked, execute my routines first and then...
Hello, I have a table of which I am extracting data from, the table is not uniform in that a row contains all data/fields of a single record, such as: COMPANY...
Hi Jane, Try this : procedure TYourForm.NavigateIE( NewURL : string); var Flags, TargetFrameName, PostData, Headers: OleVariant; begin // Load a file ...
Hi Birger, Thanks for the info - I'll investigate that a bit more. I did try putting mshtml_tlb, instead of mshtml (in the uses section), but it wouldn't...
I use LoadFromStream to display a page. I have links in the page that point to other places in the same page. How can I navigate there? When I click on a...
I am also looking for the answer to this. I'd like the bar to be on it's own line. I've found this: http://groups.google.com/groups?hl=en&lr=lang_en&i ...
Jon Alexander wrote: {---------------------------------------- file://scroll down goes here Range:=((EmbeddedWB1.Document AS IHTMLDocument2).Body AS ...
good work! all we need is this converting to delphi any offers anyone?? // get a handle to IE's rebar m_spWebBrowser2->get_HWND((long *)&m_hExplorer); ...
I'm using the TWebBrowser on my form. Is there a way to show a spinning animation or something while the browser is resolving a web page, ie start in...
<< Do you know how to obtain the code in a html page read by the WebExplorer? I have found many ways but never good... ... Try this... I used it in one project...
<< Hi there, i would like to know how to disable text selection in TWebBrowser. Thanks a lot for responses. Regards. ... Read about IDocHostUIHandler...
<< highlight search texts like google toolbar. ... I think you could do it using javasctipt. I do not think it is difficult. You could execute some javascript...
Thanks Plamen ! But I cannot use some types like IHTMLDocument2 with Delphi 3... Maybe the best way is to use an other component but there is not a lot.. ... ...
Hello, Sorry to get back to you so late, yes, you can use the code almost anywhere, on a button, an event, etc... The part you probably needed is the var: ...
I have a question for everyone? POPUP WINDOWS !!!!!!!!! yes we all have these stupid things don't we?? I have a program installed on my computer, that...
Helo! I'am new to webbrowser. Is it possible to make a component, that make a preview of html from memory, so that user can't see any source? regards Tom...
Tomasz Siwak
tomasz@...
Feb 5, 2003 5:08 pm
6872
You could use the Webbrowser component and then disable the right-click popup menu. Then, the user would not be able to View Source. You might have to create...
Dave Wedwick
dave@...
Feb 5, 2003 5:23 pm
6873
Alternatively, is there no way to have the site only in memory? ... From: Dave Wedwick [mailto:dave@...] Sent: Wednesday, February 05, 2003 6:24...
Tomasz Siwak
tomasz@...
Feb 5, 2003 5:29 pm
6874
Alternatively, is there no way to have the site only in memory? ... From: Dave Wedwick [mailto:dave@...] Sent: Wednesday, February 05, 2003 6:24...
Tomasz Siwak
tomasz@...
Feb 5, 2003 5:30 pm
6875
... From: "Tomasz Siwak" <tomasz@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Wednesday, February 05, 2003 5:32 PM Subject: RE: [delphi-webbrowser]...
Hello guys, I´m using TWebBrowser, and when its navigating to a page containing a macromedia flash, i receive an access violation warning. Full message:...