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...
... (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...
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...
OLA PESSOAL... NO MEU PROGRAMA EU ADICIONO HTML STRINGS NO TEMBEDDEDWB USANDO O SEGUINTE METODO: HTMLDocument := IE.DOCUMENT AS IHTMLDocument2; v :=...
HI... IN MY PROGRAM I ADD HTML STRINGS IN TEMBEDDEDWB USING THE FOLLOWING METHOD: HTMLDocument := IE.DOCUMENT THE IHTMLDocument2; v := VarArrayCreate([0, 0],...
You need a BASE tag too, so IHTMLDocument2 knows where to search for ARQUIVO.MID Kurt ... From: carlx20032003 [mailto:carl-x@...] Sent: 2. september...
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 ... ...
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...
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...
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...
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...
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...
Hi, simply implement the following interface: {IHTMLEditDesigner} function PreHandleEvent(inEvtDispId: Integer; const pIEventObj: IHTMLEventObj): HResult;...
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...
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...
Hello fun467x Thanks a lot, seems to be that a solved the problem :) Regards, Ruslan Ciurca. ... From: fun467x To: delphi-dhtmledit@yahoogroups.com Sent:...
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...
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...
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...
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....
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...
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...
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...