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] ...
Hello: thanks for you answer if i change that lines the component compiles but i get errors when i use the component in my proyect, i describe this in my first...
Hi! Thanks for getting back, though this doesn't seem to apply to my need. I need to differentiate between (top level frame) navigation initiated from address...
Hi, ... 1'st problem as the normal event mechanism will give you the mouse click AFTER the navigation is initiated you might run into some timing issues 2'end...
Thanks for the help Kurt! I'm unsure yet if I'll actually proceed with implementing IHtmlEditDesigner - might be in the next version of software I'm...
hello everyone. i have a program that displays employee names in a treeview. now i want to add checkbox on each tree node for multi-select. my problem is how...
Greetings, Here's a couple of sites to have a look at: http://delphi.about.com/od/vclusing/l/aa092104a.htm http://www.swissdelphicenter.ch/en/tipresult.php The...
Hi all! Please, can someone explain to me what is the relationship between TWebBrowser and IWebBrowser2 ? I have a function with TWebBrowser and other with...
IWebBrowser2 is one of several interfaces (interfacedescriptions) implemented within the MS webbrowser object. TWebBrowser is your Delphi (or onother...