hi, I M NEW IN THIS GROUP. I HAVE A PROB. i want to read the dhtmledit control text. like if the control have text "Hello world " i want to read it but when i...
... me ... There is a free HTML Parser (called HTMLParser) available on the web which will take your HTML data and give you back your text separately and your...
HI i have a form with dhtmledit on it after closing the form, even after formdestroy event triggered i get access violation in dhtmledit.ocx im not sure this...
i made some more research and go this: in OnDocumentComplete i have this code: btnAlignRightClick(HTMLEdit); HTMLEdit.DOM.body.setAttribute('dir', 'rtl', 0); ...
I've got a cell sizing script written in Visual basic, can anyone rewrite this so it could work in Delphi? Thanks! This script was written by Charles Law...
HI is there a problem with dhtmledit and XP ? i have my application working on winXP i made some changes (i develop on win2k) and everything works fine when i...
Hi! I use the DHTMLEdit component to develop an e-mail client software. I want to format the content of the DHTMLEdit when the user replies to a message. I...
hi, i m getting a prob. in getting the innerHtml property. i have opened the html file in it. dhtmledit1.loaddocument("c:\temp1.html") i have used this syntax ...
HI i have the following code: if HTMLPreview.DOM.queryCommandEnabled('Cut') then HTMLPreview.DOM.execCommand('Cut',TRUE,0); but the IF returns false and no...
I don't know the exact code snippet by head, however you should add the following two rules before the last "end." of your unit OleInitialize OleUnitialize ...
I was able to solve this problem by changing the code in DHTMLEDLIB_TBL.PAS getControlInterface as follows: function TDHTMLEdit.getControlInterface :...
Hi, I am using this code to copy from DHTMLEdit and paste it into a RichEdit component: (I need the RTF code of the things wrote in the DHTMLEdit) ... ...
hi, i want to deploye dhtmledit control on different machines i need to know about the deployment dll's ocx's or any requirements for this plz tell me about...
Hello, I am working with the Dhtmledit component.I need a favor,I want to know if the component have the posibility when I paste text from the clipboard...
Hi Kurt, I would like to use your row\column sizing script in my app, but I have one major problem: I can't install the DHTMLEventHandler component since I've...
Marco, I've stopped working with DHTML Edit (dhtmled.ocx) a long time ago, but try the group http://groups.yahoo.com/group/KSDhtmlEdit/ There you'll find...
... you'll ... are ready ... Hi Kurt, I'll download it immediatly, thanks alot. Anyway, if you don't mind I would like to ask you just two more questions,...
Marko, ... an HTML document? In MSHTML Edit your wont be able to do much about the content of the HEAD section, but in KSDhtmlEdit the HEAD section isn't much...
... Mail code follows: ovRange := document.selection.createRange; if not VarIsNull(ovRange) and not VarIsEmpty(ovRange) then ovRange.pasteHTML( '<img src="' +...