Take a look at IHTMLEditHost (you'll find a sample on IE & Delphi), the SnapRect will enable you to block sizing. You can mark selected controls you want to...
Try change the code in DHTMLEDLIB_TBL.PAS getControlInterface as follows: function TDHTMLEdit.getControlInterface : iDHTMLEdit; var idsp : iDispatch; begin ...
All the below should work HTMLEd.dom.body.InnerHtml HTMLEd.oleobject.dom.body.InnerHtml or if no luck (last resort) Get HTMLEd.documentHtml, and use string...
Need help with a "merge cells" bug (in DHTML Edit, not MSHTML) It works fine if only horizontally adjacent cells are selected. If I select across 2 rows though...
Hi! I have a question about the IHTMLEditHost interface. I use the TEmbeddedWB control from IE & Delphi, I also use TEditDesigner (works great) and TEditHost....
Nevermind, found the problem. I forgot to check the iid too, so added my IHTMLEditHost class for both IHTMLEditHost and IHTMLEditHost2. Now I have another...
do like this. (EmbeddedWB change is not need) function THtmlEdit.Edit1GetDropTarget(const pDropTarget: IDropTarget; out ppDropTarget: IDropTarget): HRESULT; ...
Excuse me. I'm new here :) Would some kind person upload to the files section any bug fixes/improvements they've already put in the source please. David...
Hello... For everybody who want to see full dhtmledit editor in www pages (created as ocx) go to http://milankajnar.aktualne.cz/index.html. Sorry - editor is...
If i select some text and i execute a bold action all is OK. But i have problems(not work), if i don't have selected text. For selected text i use this code: ...
Hello I've a little problem with EmbeddedWb and I hope you have a quick solution. I don't want the user is able to drag&drop files from windows explorer into...
Hello claudiu9379, Wednesday, April 2, 2003, 3:22:36 PM, you wrote: c> If i select some text and i execute a bold action all is OK. But i c> have problems(not...
Hi, I want to add to my active x Ie an other tag : <abc title="test"> and I want on the screen look an picture <abc> and in the source html <abc title="test">...
Hi, I have search the group,but I can't find the message.some msgs tell me to search in FAQ,but I can't find FAQ.What will I do? some one can help me?By the...
Its really embarrassing ... but: I have a VCL mad upon DHTMLEdit ... I put it on the form where are some buttons placed. Like "&Next" ... Now, Next will be...
Dorin Ciobanu
root@...
Apr 10, 2003 4:16 pm
1341
I see the zip but files are from 2001 and there is no readme? Can you direct me to the latest version and does it work with D7? Paul ... MSHTML_Edit.zip ... ...
Hi, i've been using the DHTML editing component for some time now, in several _different_ apps, and now it is throwing exceptions in the ocx. it does this...
Hi All I'm having problems compiling the Open Source Project. I've install the SDK & registered the ocx within Delphi but upon compilation i get errors in the...
Hi , I need all of the messages in this group but they're not available for download , so I have to find them one by one. I've seen that many groups pack their...
hello all: There are some Html code like this: <body> <DIV>hello</DIV> </body> I want to replace 'hello' with some Other code ,So I want to get DIV object and...
hi all: I want to get all text in a html,also I want get the format of the text.like this: <p>hello</p> <p><b>fdsafd<img border="0" src="file:///C:/image.bmp"...
I am trying to implement drag and drop with the DHTMLEdit component by dragging from a TListView and dropping onto the DHTMLEdit component. From what I have...