Damir, You need to read the SDK_Help.chm from A to Z - that's the only way to be familiar with DHTML Edit. You can get the help file from this groups file...
I use a DHTMLEdit to print something in the background so it does not need to be visible However as soon as I make it not visible I get a error about something...
Hi, I think you can make its width and height zero and non-tabstop, not invisible, and print. I haven't tried anyway. I have printed with zero-size WebBrowser....
hi all, I would like to disable the right-clic on the webbrowser, and i use this method : on the DocumentComplete event, i tried this : var CurrentWB:...
Hi, I just uploaded a new file "VCL Html Editor.zip", witch contains a VCL component called EmbeddedED. EmbeddedED wraps the MSHTML engine, and removes a lot...
Hi Kurt, great and thank you - I understand this is a great work. I tried to install in D6PE, but failed because of missing QConsts. What must I have in my...
Ruediger, ... Open the KS_Lib unit and Find the line: uses {$IFDEF D6D7} RtlConsts, variants, QConsts, {$ENDIF} AXCtrls, KS_Procs; you can change it to: uses...
Hi Ruediger, ... If you have placed and unpacked the new zip in another folder than the pervious zip, and you haven't executed the DHTML.exe in the new...
Hi, at least I haven't heard about it :-) You should be able to use the OCX version of my editor without great difficulties. Kurt ... From: avi_nahir@......
Has anyone ever tried to call a dhtml session from an asp page??? I dhtml compiled into a activex dll and I am trying to call the dll from an asp page. I can...
... What do you mean by this ? The dhtmled.ocx is an AxtiveX dll - just as it is ! If you a trying to wrap the dhtmled.ocx together with some additional ...
Hi, This is probably a really obvious question but how do I Stop an TDHTMLEdit LoadFromFile operation half way through if it is taking too long to load?...
Hi All , An easy question, is their a server side version of DHTMLED or MSHTML that I can use to pass HTML strings to for easy DOM manipulation. A vb.net...
... install ... posts ... can ... of ... I have to sympathize with you, I just spent a whole day trying to get it installed! And I finally did, but frankly I'm...
... variables ... all ... Help! I am having the same problems trying to compile DHTML.dpr in delphi 6. When I replaced the occurrences of "nulvariant" with...
try specifying the command group and make sure your browser is in edit mode: // Make sure editmode is on // I dun recommend this method to activate edit mode,...
Has decided to use WebBrowser1 questions have appeared 1. How to load from HTML the text without use of a file. 2. WebBrowser1. OnExit and OnEnter are not...
1.) How can I insert a bookmark? It's code goes like this : <a name="bookmark name">bookmark object</a> I need to put the selected object's html code between...
Hi all, Has anyone idea how to catch navigation errors (e.g. 404 not found) for images? OnNavigateError (TWebBrowser) works fine for simple pages, frames but...
That's easy, this is all there is to it: DHTMLEditor1.DOM.bgColor := '#000000'; the color up there ^ is black, you can put any other color there (with or...
HI i want to add a flash to the dhtledit 2 things: 1) in BrowseMode = false, i see the flash window in black in BrowseMode = true, i see the flash playing ok,...