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 1050 - 1080 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1050
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-dhtmledit group. File : /Open...
delphi-dhtmledit@yaho...
Send Email
Mar 1, 2002
12:28 pm
1051
Enter your vote today! A new poll has been created for the delphi-dhtmledit group: Would you like for the open source project to expand to other versions of ...
delphi-dhtmledit@yaho...
Send Email
Mar 1, 2002
12:30 pm
1052
I am evaluating Delphi vs VB for a new app. Equal * I am only somewhat familiar with each. * Each appears capable of doing web apps and enterprise apps. Favors...
oceansidecalm
Offline Send Email
Mar 2, 2002
6:28 am
1053
Delphi it's not hidden on Borland Page. Before the last C Builder release Delphi and then Kylix were on the main page. Kylix is the Delphi's version for...
Mircea Teletin
teletinm
Offline Send Email
Mar 2, 2002
9:19 am
1054
Enter your vote today! A new poll has been created for the delphi-dhtmledit group: How would you rate your succes in using DHTML editing component in your...
delphi-dhtmledit@yaho...
Send Email
Mar 2, 2002
9:36 am
1055
I am interested in MSHTML editing as an alternative to DHTML. Since today I've tried to use DHTML which has some salty taste. I'm not interested in tables or...
teletinm
Offline Send Email
Mar 2, 2002
9:54 am
1056
I am looking on the net for a tool to convert dbf tables into something native to Delphi. If anyone can point me to the tool, please do....
Mark W
oceansidecalm
Offline Send Email
Mar 2, 2002
1:54 pm
1057
This group is for Delphi-DHTMLEdit related questions only, as outlined on the group's home page. Please find another forum for your off-topic question. -- ...
Henri Fournier
hhfournier
Offline Send Email
Mar 2, 2002
9:21 pm
1058
Yep, thanks Mark Oceanside@... ... From: Henri Fournier [mailto:hfournier@...] Sent: Saturday, March 02, 2002 13:22 To:...
Mark W
oceansidecalm
Offline Send Email
Mar 3, 2002
4:09 am
1059
Im just new in using DHTMLEdit, my question is can I use DHTML without IE installed in my PC? can I download this ActiveX component and share it to other...
delphinoy
Offline Send Email
Mar 3, 2002
7:31 am
1060
From Microsoft MSDN (http://msdn.microsoft.com/archive/en-us/dnaredcom/html/dhtmledit.asp): The DHTML Editing Component is included in the minimum installation...
Justin Stenning
wurzelchook
Offline Send Email
Mar 3, 2002
9:48 pm
1061
Greetings, Is there any way of retrieving the current line and column position of the caret? I can get its screen coordenates with the code below. But I cannot...
zetomaster
Offline Send Email
Mar 4, 2002
2:41 am
1063
The following delphi-dhtmledit poll is now closed. Here are the final results: POLL QUESTION: Would you like for the open source project to expand to other...
delphi-dhtmledit@yaho...
Send Email
Mar 11, 2002
2:24 am
1064
My app uses the DHTMLEdit. And i want it run anyway without DHTMLEdit if not available. So anyone can tell me how to dynamically load the DHTMLEdit? Thanks a...
lmh_liu
Offline Send Email
Mar 11, 2002
2:39 am
1065
I've read some posts... and you were talking about the text range: var txtRange: IHTMLTxtRange; but my project sais: [Error] uActueel.pas(169): Undeclared...
fvdp995
Offline Send Email
Mar 12, 2002
3:22 pm
1066
Import the MSHTML Type Library and include the resulting MSHTML_TLB in your "Uses" clause. -- Henri Fournier ... From: fvdp995 [mailto:fvdploeg@...] ...
Henri Fournier
hhfournier
Offline Send Email
Mar 13, 2002
2:01 am
1067
The following delphi-dhtmledit poll is now closed. Here are the final results: POLL QUESTION: How would you rate your succes in using DHTML editing component...
delphi-dhtmledit@yaho...
Send Email
Mar 16, 2002
2:18 am
1068
Has anybody solved a problem how to get block format names in Delphi 6 without exceptions? Using D6 with SP2. Best wishes, Phil....
pumkilus
Offline Send Email
Mar 21, 2002
7:23 am
1069
This is working for me... procedure TfrmMSHTMLEdit.actBlockCommandsExecute(Sender: TObject); var sCommands: string; Hr: Hresult; varRange:...
Dan Rhea
danratsirs
Offline Send Email
Mar 21, 2002
12:44 pm
1070
Hi, I have a D5 app that uses the DHTML ActiveX to render and print HTML for boilerplate letters. In IE4.x thru 5.x I could switch the Windows default printer...
jimjba13
Offline Send Email
Mar 26, 2002
7:47 am
1071
This site has some real good credit cards and will even find a card for you! check it out! http://apply4creditcard.com...
jdgsfjkd
Offline Send Email
Apr 4, 2002
12:47 pm
1072
mailto:delphi-dhtmledit-unsubscribe@yahoogroups.com moderator, if you set email to moderate status, you will be able to control the list content with ease. ...
Mark W
oceansidecalm
Offline Send Email
Apr 4, 2002
1:32 pm
1073
I have just been made aware that Yahoo! has changed its privacy policy. You will have to "opt-out" in order not to get spammed by these morons. For more info,...
hhfournier
Offline Send Email
Apr 8, 2002
3:35 pm
1074
Hello, I wonder if you know how to contact the webmaster. Maybe we should all send them an email to tell them how we like getting spammed :(( In my opinion,...
TeoSuper@...
teoenedwin
Offline Send Email
Apr 8, 2002
5:41 pm
1075
Hello, I have a problem with the dhtmledit component. I want to assign some strings to the documenthtml property, but if I do so if the string is very large (...
schaubuwe
Offline Send Email
Apr 9, 2002
5:17 pm
1076
From memory when you get the "Catastophic Failure" message it is because you are trying to access a function of the DOM while it is busy... In my app I have a...
Justin Stenning
wurzelchook
Offline Send Email
Apr 9, 2002
11:40 pm
1077
Seems stupid question but this problem makes me nervous;) Where's IHTMLElement class is declared? (Delphi 6.0) I've been looking in MidItems but there's no...
afqx2410
Offline Send Email
Apr 17, 2002
10:48 am
1078
Take a look here... (Follow the D5 directions as a guide) http://www.euromind.com/iedelphi/gettingstarted __________________________ Dan Rhea Windows...
Dan Rhea
danratsirs
Offline Send Email
Apr 17, 2002
11:33 am
1079
... Doesn't for me :-( It fails at the line ... With 'Invalid Variant Type'. Any ideas why. What I have really been trying to do is get the routine ...
markjakes
Offline Send Email
Apr 21, 2002
11:01 am
1080
FAQ pages are up and running again (see my sig line). -- Henri Fournier http://members.shaw.ca/iedelphi...
IE Delphi
hhfournier
Offline Send Email
Apr 21, 2002
9:27 pm
Messages 1050 - 1080 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