Search the web
Sign In
New User? Sign Up
delphi-dhtmledit · Delphi: Using MS DHTMLEdit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1188 - 1218 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1188
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...
lehapilipenko
Offline Send Email
Oct 1, 2002
8:19 am
1189
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...
jucar62
Offline Send Email
Oct 3, 2002
4:00 pm
1190
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...
Dan Rhea
danratsirs
Offline Send Email
Oct 3, 2002
4:39 pm
1191
Juan, the mail address "jucar62@..." isn't valid. Send me a valid mail address and I'll contact you. Cheers Kurt KS@... ... I ... know? ... ...
senfery
Offline Send Email
Oct 7, 2002
9:06 am
1192
Sorry Kurt, Please, use this one: jucar62@... thanks in advance Juan Carlos ... source. ... is ... is ... around ... IE ... give...
jucar62
Offline Send Email
Oct 7, 2002
7:16 pm
1193
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...
mkcmrk
Offline Send Email
Oct 8, 2002
7:28 am
1194
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...
iisfaq2000
Offline Send Email
Oct 10, 2002
7:21 pm
1195
... 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...
Franz-Leo Chomse
franzleochomse
Offline Send Email
Oct 10, 2002
8:07 pm
1196
I got it working with the following code: Procedure TEditArticleFrm.ValidateDocumentImageTags(); var I : integer; Doc : IHTMLElementCollection; image :...
iisfaq2000
Offline Send Email
Oct 11, 2002
1:59 am
1197
Hi, I want forbidden the bold or italic or other tag in the HTMl_edit. How to do that? Thanks a lot...
charlyolegfr
Offline Send Email
Oct 11, 2002
7:38 am
1198
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...
jezek1
Offline Send Email
Oct 11, 2002
10:27 am
1199
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...
jezek1
Offline Send Email
Oct 11, 2002
10:30 am
1201
another possibility : var I : integer; Doc : IHTMLDocument2; All: IHTMLElementCollection; Image: IHTMLElement; v : OleVariant; begin Doc := DHTML.DOM...
ezerrot
Offline Send Email
Oct 11, 2002
10:05 pm
1202
I am also interested in the source code. Thank you Jose...
zetomaster
Offline Send Email
Oct 12, 2002
11:54 am
1203
... 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...
esbagadao
Offline Send Email
Oct 12, 2002
3:13 pm
1204
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 ...
dirty_blue_jeans
dirty_blue_j...
Offline Send Email
Oct 15, 2002
3:04 pm
1205
hi, I want to filtre a page, I want fordibidden all the tag different of the <b> an </b> ... how to do it? thanks a lot for all informations,...
Alexandre Gonzales
charlyolegfr
Offline Send Email
Oct 15, 2002
3:12 pm
1206
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...
esbagadao
Offline Send Email
Oct 15, 2002
4:30 pm
1207
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...
indexsys
Offline Send Email
Oct 24, 2002
3:22 pm
1208
Hello, Is there a way to link a text to an object? Juan José Velázquez Garcia Information System Development www.htmlspider.com.br...
Juan
usamge
Offline Send Email
Oct 26, 2002
1:03 am
1209
Can you upload the source code of TDHTMLEventHandler? Or provide a method to do that. ... programming :-) ... job - then ... number of ways ... tables ... show...
lgshareware
Offline Send Email
Nov 3, 2002
6:31 pm
1210
Try Alexei's place at http://www.geocities.com/amreatov/index.htm <http://www.geocities.com/amreatov/index.htm> Kurt ... From: lgshareware...
Kurt Senfer
senfery
Offline Send Email
Nov 4, 2002
7:12 am
1211
I see.But I can't find the page. Can you email me?Or give me a proxy server address to visit http://www.geocities.com/...
lgshareware
Offline Send Email
Nov 5, 2002
6:15 am
1212
This is the only way in I know of I just tryed again and I find the TDHTMLEventHandler without any troubles. Kurt ... From: lgshareware...
Kurt Senfer
senfery
Offline Send Email
Nov 5, 2002
7:22 am
1213
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...
jamesbrown772000
jamesbrown77...
Offline Send Email
Nov 5, 2002
3:36 pm
1214
... The problem is in GetAvailableStyles : Change it to this : procedure TfrmMain.GetAvailableStyles; var varRange: OleVariant; b: TBStr; a: PSafeArray; l, h,...
jamesbrown772000
jamesbrown77...
Offline Send Email
Nov 5, 2002
3:36 pm
1215
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...
broesel2003
Offline Send Email
Nov 5, 2002
3:36 pm
1216
... TVariantArg(VarRange).VT := VT_Variant; !!! ... Before the Variant is cleared, the type must be changed. I think it's a Delphi bug....
jamesbrown772000
jamesbrown77...
Offline Send Email
Nov 5, 2002
4:50 pm
1217
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...
KS
dksihota
Offline Send Email
Nov 6, 2002
8:18 am
1218
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...
Dorin Ciobanu
root@...
Send Email
Nov 6, 2002
1:39 pm
Messages 1188 - 1218 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help