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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1709 - 1738 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1709
Hi , I've seen some fancy MSHTML editors that use the MSHTML.dll, but I can't figure out how they do this. They can drag image elements in realtime and stack...
granuja1
Offline Send Email
Nov 4, 2004
3:47 am
1710
Hi everyone, I downloaded and installed the latest THTMLEdit Control and got it compiling. After placing the Control on my Form and running the App it throws...
spec2k3
Offline Send Email
Nov 7, 2004
12:25 am
1711
Hi I'm a newbie to this newsgroup. I'm trying to contruct a html offline editor using Delphi 5 standard edition. I've looked at the sample files, but I can't...
robo_web_man
Offline Send Email
Nov 10, 2004
3:38 pm
1712
... Hi Natan, This only works when Browsemode is ON. With regards, Nick...
hagemannick
Offline Send Email
Nov 11, 2004
6:16 pm
1713
Hi everybody, I'm trying to use frames like this in browsemode. Code sample: <FRAMESET border=0 frameSpacing=0 rows=70,* frameBorder=NO cols=*> <FRAME...
hagemannick
Offline Send Email
Nov 11, 2004
6:16 pm
1714
You can turn the IsDirty property OFF (and ON) this way: pCmd: OleVariant; pValue: OleVariant; begin pCMD := 2342; //IDM_SETDIRTY pValue := Fals; //turn...
lexicalis
Offline Send Email
Nov 13, 2004
12:09 pm
1715
It sound like you have relative addresses in your document. Take a look at the BaseURL Property - you'll have to set it to proper path. Cheers Kurt ... they...
lexicalis
Offline Send Email
Nov 13, 2004
12:14 pm
1716
I know there have been a couple of issues to fix over the last couple of Delphi versions. I've just uploaded a new updated source that will compile with D5, D6...
lexicalis
Offline Send Email
Nov 13, 2004
12:49 pm
1717
Thanks Kurt This worked!!! I'd take my hat off to you Kurt, this has helped a lot. Rob Web Man P.S. I noticed the was a small error when changing the...
robo_web_man
Offline Send Email
Nov 16, 2004
2:55 am
1718
Rob, ... If you come acros a fix for that error I'll implement it in the OSP Cheers Kurt ... From: robo_web_man [mailto:robo_web_man@...] Sent: 16....
Kurt Senfer
lexicalis
Offline Send Email
Nov 16, 2004
8:56 am
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
Messages 1709 - 1738 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