hi long time ago i used the following code: ovStyleSheet := wbBody.OleObject.DOM.CreateStylesheet; ovStyleSheet.addRule('P', 'margin-top: 0.0pt;margin-bottom:...
i have the following code: var oleImage: OleVariant; begin oleImage := URL; wbBody.DOM.execCommand('INSERTIMAGE', FALSE, oleImage); wbBody.DOM.selection.empty;...
i have the following code for inserting a flash file var sel: IHTMLSelectionObject; rng: OleVariant; Text: string; tmp: TTntStringList; begin OpenDialog.Filter...
I am using the component as an HTML viewer for emails, when the user clicks a link I want to open this link in a new window and not change the TEmbeddedED...
I use IE as the ole container, such as word document, excel document, but when i save after edited the document, IE will show a save Prompt dialog, does anyone...
Thanks From Senfer Kurt. I use this code for Insert a HyperLink in KSDHTMLEdit: var MyText, MyLink : String; AElement : IHTMLElement; ovTextRange: OleVariant; ...
Hi, ... component. its just plain mshtml interface programming - nothing out of the ordinary. But you cant persist it :-) Fore some obscure reason DHTMLEdit...
Hi I am using D4 Pro and I have tried to register KsDHTMLEDLib.ocx but when I chooose the file and click on it under "Import ActiveX Control" the file does not...
Hi John, Ive posted my ansver to the KSDhtmlEdit group: http://groups.yahoo.com/group/KSDhtmlEdit/ Cheers Kurt ... From: delphi-dhtmledit@yahoogroups.com ...
I need scan a document letter by letter and to geth information as the color of that letter. Somebody knows as to make this? Example: If I have in my...
I am using dhtml.ocx in my last project in D7. nearly i use every command in program, like inserttable,picture, setfont,setcolor and others. but i have a...
Witch version of OCX ? Do you get the same problem if you use the demo application ? Do you get the AV if you just start and then close the demo ? If not I...
I am using Webbrowser as a HTML editor. In the latest version 14.5 (I used the version 10 before) OnCommandStateChange events do not occur. I used that event...
Use ver 14.52. Ver 14.5 was beta and had Exec procedure failare Regards Eran ... From: Aliaksander Markau To: delphi-dhtmledit@yahoogroups.com Sent: Monday,...
BTW, on ver 14.52, I added a Modified property, which will surly help, when it comes to Editors. Modified is a read only value. it will auto set to false/true,...
I'm brand new to this group and still trying to find my way around. I'm very interested in adding HTML editing capabilities to my current WebBrowser program. ...
FYI - Microsoft is removing the DHTML Editing Control from the Windows Vista product. Read more: http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx ...
Hi, I'm using DHTMLEdit component as part of my own component (Derived from TPanel), I'd like to receive regular events (keydown, click, etc .). I've tried to...
Hi, default behaviour of DHTMLEdit is to preserve style settings from previous paragraph if enter is pressed. I need not to. I've got text inserted into div...