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 1808 - 1838 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1808
subj...
linkervic
Offline Send Email
Feb 20, 2006
9:34 am
1809
did you get your solutions? can you share your solutions? I have the save problem. ... of ... to ... cursor ... object ... your ... bottom...
cgh_chen
Offline Send Email
Feb 23, 2006
5:53 pm
1810
hi long time ago i used the following code: ovStyleSheet := wbBody.OleObject.DOM.CreateStylesheet; ovStyleSheet.addRule('P', 'margin-top: 0.0pt;margin-bottom:...
murphy_laws
Offline Send Email
Apr 12, 2006
3:14 pm
1812
i have the following code: var oleImage: OleVariant; begin oleImage := URL; wbBody.DOM.execCommand('INSERTIMAGE', FALSE, oleImage); wbBody.DOM.selection.empty;...
murphy_laws
Offline Send Email
Apr 13, 2006
4:45 pm
1813
i have the following code for inserting a flash file var sel: IHTMLSelectionObject; rng: OleVariant; Text: string; tmp: TTntStringList; begin OpenDialog.Filter...
murphy_laws
Offline Send Email
Apr 14, 2006
1:42 pm
1814
apparently this is a known issue solution can be seen here: http://www.mcse.ms/archive167-2005-3-1423816.html...
murphy_laws
Offline Send Email
Apr 14, 2006
1:53 pm
1815
I am using the component as an HTML viewer for emails, when the user clicks a link I want to open this link in a new window and not change the TEmbeddedED...
wslover
Offline Send Email
Apr 17, 2006
3:16 am
1816
HI how can i change the encoding when viewing a page using dhtmledit? on TWebBrowser a simple right click would give me this option thanks...
murphy_laws
Offline Send Email
Apr 17, 2006
3:35 pm
1817
I use IE as the ole container, such as word document, excel document, but when i save after edited the document, IE will show a save Prompt dialog, does anyone...
zeng_jb
Offline Send Email
May 11, 2006
2:36 am
1818
Hi all I can Link Selected Text of HtmlEditor by following code: var MyLink : String; AElement : IHTMLElement; ATxtRange : IHTMLTxtRange; if...
nader_anhari
Offline Send Email
May 13, 2006
10:11 pm
1819
Hi, ... You can only create a IHTMLTxtRange from IHTMLDocument2.selection if you have no selection or selected some text. Because you call...
Senfer Kurt
lexicalis
Offline Send Email
May 15, 2006
7:51 am
1820
Thanks From Senfer Kurt. I use this code for Insert a HyperLink in KSDHTMLEdit: var MyText, MyLink : String; AElement : IHTMLElement; ovTextRange: OleVariant; ...
nader_anhari
Offline Send Email
May 15, 2006
7:44 pm
1821
hi i m working on c++ builder can anybody tell me how could i edit head tag on dhtmlediting component. is there any bound....
rifakaid
Offline Send Email
May 16, 2006
7:05 pm
1822
Hi, ... component. its just plain mshtml interface programming - nothing out of the ordinary. But you cant persist it :-) Fore some obscure reason DHTMLEdit...
Senfer Kurt
lexicalis
Offline Send Email
May 17, 2006
7:59 am
1823
Hi I am using D4 Pro and I have tried to register KsDHTMLEDLib.ocx but when I chooose the file and click on it under "Import ActiveX Control" the file does not...
spectrix_today
Offline Send Email
Jun 1, 2006
2:37 pm
1824
Hi John, Ive posted my ansver to the KSDhtmlEdit group: http://groups.yahoo.com/group/KSDhtmlEdit/ Cheers Kurt ... From: delphi-dhtmledit@yahoogroups.com ...
Senfer Kurt
lexicalis
Offline Send Email
Jun 2, 2006
11:11 am
1825
I need scan a document letter by letter and to geth information as the color of that letter. Somebody knows as to make this? Example: If I have in my...
marco_avila_2
Offline Send Email
Jun 10, 2006
3:45 pm
1826
I think what the information in this URI could help you http://members.shaw.ca/iedelphi/dhtmledit.htm#bugs1 CodeMaxter...
alvaroagamez
Offline Send Email
Jun 15, 2006
6:01 pm
1827
I am using dhtml.ocx in my last project in D7. nearly i use every command in program, like inserttable,picture, setfont,setcolor and others. but i have a...
ntxsoft
Offline Send Email
Jun 17, 2006
5:04 pm
1828
Witch version of OCX ? Do you get the same problem if you use the demo application ? Do you get the AV if you just start and then close the demo ? If not I...
Senfer Kurt
lexicalis
Offline Send Email
Jun 19, 2006
7:08 am
1829
Sorry - wrong group - Forget the previus mail ! ... From: Senfer Kurt Sent: 19. juni 2006 09-07 To: 'delphi-dhtmledit@yahoogroups.com' Subject: RE:...
Senfer Kurt
lexicalis
Offline Send Email
Jun 19, 2006
7:19 am
1830
I am using Webbrowser as a HTML editor. In the latest version 14.5 (I used the version 10 before) OnCommandStateChange events do not occur. I used that event...
Aliaksander Markau
alexander_ma...
Offline Send Email
Jun 19, 2006
2:47 pm
1831
Use ver 14.52. Ver 14.5 was beta and had Exec procedure failare Regards Eran ... From: Aliaksander Markau To: delphi-dhtmledit@yahoogroups.com Sent: Monday,...
Eran Bodankin
bsalsaa
Offline Send Email
Jun 19, 2006
3:20 pm
1832
BTW, on ver 14.52, I added a Modified property, which will surly help, when it comes to Editors. Modified is a read only value. it will auto set to false/true,...
Eran Bodankin
bsalsaa
Offline Send Email
Jun 20, 2006
2:45 pm
1833
I'm brand new to this group and still trying to find my way around. I'm very interested in adding HTML editing capabilities to my current WebBrowser program. ...
surfbored_launch
surfbored_la...
Offline Send Email
Jun 20, 2006
9:08 pm
1834
FYI - Microsoft is removing the DHTML Editing Control from the Windows Vista product. Read more: http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx ...
Henri Fournier
hhfournier
Offline Send Email
Jul 10, 2006
10:49 pm
1835
I want to insert some text in dhtmledit control at the cursor position if the user checks the checkbox or select the option from combo box....
arun80_inin
Offline Send Email
Jul 12, 2006
5:38 pm
1836
Hi, I'm using DHTMLEdit component as part of my own component (Derived from TPanel), I'd like to receive regular events (keydown, click, etc .). I've tried to...
b.klucka
Offline Send Email
Jul 20, 2006
5:17 pm
1837
... I've tried to unzip this file and I cannot do it, could you please someone share it? Thanks Brona...
b.klucka
Offline Send Email
Jul 20, 2006
5:18 pm
1838
Hi, default behaviour of DHTMLEdit is to preserve style settings from previous paragraph if enter is pressed. I need not to. I've got text inserted into div...
b.klucka
Offline Send Email
Jul 21, 2006
4:20 am
Messages 1808 - 1838 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