Hi All. Well, I am not sure if my situation is unique, and I am sure someone would have done this before. I have an app that downloads an ASP page. Inside the...
I posted this on www.bsalsa.com but thought that someone here may have come across a similar problem: I'm using an EWB component in a modal form that is...
Hi fiends: I have to develope an application to control the use of the internet. I want to treat an instance of Internet Explorer as a TWebBrowser instance. ...
Hi, I am using the web browser control and want to do "things" with a web page after it is fully downloaded. documentComplete is an event that is supposed to...
Hi everybody, I'm using a TWebBrowser for displaying a local html page. In this html page, there are a button and a vbscript. The vbscript is executing when...
Hello, I wonder what the best way is to filter out or force style attributes on a document. Example: I have a html document and I want to have the same font...
you can walk thru the IHTMLElements the function Get_anchors of IHTMLDocument2 gives you. example: var Doc: IHTMLDocument2; EC: IHtmlElementCollection; ...
Hiyo, Vinicius! Try the code below: In "interface" section write this: type TObjectProcedure = procedure of object; TEventObject = class(TInterfacedObject,...
I have a form with two webbrousers on it. And i want to login on a website as two different users at the same time. But after logining in first webbrouser in...
Hi, I am wondering if it's possible to make the TWebBrowser's background transparent? which it will only display the html content and nothing else. That would...
Hello, I've problem with downloading a file by TWebBrowser. TWB is loading .csv file (which is text file), but won't open it - TWebBrowser is opening File...
I have an IE toolband based on the Band Objects sample toolband at http://www.bsalsa.com/ie_tools_band_obj.html. The toolband works with IE7, but has problems...
Hello,All, Using the EmbeddedWB and EditDisgner,when press Enter key,the out is <P>. Can it out <BR>? When I paste from the Word Doc(include image) into the...
Hi there I need to remove the horinzontal scroll bar from TEmbededWB For example , In a instant messaging program or something else like that When you're...
Hi! As what i have researched recently, i found that TWebBrowser has the following functions: - 1) TWebBrowser can be used for editing webpage if the edit mode...
Hi! How do i retrieve available styles items (e.g Heading 1, Heading 2, Address and etc) from IDM_GETBLOCKFMTS command. I have tried the following, but my...
HI, I do have a problem. I have a HTML code with many internal links (shown below VERY abbreviated / Name = TEST.htm ): NAME.HTM: <HTML> <BODY> .... <a href...
I am atalking about the way I did it in a project of mine. _____ From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf...