Hi All, Can someone provide a 2 minute overview of adding a WYSIWYG HTML editor to a Delphi app. I know there are controls that are part of windows and some...
Brad
groups@...
Dec 7, 2003 3:50 am
1601
Hi Brad, Its difficult to get all the information you need in a 2 minute overview. ... It depends on how much time you want to spend on writing your app. If...
Error Line 276 Error Variable name expected for this code: NullVariant: OleVariant absolute 0; Do I need a component.. it keeps opening up Thesaurus and spell...
hi all, May I insert html code at cursor position? I can insert text at cursor position like this: IDoc1: IHTMLDocument2; rng: IHTMLTxtRange; r: IDispatch; . ....
hi all, May I insert html code at cursor position? I can insert text at cursor position like this: IDoc1: IHTMLDocument2; rng: IHTMLTxtRange; r: IDispatch;...
I'm trying to get HTML source code preservation functionality into my app. I'm using MSHTML. I'm trying to avoid the HTML round-trip problem, where user...
Hi, powax1! I guess you are using D6 or D7, which don't allow declaring variables with absolute addresses. You'd better remove that line and replace all ...
Hello!! To me will very pleasantly join group which is engaged works in the field of editing HTML by the integrated means. I am interested also with this...
First, happy New Year to all of you! Now, a little call for help. Do anybody know how to catch an event when document is modified (using MSHTML IHTMLDocument...
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...