I have found a solution to my problem on: http://members.shaw.ca/iedelphi/webbrowser.htm#basics4
all that was required was:
uses ActiveX;
and then at the bottom of the Unit:
initialization
OleInitialize(nil);
finalization
OleUninitialize;
thnx, I'll keep looking.
From what I have picked up on
http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_20132735.html
is that is seems that the TWebBrowser has a few issues they still havent sorted out.
I had a look in VB and
webbrowser1.execWB is the function.
But I dont understand why it is necesary to do this,
as the component should handle it.
It works correctly under VB: I add the Webbrowser component
to the form and then navigate it to say "www.borland.com"
I can the select...
Hi,
It seems that when using a TWebBrowser component to view
a web page, you cannot select any test on the web page to
copy and then paste elsewhere.
I'm using D6.1 and Win2000. IE6 installed.
Has anyone got any ideas why?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.