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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 995 - 1024 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
995
Hi, all the core stuff is exactly the same thing fore DHTML-edit and MSHTML-edit, because (as I have pointed out very often) the DHTML-component is just a...
Kurt Senfer
senfery
Offline Send Email
Jan 2, 2002
8:12 am
996
Take a look at the files section of this list :-) Kurt ... From: Rafal P. [mailto:rafaellop@...] Sent: 22. december 2001 03:41 To:...
Kurt Senfer
senfery
Offline Send Email
Jan 2, 2002
8:15 am
997
Its not easy bot dooable - its mostly old style windows programming :-) As MSHTML doesn't implements any methods you can use to do the job - then you have to...
Kurt Senfer
senfery
Offline Send Email
Jan 2, 2002
9:59 am
998
Hi Kurt, I'm aware that DHTML is a wrapper for MSHTML. Like most people using MSHTML, I used DHTML first and then went to MSHTML for specific functionality. My...
Dan Rhea
danratsirs
Offline Send Email
Jan 2, 2002
12:43 pm
999
finally the URL that has it all http://msdn.microsoft.com/workshop/browser/mshtml/reference/mshtml_edi ting_ref_entry.asp It took me some while to finally find...
siggma1
Offline Send Email
Jan 2, 2002
1:30 pm
1000
Hi everyone, Is there anybody that is interested in co working on a spelling engine fore MSHTML - especially targeted fore non English languages ? (but off...
Kurt Senfer
senfery
Offline Send Email
Jan 2, 2002
3:59 pm
1001
Hi Kurt, Take a look at my spell check code in MSHTML_Edit.zip (Files area). I use what appears to be the WORD97 interface (I have WORD97 in my uses statement)...
Dan Rhea
danratsirs
Offline Send Email
Jan 2, 2002
7:59 pm
1002
Hi Dan - and other interested people :-) Q&A on a parsing engine fore MSHTML is on target heir, but the spelling engine as such is off topic ! So I created a...
Kurt Senfer
senfery
Offline Send Email
Jan 3, 2002
8:32 am
1003
G'day... I have an issue when I insert a new row into a table...I use the following code.. ExecCmd(DECMD_INSERTROW,pVar); ovNew :=...
nidi3_loc
Offline Send Email
Jan 3, 2002
7:29 pm
1004
Hi... I used Henry's Technic with the Tidy HTML...I run it in the background whenever I need to display the code or save it, this change the HTML Code to XHTML...
nidi3_loc
Offline Send Email
Jan 4, 2002
6:33 pm
1005
http://www.geocities.com/b_asi2000/index.htm Support : Middleware: BDE, ADO, DAO, ODBC. Direct Access: Interbase, MySql, Flash Filer, DBISAM 2/3, Oracle,...
b_asi2000
Offline Send Email
Jan 11, 2002
11:40 am
1006
Hi. There was a post about this but there weren't any solution. The problem is that if DHTMLEdit is working as component in ActiveForm it doesn't translate...
mavus1974
Offline Send Email
Jan 14, 2002
10:47 am
1007
some shortcut is implemented in dhtmledit control, but the shortcut is comflict with that of menu i defined such as Ctrl+F, Ctrl+H etc. So I wrote onkeypress...
adnilzhou
Offline Send Email
Jan 15, 2002
5:33 am
1008
How do I know if an object is active... If set the focus on e.g. a textfield component I want to get the proper source that goes with it... Can anyone help?...
jahoojoop
Offline Send Email
Jan 15, 2002
12:03 pm
1009
I've try to use DHTML component from euromind.com. But I think that it has very critical BUG. When I use DHTML.loadURL procedure, it works well.(editing, cut, ...
cleanize2000
Offline Send Email
Jan 16, 2002
9:12 am
1010
Hi, When appling a style sheet to a page using DHTML text which is included in <font> <font> keeps its apperence. Is there any simple methods to stop this...
mc_bozster
Offline Send Email
Jan 21, 2002
8:36 pm
1011
Hi Donald, ... Yes, its a bit of a 50.000 line project, and it would take long time to explain all the whistles and bells of the sniper. ... Mine too, its just...
Kurt Senfer
senfery
Offline Send Email
Jan 23, 2002
10:34 am
1012
Hi I have written some code which high-lights certain words in the loaded webpage. What i want to do now is when the mouse passes over the high-lighted word i...
mc_bozster
Offline Send Email
Jan 25, 2002
9:23 pm
1013
I can't get the DHTML example to work i can't find SHDocVw_TLB, and alot of null variant errors, i think i can fix buy including variants in D6 uses, and...
codecaine
Offline Send Email
Jan 26, 2002
4:58 pm
1014
Maybe you need to Import the ActiveX control? I think it is something like "Microsoft Browser Controls.." or something like that anyway... I presume you have...
Justin Stenning
wurzelchook
Offline Send Email
Jan 26, 2002
11:39 pm
1015
... Hmmm, remove the font tags would be the simplest, or if you need to use the font tags to specify a different size of font etc... remove the attributes of...
Justin Stenning
wurzelchook
Offline Send Email
Jan 26, 2002
11:41 pm
1016
You also need to include the Variants unit and replace "NullVariant: OleVariant absolute 0;" with "NullVariant: OleVariant;". Also take a look at this site... ...
Dan Rhea
danratsirs
Offline Send Email
Jan 28, 2002
1:04 pm
1017
Good day! I want to process images, which included in Clipbioard content (copied from MSWord). But how i can process pasted html? I can't find any DHTMLEdit...
yaamhere
Offline Send Email
Jan 31, 2002
4:25 pm
1018
Hi, I am looking a way to take events when something is changing in the document (MSHTML editable mode).... Any ideas? Thanks anyway Andreas Gortsilas...
GORTSILAS ANDREAS
a_gorts
Offline Send Email
Feb 6, 2002
4:58 pm
1019
... tried ... from ... microsoft.com..and ... that ... error ... support ... and ... as...
markjakes
Offline Send Email
Feb 9, 2002
6:34 pm
1020
Hi I have a document with some anchor tags acting as bookmarks, for example: <a name="BOOKMARK1">Some text</a> <a name="BOOKMARK2">Other text</a> How do I...
markjakes
Offline Send Email
Feb 10, 2002
2:29 am
1021
Nidi, I know that with my DHTMLEDLib_TLB I had to modify a line in the CreateControl procedure (I am using Delphi 5). I cannot remember exactly why the error...
Justin Stenning
wurzelchook
Offline Send Email
Feb 10, 2002
9:58 pm
1022
Hi Mark, You have to iterate through the dhtmlEdit.document.body tags. The MSDN docs have all the functions documented for iterating through the tags in the...
Justin Stenning
wurzelchook
Offline Send Email
Feb 10, 2002
10:07 pm
1023
Thanks Justin, that did the trick! ... MSDN docs ... the html ... the ability ... http://msdn.microsoft.com/workshop/browser/mshtml/reference/ifaces/doc ument2...
markjakes
Offline Send Email
Feb 10, 2002
11:36 pm
1024
Hi, I am trying to make a file open dialog for HTML pages. I would like to put a little preview area on the dialog so the user can see the web page before it...
andrew_j_elliott
andrew_j_ell...
Offline Send Email
Feb 12, 2002
12:08 pm
Messages 995 - 1024 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