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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1719 - 1748 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1719
is there anybody who knows about using this feature? i'd like to implement into an application the editing of tag's properties within a window property. i will...
cirocorvino
Offline Send Email
Dec 11, 2004
5:35 pm
1720
I am using this code to change the color of my selection in dhtml, but when I finish my application , it generates an error, why? What's is the correct form to...
alexhaifa
Offline Send Email
Dec 11, 2004
5:36 pm
1721
If I use any command like : ColorText := '#ffffff' ; DHTMLEdit1.ExecCommand(DECMD_SETFORECOLOR, OLECMDEXECOPT_DONTPROMPTUSER, ColorText); when I close the...
alexhaifa
Offline Send Email
Dec 11, 2004
5:36 pm
1722
I am working with dhtml.exe... and how can I change the font size and insert table with coluns. Thanks....
alexhaifa
Offline Send Email
Dec 11, 2004
5:37 pm
1723
... Take a look on the OSP_D5toD7.zip-Project from the "Files"-Section of this group....
spec2k3
Offline Send Email
Dec 11, 2004
11:14 pm
1724
... that ... I think this is caused by the common problem with the TDHTMLEdit.getControlInterface-Function in DHTMLEDLIB_TBL.PAS Have a look here ...
spec2k3
Offline Send Email
Dec 11, 2004
11:20 pm
1725
I am developing a application that uses dhtmledit with smtp, well, I created a simple html editor like outlook express, everything works fine so far, when I...
alexhaifa
Offline Send Email
Dec 13, 2004
4:34 pm
1726
If i uppgrade IE 5.0 to 5.5 or over, can i still use DHTMLEdit or should i then start using just MSHTML?...
t_saari
Offline Send Email
Dec 14, 2004
3:22 am
1727
I saw many projects in files and I found them very interesting. I confess that I was lost, I didn't know where I should start. I made an application that uses...
alexhaifa
Offline Send Email
Dec 14, 2004
11:08 am
1728
Hello, I tried this command but it didn't work and unfortunately I don't any Ideia why. HTMLEdit1.ExecCommand(IDM_PRINT, MSOCMDEXECOPT_DONTPROMPTUSER) I thank...
alexhaifa
Offline Send Email
Dec 17, 2004
3:21 pm
1729
I have a little chat created in delphi and i don't want to use Trichedit because i can't insert smiley and other great things easy , i want to use DHTMLEdit...
cutiepostala
Offline Send Email
Dec 26, 2004
7:56 pm
1730
Hi, I have just started using DHTMLEdit and it's pretty good. I am using it on a form in a DLL and I am getting errors when the program exits after using the...
Chris Matheson
c20cjm
Offline Send Email
Dec 30, 2004
5:50 pm
1731
... using it on ... using ... address ... this ... related to my ... way to ... form's ... errors. ... of in ... on how ... I think this is caused by the...
spec2k3
Offline Send Email
Dec 30, 2004
6:53 pm
1732
I am not sure if I downloaded the right files but when I compile the DHTML.dpr I get the following error in D7. What am I missing? if Source < 0 then raise...
andrewdiabo
Offline Send Email
Dec 30, 2004
9:43 pm
1733
hi, can i use ie 5.0 to implement DHTMLEdit b'cause in my lab, we use IE5.0. if it can, how to change it thank's b4 -- ... Website : http://l-oem.blogspot.com/...
L-OEM
siresek
Offline Send Email
Jan 3, 2005
4:33 am
1734
Hi. I think the title says it all really. I've got a DHTMLEdit component on a form and am going through making all the individual commands work one by one....
jaymol@...
jaymol
Offline Send Email
Jan 6, 2005
4:35 am
1735
... Hi, Just for future reference, getting the value of DHTMLEdit.DocumentHTML in the OnDisplayChanged event was cancelling out the Undo command. I've got...
jaymol@...
jaymol
Offline Send Email
Jan 6, 2005
11:18 am
1736
Me too.. i canīt compile the project "OSP_D5toD7", i go the same error.. and my is delphi 7 please help us! Marcelo ;-) ... the...
mcgsoft
Offline Send Email
Jan 11, 2005
3:37 pm
1737
me too.. i got the same error under delphi 7.. please "help" us ! ;-( Marcelo ... the...
mcgsoft
Offline Send Email
Jan 11, 2005
3:39 pm
1738
Hi, I wrote a small function for may ActiveForm in C++Builder containing a TDHTMLEdit. The function is this: OleInitialize(NULL); while(EditRTFHTMLEdit->Busy)...
M. Noroozi Eghbali
galaxy_dream...
Offline Send Email
Feb 10, 2005
1:41 pm
1739
Hi there Has anyone had this problem & does anyone have a remedy? I have several appications which use the DHTMLedit component which have suddenly stopped...
robo_web_man
Offline Send Email
Feb 11, 2005
1:57 am
1740
same here! http://www.microsoft.com/technet/security/bulletin/ms05-013.mspx I removed Hotfix KB891781 for now......
morgantop70
Offline Send Email
Feb 13, 2005
2:33 pm
1741
I have an application that uses tags in the format <#MyTag> to allow users to create a pretty email that replaces mytag with info from a database. Like Dear...
Chris Matheson
c20cjm
Offline Send Email
Feb 14, 2005
1:40 am
1742
I solved the problem like this : the resolve-tag function that resolves '<#mytag>' into a databasevalue, also resolves '&lt;#mytag&gt;' into the same...
Marc Georges
exentryc
Offline Send Email
Feb 14, 2005
6:11 am
1743
hey, that's a great idea - thanks! I had a dodgey workaround of global search/replace of &lt; with < cj ... From: "Marc Georges" <marc.georges@...> To:...
Chris Matheson
c20cjm
Offline Send Email
Feb 14, 2005
6:18 am
1744
Accessing DhtmlEdit.DOM results EOleExeption: "No such interface supported" Anyone found a solution to this problem? ... which ... was...
morgantop70
Offline Send Email
Feb 14, 2005
11:50 am
1745
g'day, ... ditto using DhtmlEdit.DocumentHTML := sometext; ... none using DHTMLEdit. tried re-importing the control, re-building the app, same problem. MSHTML...
chemware
Offline Send Email
Feb 15, 2005
10:30 pm
1746
Hello! After upload new microsoft service pack, I have error on this code: while DHTMLSD.Busy do Application.ProcessMessages; ...
murka51
Offline Send Email
Feb 16, 2005
2:35 am
1747
also, the problems seems to be only with Delphi. VB projects that use DHTMLED control work fine... ... the ... with M$....
morgantop70
Offline Send Email
Feb 16, 2005
9:56 am
1748
Am Wed, 16 Feb 2005 09:56:13 -0000, schrieb "morgantop70" <morgantop70@...>: Hi, ... got the same problem. Is there a work-around? TIA, -- ... ,yours...
ireland@...
tzi2k4
Offline Send Email
Feb 17, 2005
7:30 am
Messages 1719 - 1748 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