Check the documentation in the file "OCX Documentation.txt" ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On Behalf Of...
... The same as in FrontPage - point to a cell border and wait until the cursor changes shape then drag the border. Check the documentation - there is extra...
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,...