Hey All, Building a data bound wrapper for a dHTMLEdit so I can use it for displaying HTML stored in a DB. (Code below) Slight problem; When I free the object...
Hello, I am using Mshtml not the dhtml ocx, in the dhtml we have the 2D functios bring to front , send to back, etc. In the Mshtml all these commands do not...
Hi, Guys! I'm using the TEmbeddedED and I found this compo great... But I have one problem with it. I have many HTML files with some strange character and I...
Hi Andre, Unicode pages can indeed be a bit tricky. If you go to the group http://groups.yahoo.com/group/KSDhtmlEdit/ you'll find TEmbeddedED's much more...
Kurt, I have tested it, and it works ;) But with some difference to the profDHTMLEdit. HTML Source: KSDhtmlEdit : Example εïз profDHTMLEdit: Example...
I'm trying to compile the editor with Delphi 2005 (WIN32), and I'm getting the same error (classname doesn't exists). What did you do to fix the problem? ...
I have some problem . it is this~ IF DHTMLEdit is embedded in another ActiveX control , fuction Keys is disable. i find this question's answer , but it is C++...
There is a new Embedded Web Browser version for d5, d6, d7, d2005 in: http://groups.yahoo.com/group/delphi-webbrowser/ I hope it helps ... to ... code ... ...
Hi Bispo, the "VCL Html Editor 2_1.zip" in the file section of this group contains the latest version of EnbeddedED.pas - I did an update of the file last ...
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...