Hi, all the core stuff is exactly the same thing fore DHTML-edit and MSHTML-edit, because (as I have pointed out very often) the DHTML-component is just a...
Its not easy bot dooable - its mostly old style windows programming :-) As MSHTML doesn't implements any methods you can use to do the job - then you have to...
Hi Kurt, I'm aware that DHTML is a wrapper for MSHTML. Like most people using MSHTML, I used DHTML first and then went to MSHTML for specific functionality. My...
finally the URL that has it all http://msdn.microsoft.com/workshop/browser/mshtml/reference/mshtml_edi ting_ref_entry.asp It took me some while to finally find...
Hi everyone, Is there anybody that is interested in co working on a spelling engine fore MSHTML - especially targeted fore non English languages ? (but off...
Hi Kurt, Take a look at my spell check code in MSHTML_Edit.zip (Files area). I use what appears to be the WORD97 interface (I have WORD97 in my uses statement)...
Hi Dan - and other interested people :-) Q&A on a parsing engine fore MSHTML is on target heir, but the spelling engine as such is off topic ! So I created a...
Hi... I used Henry's Technic with the Tidy HTML...I run it in the background whenever I need to display the code or save it, this change the HTML Code to XHTML...
Hi. There was a post about this but there weren't any solution. The problem is that if DHTMLEdit is working as component in ActiveForm it doesn't translate...
some shortcut is implemented in dhtmledit control, but the shortcut is comflict with that of menu i defined such as Ctrl+F, Ctrl+H etc. So I wrote onkeypress...
How do I know if an object is active... If set the focus on e.g. a textfield component I want to get the proper source that goes with it... Can anyone help?...
I've try to use DHTML component from euromind.com. But I think that it has very critical BUG. When I use DHTML.loadURL procedure, it works well.(editing, cut, ...
Hi, When appling a style sheet to a page using DHTML text which is included in <font> <font> keeps its apperence. Is there any simple methods to stop this...
Hi Donald, ... Yes, its a bit of a 50.000 line project, and it would take long time to explain all the whistles and bells of the sniper. ... Mine too, its just...
Hi I have written some code which high-lights certain words in the loaded webpage. What i want to do now is when the mouse passes over the high-lighted word i...
I can't get the DHTML example to work i can't find SHDocVw_TLB, and alot of null variant errors, i think i can fix buy including variants in D6 uses, and...
Maybe you need to Import the ActiveX control? I think it is something like "Microsoft Browser Controls.." or something like that anyway... I presume you have...
... Hmmm, remove the font tags would be the simplest, or if you need to use the font tags to specify a different size of font etc... remove the attributes of...
You also need to include the Variants unit and replace "NullVariant: OleVariant absolute 0;" with "NullVariant: OleVariant;". Also take a look at this site... ...
Good day! I want to process images, which included in Clipbioard content (copied from MSWord). But how i can process pasted html? I can't find any DHTMLEdit...
Hi, I am looking a way to take events when something is changing in the document (MSHTML editable mode).... Any ideas? Thanks anyway Andreas Gortsilas...
Hi I have a document with some anchor tags acting as bookmarks, for example: <a name="BOOKMARK1">Some text</a> <a name="BOOKMARK2">Other text</a> How do I...
Nidi, I know that with my DHTMLEDLib_TLB I had to modify a line in the CreateControl procedure (I am using Delphi 5). I cannot remember exactly why the error...
Hi Mark, You have to iterate through the dhtmlEdit.document.body tags. The MSDN docs have all the functions documented for iterating through the tags in the...
Thanks Justin, that did the trick! ... MSDN docs ... the html ... the ability ... http://msdn.microsoft.com/workshop/browser/mshtml/reference/ifaces/doc ument2...
Hi, I am trying to make a file open dialog for HTML pages. I would like to put a little preview area on the dialog so the user can see the web page before it...