Stefan, ... No problem - just a lot of hard work :-) ... Table handling is really just a minor collection of code in comparison to all the functions you could...
Hi Kurt, I read your response, and was interested. Your KsDMHTMLED is making a name for itself in this area. I use the DMHTMLED in a pure web environment, so I...
... DHTML is used to EDIT Html pages. And since MS bundles Frontpage with IE there is no longer the need to provide another editor. Regards from Germany ...
Franz-Leo We all thank you for your useless observation. Your opinion is not worth 2 cents. "DHTML is used to EDIT Html pages. And since MS bundles Frontpage...
Franz-Leo, ... FrontPage Express is a nice little HTML Editor, but very limited in its capabilities - and I think with the good reason that MS wants to sell...
Jeremy, ... KsDMHTMLED gives you the ability to visually size a tables inner borders - just like you can do it in FrontPage. Try the demo exe - hover the...
HI i want to make sure i understood correctly ksdhtmledit is the ocx just like dhtmledit only has more features ofcourse is an independent ocx which should be...
... That's right. Please go to the http://groups.yahoo.com/group/KSDhtmlEdit/ group to read more about the different versions of KsDMHTMLED. Kurt ... From:...
Yes easy enough, you need to trap the onkeydown event - and get the control state + the key event code. ... From: tghyperoffice [mailto:t.gros@...] ...
Well in fact it seems that CTRL+Z and CTRL+Y are managed by the IOLEUndoManager, so i can't intercept them using the onkeydown event. What i'd like to do is to...
If you want to catch any shortcut key before MSHTML get a chance to handle it then you have to get to the key in an (On)TranslateAccelerator event - there are...
Kurt, What's the latest on your non-freeware VCL release? We have to meet a dealine later this month and would like to use certain features in your component. ...
Hi guys Recently, I upgraded from DHTML Edit ---> MSHTML Edit. The new MSHTML seems a lot better. How do I turn on UNIT PRESERVATION? I have a table, I insert...
... it is not possible to do anything about it until MSHTML has finished the changes to pixels. Afterwards you have to change things back to % width. You can...
Thanks Kurt, Does that mean that I would have to put on resize events for each table/object in the DOM. Have you done this , is it not going to slow things...
You can do it when the mouse enter the table or in general for all tables in the document. I've tried both and you cant tell the difference - you also cant...
Hi again, I would like to know if there is a show/hide details function in the MSHTML. Using the DHTMLED this command was very simple. The built in command was...
IDM_SHOWALLTAGS but is not as rich as what you see in DHTML Edit. You can define witch tags you want to show ind MSHTML, and implement some code to do this -...
Thanks Kurt, But I do not have the luxury of calling this function. I am working with the MSHTML in the browser. Directly from the browser. So calling...
It seems IDM_SHOWALLTAGS only works with DHTML not with MSHTML I may be wrong (I hope so). Has someone an MSHTML sample with SHOWALLTAGS ? (ie.Document as...
I have the same question. I am in the process of upgrading my DHTMLED Code. But I am accessing MSHTML via the browser, so I do not have access to anything c++...
My Table editing within the MSHTML is very basic. How do I get selectable handles on cells, so that they can be dragged around. I want handles on the inner...
If you read the following piece from Microsoft, I have hightlighted what I find interesting. New Web Authoring Features in Internet Explorer 5.5 That's all...
Jeremy, You might find my dhtmled.ocx replacement interesting - I call it KsDHTMLEDLib.ocx. Its an OCX that can replace the old dhtmled.ocx with practically no...
It does work in MSHTML but its not as rich a set of glyphs as you use to see in DHTML Edit - and it only black and white glyphs. You have to send the...
Hello Is there any component that would work like TRichEdit except that the language used would be HTML? I've an application that continuosly receives data and...