Hello, When loading a file that contains the HTML code below, the error "Access violation in mshtml.dll" happens. It happens no matter what method is used:...
I am compiling a demo from EmbeddedWB which is for IEHelper, in the DocumentComplete event, I wrote a piece of code found in google to highlight the text const...
I actually implemented this some time ago, in order to extract a meta tag from an htmldocument you need to go through the documentelement property of...
hi...thanks for the reply, i actually got it but with different implementation.. i got it by extracting the URL... thanks though, your solution is simplier and...
Basically, I have a xml document and an xslt document that I load via MSXML dom (msxml2_tlb), which applies the xslt transformation to the xml document. The...
I am automating a web site login. I fill a couple of fields and click a form button - no problems there and the actual login takes place and proceeds. At this...
I'm hoping that there is a simple answer that I am just missing. I am trying to automate data entry & navigation on a secure website. When a button is...
Hi Sham, The MSXML library (like IE) makes use of the URLMoniker functions of Windows. This means that all the config settings are consolidated in the Internet...
Hello there. I am trying to subclass Internet Explorer_Server Message but i got some trouble. Let me give u some details. I have a form Tform wich have a...
Your code seem good. but why u need to do NewWindow.Show; you window is not visible by default ? did u try with newWindow := TForm1.Create(application);...
Hello. It's possible to prevent the webbrowser from navigation but i dont know if it's possible to prevent javascript code inside the page to change the...
I tried ur expample but i couldnot reproduce your error. I also have sometimes problems with mshtml.dll or shdocs but i couldnt find any good reason why it...
Huh seems nobody is interested by my post :( anyway i found a way to solve my problem. i have a common form for each of the form wich subclass the IEserver i...
I am pleased to announce the availability of the EmbeddedWB Component Pack 14.67.0. This release is now fully compatible with D5 - D2009. The package now...
Any chance that these components would work with Lazarus and FreePascal as well? This would assume that you could embedd Firefox or Safari into your app and ...
I am pleased to announce the availability of the EmbeddedWB Component Pack 14.67.5. Changelog: ** TEmbeddedWB * Fixed: Bug with Unicode characterts (Cyrillic...
btw Set8087CW() in Delphi pure Language is an ignorable error. a procedure with no variables should not have ()Don't think about it because the compiler...
I've read this tutorial: http://www.bsalsa.com/ewb_on_get_ext.html I'm using it to create custom javascript functions to be handled by Delphi. Actually, I've...
Hi, I'm developing a .NET application that involves recording macros from within Internet Explorer sidebar (as well as external application hosting MS...
have u checked if the pdisp (parameter of beforenavigate is <> from browser.defaultinterface. I use it to make difference between frames and maindocument....
Hello: i have a old program that works only in delphi 4 and uses the EmbeddedWB for navigate some pages. i dont use this program lately and now i see that no...
hello..the error says that you can't combine boolean type and integer. true and false are reserved words. try renaming your constant other than true/false.....
I vaguely recall having seen that problem a long time ago - the problem is that your D4 imported mshtml.dll incorrect. Hawing looked into my old D4 disk image...
Hello kurt thanks for your answer i see several sections in my tlibimp.sym file: [Pascal:TypeNames] [Pascal:MemberNames] [C++:TypeNames] [C++:MemberNames] ...