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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1018 - 1047 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1025
Hi All I have looked on this list to find info about stylesheets and have used the code examples presented, however, I am struggling to get user defined styles...
markjakes
Offline Send Email
Feb 13, 2002
1:18 am
1026
Subj. Help me please....
Dmitriy
dvp72000
Offline Send Email
Feb 13, 2002
5:04 am
1027
markjakes, if you take a look at the IHTMLStyleSheetsCollection interface and drill down from there its simple enough. //get styles from stylesheets ...
Kurt Senfer
senfery
Offline Send Email
Feb 13, 2002
7:33 am
1028
Take a look at using the WebBrowser component to do this. I think that the TEmbeddedWB component has some stuff that might be useful... Maybe not. I am not...
Justin Stenning
wurzelchook
Offline Send Email
Feb 14, 2002
2:56 am
1029
Here you go http://groups.yahoo.com/group/delphi-webbrowser/message/3053 Someone else was trying to do it also :-) Justin ... From: "andrew_j_elliott"...
Justin Stenning
wurzelchook
Offline Send Email
Feb 14, 2002
2:58 am
1030
Hey this link is very informative, may just start using previews myself in the form of thumbnails. Anyone know how to find out the width/height of the page...
markjakes
Offline Send Email
Feb 15, 2002
10:58 pm
1031
Hey this link is very informative, may just start using previews myself in the form of thumbnails. Anyone know how to find out the width/height of the page...
markjakes
Offline Send Email
Feb 15, 2002
10:59 pm
1032
Thanks for your reply Kurt With your help I have finally started to get some of the user defined tags working, albeit a little tricky. I'll keep investigating...
markjakes
Offline Send Email
Feb 15, 2002
11:01 pm
1033
Hi all, I want fill fields (input and text area) of an form in dhtmledit (or Twebbrowser) directly with delphi and then send the form in simulate an action on...
trinumpv
Offline Send Email
Feb 18, 2002
2:25 pm
1034
Hi all, I want select an image by its name and in programming with DOM object. Thanks in advance for your help Pierre...
trinumpv
Offline Send Email
Feb 19, 2002
7:52 am
1035
Try this, I don't remember exactly how I did it but it should give you an idea, Doc is an IHTMLDocument2 // Get Forms Forms:= Doc.forms; // Get 1st Form Form:=...
markjakes
Offline Send Email
Feb 19, 2002
11:44 pm
1036
Beginner! Hi, im looking for a procudure to find the links to images contained in a HTML Document. I wrote this procedure to find the image links and putting...
blaesh
Offline Send Email
Feb 21, 2002
8:13 am
1037
Hello blaesh, Thursday, February 21, 2002, 10:12:55 AM, you wrote: b> var b> i: integer; b> Doc : OleVariant; b> image : OleVariant; b> begin b> Doc...
Alex Goldberg
alexgoldberg...
Offline Send Email
Feb 21, 2002
8:34 am
1038
... try this.. it paste the code at the current selection Procedure PasteHTMLCode; Var txtRange : IHTMLTxtRange; Begin txtRange :=...
ibrun
Offline Send Email
Feb 21, 2002
1:36 pm
1039
Can anyone tell me why this doesn't work ? procedure FindText; Var InVar : OleVariant; Begin InVar := dlgFindReplace.FindText; If InVar <> '' Then Begin ...
ibrun
Offline Send Email
Feb 21, 2002
1:39 pm
1040
have a look at this one: http://msdn.microsoft.com/workshop/browser/mshtml/reference/ifaces/doc ument2/createelement.asp...
siggma1
Offline Send Email
Feb 21, 2002
6:21 pm
1041
Anyone? ... the ... to ... would...
markjakes
Offline Send Email
Feb 22, 2002
12:33 am
1042
Hello, I read all archive for solving this problem, but problem is not solved. If I remove line DhtmlEdit1.free from finalization section - no more error ...
Alex Markov
alexander_ma...
Offline Send Email
Feb 22, 2002
12:32 pm
1043
I don't think that the width and height of the page are relevant as this is HTML... i.e. the width and height are determined by how large you set the Browser...
Justin Stenning
wurzelchook
Offline Send Email
Feb 24, 2002
10:13 pm
1044
I don't think you need to call _AddRef within your application... This should all be handled within DHTMLEDIT_TLB.pas.... Try removing all your _AddRef's and...
Justin Stenning
wurzelchook
Offline Send Email
Feb 24, 2002
10:17 pm
1045
I've written two applications for web content editing. The first uses MSHTML, the second DHTML. There are many things I prefer about MSHTML, but there are...
abramadams
Offline Send Email
Feb 25, 2002
6:14 pm
1046
Search the archive and you'll fin a lot of answers to your question. Kurt ... http://docs.yahoo.com/info/terms/...
Kurt Senfer
senfery
Offline Send Email
Feb 26, 2002
8:18 am
1047
Thanks Kurt for the response. However I've been searching but I'm not finding any real resolution to the inserting of tables in MSHTML. I'm writting this...
abramadams
Offline Send Email
Feb 26, 2002
5:56 pm
Messages 1018 - 1047 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