Hello ! I can't install the EmbeddedWB in BCB5 (in the list files there's a zip). I did this: File - New - Package Add - All the .pas files (embeddedwb.pas,...
... zip). ... SHDocVw_TLB.pas, ... compatible with ... linker ... Shdocvw_tlb::TWebBrowser' ... referenced ... C:\ARCHIVOS DE ... You must uninstall...
You must uninstall bcbie50.bpl package before install EmmbeddedWB [ENRIQUE] Thanks copper! I have uninstalled bcbie50.bpl, now it was installed "correctly",...
Is this possible: Drag and drop a text from Tedit delphi form TO Internet Explorer: this is possible in webbrowser but does not seem to work in IE: The purpose...
EmbeddedWB support D&D but you will need to add in your form D&D code like: 1.Set EmbedddedWB1.DragMode = dmAutomatic from the Object Inspector 2.procedure...
probaly because you have some code in your before navigate and this page never generates an navigatecompleted event when no-script is on and are you waiting...
Just tested it and I got no failare what so ever. Recheck your code. Regards ... From: "yarekc" <yarekc@...> To: <delphi-webbrowser@yahoogroups.com> Sent:...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Apr 4, 2006 7:04 pm
9781
Hello, Here some tips to install this package : - You must uninstall bcbie5.bpl - All components are now in Embedded Web Browser new's tab - You must add...
In this old version : TEmbeddedWB component is in Internet tab [ENRIQUE] Yes, I had already revised there, but nothing =( (Neither the TCppWebBrowser is, but...
Hello, Below is the code that connects a THTMLAnchorEvents2 object to an anchor element in my HTML page Doc := IE.Document as IHtmlDocument2; col :=...
Thanks Cooper !!! I couldn't install it yet, it compiles, but when I try to install it, it says something like this: "Component TEmbeddedWB can't be registered...
search in the path the "package1" name ... Nessuna persona merita le tue lacrime, e chi le merita sicuramente non ti farą piangere. ... VOGLIO LA PACE A COSTO...
[CRISTIANO] search in the path the "package1" name [ENRIQUE] What path? I checked all in the Install Package list, but I can't find it, do you mean another...
... it, it ... because it ... fails). ... anywhere ... Otherwise, I must ... I think you could delete the Package1.bpl file so C++Builder won't load it (it...
My application creates dynamic html content that gets displayed by TEmbeddedWB, using the LoadFromStream method. Using the default character encoding on my...
Hello, ... As my post already mentioned, i am using THTMLAnchorEvents2. I hope we can find a solution to this, because I am completely baffled. The ...
Hi all, How to obtain TWebBrowser component related coordinates for any IHTMLElement what I have? ... I need it to create and fillup my dynamical TBitMap with...
Thank you very much. ... - All we need is Love !!! (C) :) I have seen this atrikle. But situation goes to deadlock when returned IHTMLElement locating within...
Mind that: there are many style objects for an IHTMLElement. The one you need is the runtime style which is the result of the internal proccess of in-line...
Hi; how can i set printer properties like:margins , orientation and .... after adding a webbroser on run time ; and affect it well? thanks for your help. ...
Hello I am looking for following solution within Delphi: http://www.codeproject.com/csharp/winformiehost.asp can anyone guide me for such task? Thanks -adnan...
... Thank you for responce, Fortis. But how can I link my IHtmlElemt and IHtmlElemet2 and may be IHtmlElemet3? This is not compatible types and I have...