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 1126 - 1155 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1126
Does anyone have a complete list of all numbered command arguments for the ExecCommand? I can only find a partial listing and Microsoft only lists the command...
john_banister
Offline Send Email
Jun 1, 2002
10:11 pm
1127
Hi, setting the html-component to ActiveControl, the OnEnter-Event has been fired, but there is no blinking cursor. How can I set the document to be active? I...
ollosoft
Offline Send Email
Jun 4, 2002
3:12 pm
1128
Marvin, do this (EmbeddedWB.Document as IhtmlDocument2).execCommand ('INSERTIMAGE', True, 0); or var oleImage: OleVariant; begin oleImage := 'C:\Smile.gif'; ...
ollosoft
Offline Send Email
Jun 4, 2002
3:15 pm
1129
can any body give me example code on how to use this i have tried alsorts like DHTMLEdit1.ExecCommand(DECMD_PROPERTIES, OLECMDEXECOPT_DODEFAULT); do you have...
atether
Offline Send Email
Jun 9, 2002
6:53 pm
1130
Hi all, I am using MSHTML. When I edit a html document and press the enter key, a paragraph <P> tag is inserted automatically in the source, which causes a...
dph6id
Offline Send Email
Jun 13, 2002
1:37 pm
1131
Hi all, I am using MSHTML. When I edit a html document and press the enter key, a paragraph <P> tag is inserted automatically in the source, which causes a...
dph6id
Offline Send Email
Jun 13, 2002
1:37 pm
1132
Hi all, I am using MSHTML. When I edit a html document and press the enter key, a paragraph <P> tag is inserted automatically in the source, which causes a...
dph6id
Offline Send Email
Jun 13, 2002
1:37 pm
1133
Hello Group Members. I have a question. I write an eMail Client and i want to support Html eMails. But i need a SMTP Component to send a Multpart/mixed -...
alexanderp1982
Offline Send Email
Jun 27, 2002
3:38 pm
1134
Hi Alexander, versuch die Indy-Komponenten. Sie arbeiten recht gut, und sind Freeware. Bye Marvin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hi...
themarvin@...
amicron_marvin
Offline Send Email
Jun 27, 2002
5:11 pm
1135
Mein Problem ist ich weiß nicht wie ich das machen soll. Text oder Html versenden ist ja kein Problem. Bloß das beifügen der Images damit die nicht extra...
alexanderp1982
Offline Send Email
Jun 27, 2002
11:01 pm
1136
Hi Alex, If I understand you correctly you want to create Multipart messages with inline pictures and display received messages with inline pictures. It is...
Gerard
dph6id
Offline Send Email
Jun 28, 2002
6:22 pm
1137
Hi, I want to make a little HTML editor in ActiveX for include it in a html page. I have make a little project in delphi that work fine. I transform my TForm...
inhaltr1
Offline Send Email
Jul 2, 2002
2:14 pm
1138
Hi, I think, this is more problem of Delphi implementation of ActiveX, than problem of DHTML component. I had the same problem with using SynEdit in ActiveX,...
p.langer@...
Send Email
Jul 2, 2002
2:44 pm
1139
Hi, I thank its aid, but I have some problems. I did not understand as I ... if FWinControl.HandleAllocated then begin wnd := FWinControl.Handle; Result :=...
inhaltr1
Offline Send Email
Jul 2, 2002
5:54 pm
1140
Hi, This is soluction: // colaboration by Eddie Zaremba, Petr Langer and Alexandre Marques unit MyTestActiveXFormImpl1; {$WARN SYMBOL_PLATFORM OFF} interface ...
inhaltr1
Offline Send Email
Jul 3, 2002
10:20 pm
1141
Hi all, I have some trouble using the innerHTML method. In my Delphi Application, i use: doc := WebBrowser1.document as IHTMLdocument2; el := doc.body as...
bartpype
Offline Send Email
Jul 10, 2002
10:43 am
1142
Where do i get this component from? I've installed the DHTML Edit from the Import Type Library, but I can't find MSHTML. I have Delphi 6 Personal. Any help? ...
beanmaster2001
Offline Send Email
Jul 11, 2002
8:12 am
1143
I have used the this bit of code in an onClick event for a button: procedure TfrmMain.HyperLink1Click(Sender: TObject); begin ExecCommand(DECMD_HYPERLINK,...
beanmaster2001
Offline Send Email
Jul 11, 2002
1:53 pm
1144
I use the following because I cannot get the dialogue to set or use defaults. It will not work unless you have a piece of text selected for hyperlinking! Check...
Peter W. Henry
peter_henryuk
Offline Send Email
Jul 11, 2002
3:27 pm
1145
I ahve downloaded the OSP DHTML Editor from the files section, but when I try to compile it I get an Undeclared Identifier 'VarType', in the...
beanmaster2001
Offline Send Email
Jul 11, 2002
4:30 pm
1146
I have the same problem... :-( It encounters on Win 95/98/ME, it works fine on NT/2k/XP. It seems to be a problem of the "Home"-Windows versions. Has anyone a...
mschebaum1
Offline Send Email
Jul 13, 2002
10:05 am
1147
I have several html-files packed in a .dll. My program loads them and displays them in a webbrowser-component. Now, I would like to implement a option to...
grecke
Offline Send Email
Jul 17, 2002
6:27 am
1148
Hello all !! I habe downloaded the Source of OSP and i get an Error from the Application at startup. The Error Message is "Ungültiger Variante Typ" in english...
alexanderp1982
Offline Send Email
Jul 20, 2002
3:22 pm
1149
I have problem with one polish character '³'. This character should appear when I press ALT - L, but doesn't....
pawel_urbanek
Offline Send Email
Jul 25, 2002
2:11 pm
1150
Does anyone know how to set the title of a page eg <title>Page NAme</title> ?...
beanmaster2001
Offline Send Email
Jul 27, 2002
8:02 am
1151
procedure TForm1.JvPageControl21Change(Sender: TObject); var Filename: String; Pathin: Variant; FileBuffer,FileBuffer2: Array[0..65536] of Char; begin ...
dpantack
Offline Send Email
Jul 28, 2002
8:37 am
1152
I'm not Japan NEC. I'm Japan FUJITSU & MOTOLORA SIDE. HELP ME PLEASE....
dpantack
Offline Send Email
Jul 28, 2002
9:15 am
1153
http://www.microsoft.com/billgates/default.asp Program Logic Source is a low. DDo you undestandH http://homepage1.nifty.com/~tack/ # Windows Update is...
dpantack
Offline Send Email
Jul 28, 2002
9:26 am
1154
Thanks Adomin. I thank sincerely that My heart is taken the trouble of receiving. # The Pascal Compiler was inpremented by BSD UNIX from Interppriter. # I'm...
dpantack
Offline Send Email
Jul 28, 2002
9:32 am
1155
USA is enlightenment thought to be not sufficient there. You take heart of John barners Lee that wants. I promise that Japan is changed under the name of...
dpantack
Offline Send Email
Jul 28, 2002
9:42 am
Messages 1126 - 1155 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