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...
Hi, I've got a problem with pasting text into component on form containing DHTMLEdit. I'm talking about TEdit component. I have focus in edit and when I press...
HI there are cases, i get the following error: One or more of the supplied parameters could not be properly interpreted i think it is related to a certain...
Hi, You're getting a Smart Card Authentication error - either SCARD_E_INVALID_PARAMETER or SCARD_E_INVALID_VALUE. Try looking up "Authentication" at MS -...
thank you for your reply "You're getting a Smart Card Authentication error - either SCARD_E_INVALID_PARAMETER or SCARD_E_INVALID_VALUE." im using the dhtmledit...
im not sure what u want me to look for all im using is the loadurl command of dhtmledit its not like im developing the inside functions of dhtmledit i dont...
... have any control of what happening inside of it You get an error from mshtml (the core component of DHTMLED) witch cant coop with your supplied URL - end...