I have a little roblem ... Page is protected via .htaccess file. Users get it via its own proxy server with proxy authorization. Methods User and Pasword are...
I find your editor really usefull, I am interesting in the source. I read the readme document as you suggest. Sorry, I didn't find the link to the files. Is...
Hi Juan, Take a look at the file MSHTMLEdit.zip for the version Kurt is doing. MSHTML_Edit.zip is the one that I created (it's not as sophisticated as the one...
Excuse me. I need help in this. I have own html editor programmed as editor in TFrame and this TFrame I have registered as component. When I add my component...
I have been trying to find some code that works for enumerating the IMG tags in the current editor window. Does anyone have any code that works? I would like...
... j: OleVariant ... j := i; image := doc.tags('IMG').item(j, varEmpty) as IHTMLElement; ... The index of an OLE collection must be a variant, since it can be...
I got it working with the following code: Procedure TEditArticleFrm.ValidateDocumentImageTags(); var I : integer; Doc : IHTMLElementCollection; image :...
Hi kurt, I am intrested in the source code too. Is there any way to get it? thank you in advance! tomaz ... MSHTML_Edit.zip ... fixed) ... table and ... power...
I have the sam problem! And dont know how to fix it! Is there anyone that knows how to fix this problem! lp tomaz ... as ... When ... keys ... somebody...
another possibility : var I : integer; Doc : IHTMLDocument2; All: IHTMLElementCollection; Image: IHTMLElement; v : OleVariant; begin Doc := DHTML.DOM...
... Well, I am as well. The Readme.txt in MSHTMLEdit.zip refers to a "Delphi & MSHTML power users" group. Is this where we can get the code? I could not find...
Hi, This is basically TWO queries in one (I think they are related). I need a way to 1) Figure out how long (height, in pixels), is the current page being ...
A few days ago I posted a message here asking where and how I could get Mr. Senfer's editor source code, and he kindly sent me a message in private telling...
Hi kurt... I´m very interested in getting the source code of your HTML editor, i took a lot of time looking for something like that in the last months, i need...
Can you upload the source code of TDHTMLEventHandler? Or provide a method to do that. ... programming :-) ... job - then ... number of ways ... tables ... show...
The problem seems to be the line iOIPAO._Release; I changed it into iOIPAO:=nil; and have no exceptions anymore. As far as I know, in Delphi 6 Interfaces are...
... The problem is in GetAvailableStyles : Change it to this : procedure TfrmMain.GetAvailableStyles; var varRange: OleVariant; b: TBStr; a: PSafeArray; l, h,...
Hi all I use MSHTML for builing a editor. Now I want to enable the users to Copy/Paste or Drag/Drop text from MS Word. It's working, but it generates horrible...
Hi all, I am new to using dhtmledit and am just learning to program delphi so this is probably a stupid question. I have inserted a table into my dhtmledit...
I need to make a function that changes the background color of a table cell in DHTMLEdit .... but i can't find out on what IHTMLElement is the Keyboard cursor...