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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1610 - 1639 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1610
Damir, You need to read the SDK_Help.chm from A to Z - that's the only way to be familiar with DHTML Edit. You can get the help file from this groups file...
Kurt Senfer
lexicalis
Offline Send Email
Jan 2, 2004
6:34 am
1611
ie.Document.QueryInterface(IOleCommandTarget, CmdTarget); v:=TRUE; v1:=null; if CmdTarget <> nil then CmdTarget.Exec( PGuid(nil), IDM_SHOWALLTAGS,...
yarekc
Offline Send Email
Jan 6, 2004
2:06 am
1612
I use a DHTMLEdit to print something in the background so it does not need to be visible However as soon as I make it not visible I get a error about something...
netstop2000
Offline Send Email
Jan 10, 2004
10:41 pm
1613
Hi, I think you can make its width and height zero and non-tabstop, not invisible, and print. I haven't tried anyway. I have printed with zero-size WebBrowser....
agui
agui_china
Offline Send Email
Jan 13, 2004
9:38 am
1614
hi all, I would like to disable the right-clic on the webbrowser, and i use this method : on the DocumentComplete event, i tried this : var CurrentWB:...
phenixauthor
Offline Send Email
Jan 14, 2004
4:19 pm
1615
Hi, I just uploaded a new file "VCL Html Editor.zip", witch contains a VCL component called EmbeddedED. EmbeddedED wraps the MSHTML engine, and removes a lot...
Kurt Senfer
lexicalis
Offline Send Email
Jan 16, 2004
4:30 pm
1616
Hi Kurt, great and thank you - I understand this is a great work. I tried to install in D6PE, but failed because of missing QConsts. What must I have in my...
Donnerbauer
donnerbauer61
Offline Send Email
Jan 16, 2004
7:04 pm
1617
tks for any help....
Jaison Antoniazzi
katolllzi
Offline Send Email
Jan 17, 2004
1:44 am
1618
Ruediger, ... Open the KS_Lib unit and Find the line: uses {$IFDEF D6D7} RtlConsts, variants, QConsts, {$ENDIF} AXCtrls, KS_Procs; you can change it to: uses...
Kurt Senfer
lexicalis
Offline Send Email
Jan 19, 2004
9:50 am
1619
Hi Ruediger, ... If you have placed and unpacked the new zip in another folder than the pervious zip, and you haven't executed the DHTML.exe in the new...
Kurt Senfer
lexicalis
Offline Send Email
Jan 19, 2004
12:49 pm
1620
On the pain of being ridiculed: I understand you've developed a Delphi interface to IE. Has someone ported this to C#? Thanks A...
avi_nahir@...
avi_nahir
Offline Send Email
Jan 20, 2004
4:13 pm
1621
Hi, at least I haven't heard about it :-) You should be able to use the OCX version of my editor without great difficulties. Kurt ... From: avi_nahir@......
Kurt Senfer
lexicalis
Offline Send Email
Jan 21, 2004
6:20 am
1622
Has anyone ever tried to call a dhtml session from an asp page??? I dhtml compiled into a activex dll and I am trying to call the dll from an asp page. I can...
mew_work
Offline Send Email
Feb 18, 2004
1:27 am
1623
... What do you mean by this ? The dhtmled.ocx is an AxtiveX dll - just as it is ! If you a trying to wrap the dhtmled.ocx together with some additional ...
Kurt Senfer
lexicalis
Offline Send Email
Feb 18, 2004
6:33 am
1624
Hi, This is probably a really obvious question but how do I Stop an TDHTMLEdit LoadFromFile operation half way through if it is taking too long to load?...
sibandz
Offline Send Email
Feb 19, 2004
11:55 am
1625
Hi All , An easy question, is their a server side version of DHTMLED or MSHTML that I can use to pass HTML strings to for easy DOM manipulation. A vb.net...
Jeremy
mjleppan2000
Offline Send Email
Feb 19, 2004
12:14 pm
1626
... install ... posts ... can ... of ... I have to sympathize with you, I just spent a whole day trying to get it installed! And I finally did, but frankly I'm...
billym101
Offline Send Email
Feb 25, 2004
1:36 am
1627
... variables ... all ... Help! I am having the same problems trying to compile DHTML.dpr in delphi 6. When I replaced the occurrences of "nulvariant" with...
billym101
Offline Send Email
Feb 25, 2004
1:37 am
1628
try specifying the command group and make sure your browser is in edit mode: // Make sure editmode is on // I dun recommend this method to activate edit mode,...
ttarantello
Offline Send Email
Feb 25, 2004
1:38 am
1629
Has decided to use WebBrowser1 questions have appeared 1. How to load from HTML the text without use of a file. 2. WebBrowser1. OnExit and OnEnter are not...
Евгений Болтик
boltik_evgeny
Offline Send Email
Mar 15, 2004
4:17 am
1630
Привет, Евгений. ЕБ> Решил использовать WebBrowser1 появились вопросы ЕБ> 1.Как загрузить из...
WTLib
wtlib_developer
Offline Send Email
Mar 15, 2004
6:04 am
1631
... TWebBrowser не имеет такого свойства. Это свойство есть только у TDHTMLEdit, но он глючный до...
Евгений Болтик
boltik_evgeny
Offline Send Email
Mar 15, 2004
11:57 am
1632
1.) How can I insert a bookmark? It's code goes like this : <a name="bookmark name">bookmark object</a> I need to put the selected object's html code between...
marko_binic
Offline Send Email
Mar 17, 2004
1:57 am
1633
Hi all, Has anyone idea how to catch navigation errors (e.g. 404 not found) for images? OnNavigateError (TWebBrowser) works fine for simple pages, frames but...
Ruslan Ciurca
rtybase
Offline Send Email
Mar 17, 2004
11:01 am
1634
Does anyone know how to change the entire page color of the dhtml control to something other than white? Thanks....
Jazzy Jeff
jazzy_aka
Offline Send Email
Mar 20, 2004
2:02 am
1635
That's easy, this is all there is to it: DHTMLEditor1.DOM.bgColor := '#000000'; the color up there ^ is black, you can put any other color there (with or...
marko_binic
Offline Send Email
Mar 23, 2004
5:29 pm
1636
HI i want to add a flash to the dhtledit 2 things: 1) in BrowseMode = false, i see the flash window in black in BrowseMode = true, i see the flash playing ok,...
Amos Szust
amosreut
Offline Send Email
Mar 25, 2004
9:17 am
1637
HI how can i add a flash file to dhtmedit.dom ? there are commands to make bold, add an image but didnt find anything to add a flash any ideas? 10x...
Amos Szust
amosreut
Offline Send Email
Mar 28, 2004
11:07 am
1638
i tried to show caret in dhtmledit (without clicking on it) when my aplication start, how can i do this?...
thelete2000
Offline Send Email
Mar 28, 2004
10:48 pm
1639
how to change a font color in dhtmledit ???...
thelete2000
Offline Send Email
Mar 28, 2004
10:48 pm
Messages 1610 - 1639 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