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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1817 - 1846 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1839
Hi, I've got a problem with pasting text into component on form containing DHTMLEdit. I'm talking about TEdit component. I have focus in edit and when I press...
b.klucka
Offline Send Email
Jul 25, 2006
5:16 am
1840
I am also having the same issue. Please inform me if you find solution for this...
arun80_inin
Offline Send Email
Aug 1, 2006
11:55 am
1841
HI there are cases, i get the following error: One or more of the supplied parameters could not be properly interpreted i think it is related to a certain...
murphy_laws
Offline Send Email
Aug 17, 2006
5:42 am
1842
Hi, You're getting a Smart Card Authentication error - either SCARD_E_INVALID_PARAMETER or SCARD_E_INVALID_VALUE. Try looking up "Authentication" at MS -...
Senfer Kurt
lexicalis
Offline Send Email
Aug 17, 2006
6:37 am
1843
thank you for your reply "You're getting a Smart Card Authentication error - either SCARD_E_INVALID_PARAMETER or SCARD_E_INVALID_VALUE." im using the dhtmledit...
murphy_laws
Offline Send Email
Aug 17, 2006
6:58 am
1844
... not sure i understood you MS = MicroSoft Authentication = a subject at the MS site ... From: delphi-dhtmledit@yahoogroups.com ...
Senfer Kurt
lexicalis
Offline Send Email
Aug 17, 2006
7:02 am
1845
im not sure what u want me to look for all im using is the loadurl command of dhtmledit its not like im developing the inside functions of dhtmledit i dont...
murphy_laws
Offline Send Email
Aug 17, 2006
7:42 am
1846
... have any control of what happening inside of it You get an error from mshtml (the core component of DHTMLED) witch cant coop with your supplied URL - end...
Senfer Kurt
lexicalis
Offline Send Email
Aug 17, 2006
8:54 am
Messages 1817 - 1846 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