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 1480 - 1509 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1480
Hi, Do you know the RFC? Do you search before ask any question on this groups and sakemail group ? Thanks, ... code in the html...
charlyolegfr
Offline Send Email
Sep 1, 2003
12:58 pm
1481
i have the help file i downloaded from here and i looked there i found nothing related to CID if u mean rfc of sending mail then not all of it but i know what...
Amos Szust
amosreut
Offline Send Email
Sep 1, 2003
1:31 pm
1482
... (If anybody feels tempted to flame for any reason, please don't. It's better for us all.) I doubt dhtmledit have this capability included, but you can...
Leonardo Herrera
leherrer
Offline Send Email
Sep 1, 2003
2:11 pm
1483
HI 10x for your answer for now i do it manually, with StringReplace i was wondering if there was a better method for that again, 10x ... From: Leonardo Herrera...
Amos Szust
amosreut
Offline Send Email
Sep 1, 2003
2:39 pm
1484
OLA PESSOAL... NO MEU PROGRAMA EU ADICIONO HTML STRINGS NO TEMBEDDEDWB USANDO O SEGUINTE METODO: HTMLDocument := IE.DOCUMENT AS IHTMLDocument2; v :=...
carlx20032003
Offline Send Email
Sep 2, 2003
3:59 am
1485
HI... IN MY PROGRAM I ADD HTML STRINGS IN TEMBEDDEDWB USING THE FOLLOWING METHOD: HTMLDocument := IE.DOCUMENT THE IHTMLDocument2; v := VarArrayCreate([0, 0],...
carlx20032003
Offline Send Email
Sep 2, 2003
4:06 am
1486
You need a BASE tag too, so IHTMLDocument2 knows where to search for ARQUIVO.MID Kurt ... From: carlx20032003 [mailto:carl-x@...] Sent: 2. september...
Kurt Senfer
lexicalis
Offline Send Email
Sep 2, 2003
5:57 am
1487
I USE <EMBED SRC="HTTP://SERVER/ARQUIVO.MID"> IF I LOAD A LOCAL FILE WITH THIS TAG IT WORKS BUT IF THE FILE IS IN THE INTERNET HE DOESN'T WORK ... doesn't ... ...
carlx20032003
Offline Send Email
Sep 3, 2003
5:36 am
1488
Take a look at the demo app "KS_DHTML_OCX_demo2.zip" in the files section. The demo is based on my KSDhtmlEdit.OCX replacement for the dhtmled.ocx. If you like...
Kurt Senfer
lexicalis
Offline Send Email
Sep 4, 2003
12:10 pm
1489
Hi, This is my first time to post in this group, Apologize for my poor English syntax at first. I encountered a problem on printing with DHTMLEdit control. My...
agui
agui_china
Offline Send Email
Sep 10, 2003
2:21 pm
1490
My advice is run away from the DHTMLEDIT control. Run far and fast, make sure you get away. Its as buggy and underdeveloped as hell. And Microsoft have...
Jeremy
mjleppan2000
Offline Send Email
Sep 10, 2003
4:19 pm
1491
Hi Jeremy! Thanks for your reply. The program is an old application written several years ago, my customer asked me to add the feature that prints two copies...
agui
agui_china
Offline Send Email
Sep 11, 2003
7:49 am
1492
Hi, Does anyone know how to get the Key code from the OnKeyDown event of the TDHTMLEdit component? I imported the type library, and delphi declares de event as...
cgalavis
Offline Send Email
Sep 15, 2003
2:56 am
1493
... of...
belleson1
Offline Send Email
Sep 15, 2003
3:49 am
1494
HI is there an event that is triggered when the DHTMLEdit is loading an image? i want to control from where it should load it. 10x...
Amos Szust
amosreut
Offline Send Email
Sep 15, 2003
1:02 pm
1495
Hi, simply implement the following interface: {IHTMLEditDesigner} function PreHandleEvent(inEvtDispId: Integer; const pIEventObj: IHTMLEventObj): HResult;...
fun467x
Offline Send Email
Sep 15, 2003
5:18 pm
1496
Hi, My prior message got deleted somehow, it should have said you can find a revised version of DHTMLEdit.pas/dfm at ...
belleson1
Offline Send Email
Sep 16, 2003
3:43 am
1497
Hi guys, I am a novice to this group and i have a question for you. Does anyone know how to catch JavaScript errors in TWebBrowser? I used to programm in...
rtybase
Offline Send Email
Sep 18, 2003
2:43 pm
1498
I have a form which when I close it gives an error message... Access Violation dhtmledit.ocx How do I handle this...
libdanz
Offline Send Email
Sep 18, 2003
2:44 pm
1499
Hi, add DHTML.ControlInterface._AddRef; when you create the form. Regards...
fun467x
Offline Send Email
Sep 18, 2003
6:45 pm
1500
Hi Ruslan, the prototype of the error handling function looks simply: void onerror(VOID); But I think you have to provide an automation object which implements...
fun467x
Offline Send Email
Sep 18, 2003
7:48 pm
1501
Hello fun467x Thanks a lot, seems to be that a solved the problem :) Regards, Ruslan Ciurca. ... From: fun467x To: delphi-dhtmledit@yahoogroups.com Sent:...
rtybase
Offline Send Email
Sep 19, 2003
7:17 am
1502
Hello. I need help please. How can I get events about mouse click and selected element in mshtml TWebbrowser (in edit mode) ? Need I implement some interface...
mkajnar
mkcmrk
Offline Send Email
Sep 19, 2003
8:39 am
1503
Hello Milan, either you can use an edit component like DHTMLEdit or KSDhtmlEdit (you can join this yahoo-group), or you implement an event sink for the...
fun467x
Offline Send Email
Sep 19, 2003
3:49 pm
1504
HI is there a way to control from where an image will be loaded <img src='source'>? im talking about browsemode = true....
Amos Szust
amosreut
Offline Send Email
Sep 21, 2003
7:45 am
1505
Hello... Excuse me please. I am newbie here and I need to know, if somebody here has demo or example how in TWebBrowser in edit mode implement and use some...
Milan Kajnar
mkcmrk
Offline Send Email
Sep 21, 2003
6:51 pm
1506
Take a look at the file section on this group: http://groups.yahoo.com/group/delphi-mshtml/ Kurt ... From: Milan Kajnar [mailto:mkajnar@...] Sent: 21....
Kurt Senfer
lexicalis
Offline Send Email
Sep 22, 2003
5:37 am
1507
Take a look at this page: http://www.euromind.com/iedelphi/iedownload.htm Look at the IEDownload component source and be inspired. Kurt ... From: Amos Szust...
Kurt Senfer
lexicalis
Offline Send Email
Sep 22, 2003
9:01 am
1508
im sorry but i didnt understand the connection all i wanted is using the dhtmledit component in browsemode=true; and loading its content from a stream (which...
Amos Szust
amosreut
Offline Send Email
Sep 22, 2003
9:17 am
1509
Hi, I access a certain page via TWebbrowser which contains a javascript. This script contains a variable. I need to access the value of this vaiable. Can...
baeckerg
Offline Send Email
Sep 22, 2003
9:47 am
Messages 1480 - 1509 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