I can't copy links or text from my WebBrowser app. At the very end of the unit I have: initialization OleInitialize(nil); finalization OleUninitialize; as...
My COM experience is limited. I've checked the FAQ and searched the group ... I can't seem to figure out how to create a binding and change the BINDVERB from...
hello to all, i added a toolbar button to my IE and use it to launch an explorer-bar. my question is: how to navigate the window.location to a new address from...
I need to implement some kind of "MIME filtering" for a project here at work, but I'm having some problems. I downloaded the MIMEFilter project and it works...
hello this question is more a windows api question, but i need it for a web application so, when i try to navigate to an https location, if the server has,...
os : windows 2000 server language : Delphi 5 Url 'http://betterbrowser.com/component39; does not exist; I need DHTMLEventHandler.. Where Can i get it? i want to...
Hi, I use the exemple of Henri to disable the right click popup in the Webbrowser but it do not it ! This is what i use : TFormMain = class(TForm) ....... ...
I have two TWebBrowser sessions running in the same process. Session A has already navigated to a certain target, Session B is somewhere else, say, at ...
Hello,
I'm trying the XMLParser component available
on the IEDelphi website and I've got one problem.
I need to check an external DTD that is declared
in an...
Hi, i have to make my "explorer" access a page wich has the following link: <a href="http://www.discapacidadyenvejecimiento.org" onfocus="window.focus()"...
hi, I load an unicode html from a stream into WebBrowser but it was displayed incorrect because Encoding type isn't Unicode UTF-8. Anyone can help me solve...
Hallo all, I would like to access the source code of a document that is changed via the DOM. Can I do this as a stream or string? Is it also possible to use...
hello i use the TWebBrowser component ( i fact the TAppWebBrowser, which is derived from the one mentioned above ) my problem is that the explorer popups (...
I want to use IHlinkTarget::GetBrowseContext, but My Delphi 5 can't use hlink.h and IHlinkTarget interface. How to use it ? I want to impliment my browser to...
Is there any way to get the text or HTML without the excess spaces removed. I am querying html files which separate subfields within a string by having 3...
Hi everybody! Finally, I could open the PopUp-Window in a new browser window. But this new window of my browser is just a dummy of the browsers mainform, it...
I am new to Delphi, and have written a webbrowser application using TWebBrowser. I want to parse html docs received. I tried to install IEParser as a new...
Hi, Marc Hervais, Per Larsen, and ... The OnDownloadCompleteEvent didn't seem to get set. I didn't get this after completion of procesing of a URL. In my...
Hi all. I wrote a little Webbrowser with Delphi's Standard "TWebBrowser"'s Component. The Component uses the Proxy and Port adjustment from my Internet ...
Hi all, I don't know if many of you have heard of zBandObjects, but its a full implementation of BandObjects for Delphi 4/5/6. if was written by a person...
Hi all, When I set *Cancel to TRUE ,to control NewWindow event myself, an javascript error occurs when the call comes from 'window.open()' javascript39;s...
Hello all ! I developed an IE based program in delphi. My problem: I implemented the back / forward functions 1) Where can I get the back/forward history list...
... and reports:
HTTP/1.1 404 Object Not Found
Regards,
Rafal -- Jest niezly ... i liscik napisze OnetKomunikator [ http://ok.onet.pl/instaluj.html ]...
What´s the main difference between Delphi 6 Professional and Delphi 6 Personal? Is it possible to make apps that use the Webbrowser control with Delphi 6...
Hi, I just added a new extension to the outstanding IEParser component : 1) IEParser now handles Frames !!!! - 3 new events have been added : onframset,...
EmbeddedWB uses IEConst.pas, where you can find: function SHFreeShared; external 'shell32.dll' index 523. Mentioned DLL from Windows'95 hasn't such entry as...