Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

delphi-webbrowser · Delphi: Using IE's WebBrowser

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4049
  • Category: Delphi
  • Founded: Mar 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 9984 - 10013 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9984 Paul A Norman
paulanormannz Send Email
Jul 2, 2006
7:52 am
Dear Anthony, I was just looking at the postings again, and wanted to ask does that stream include images or are they sought seperately by the browser after...
9985 Brian Rasmusson
brianrasmusson Send Email
Jul 2, 2006
10:10 pm
Delphi: Using IE's WebBrowserHello, I'm trying to install the newest version of EmbeddedWB into Borland Developer Studio 2006 with C++ Builder support. I open...
9986 Senfer Kurt
lexicalis Send Email
Jul 4, 2006
9:33 am
MSHTML will ask you for a new stream for each picture, css and so on. _______________________________________________________________________ 1. Re: Streaming...
9987 Paul A Norman
paulanormannz Send Email
Jul 6, 2006
12:02 pm
Thanks Kurt, that's got it all clear for me now. Paul ... on. ... ______________________________________________________________________ _ ... that ... after ...
9988 brianrasmusson Send Email Jul 6, 2006
9:50 pm
Hello, can it really be that nobody successfully installed TEmbeddedWB in C++ Builder 2006?? Brian...
9989 shell_leung Send Email Jul 11, 2006
2:46 am
the trouble was resolve? ... hoping that there was a 'better&#39; way to do it. ... from there? If you use fixed content XML's you could also embedd them as...
9990 rkaiser_una Send Email Jul 19, 2006
7:44 pm
Hello, on the webpage i saw some infos about a program called "Resource Tool" but i did not find a place to download it. Is this info on the web page only an...
9991 Ralf Kaiser
rkaiser_una Send Email
Jul 19, 2006
7:49 pm
Hi, I am using the embedded webbrowser inside a docking panel from DevExpress ExpressBars. Every time the docking configuration is changed (panel is docked or...
9992 Eran Bodankin
bsalsaa Send Email
Jul 20, 2006
3:45 am
It's avalible for download in www.bsalsa.com ... From: "rkaiser_una" <ralf-kaiser@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Wednesday,...
9993 Ralf Kaiser
rkaiser_una Send Email
Jul 20, 2006
5:53 am
Hi, that was what i thoght too but WHERE is the download on that site?? (maybe i am blind or a little bit handicaped cause it is so hot weather these ...
9994 Eran Bodankin
bsalsaa Send Email
Jul 20, 2006
7:57 am
http://bsalsa.com/resource_tool.html In the bottom. Ciao ... From: "Ralf Kaiser" <ralf-kaiser@...> To: <delphi-webbrowser@yahoogroups.com> Sent:...
9995 Ralf Kaiser
rkaiser_una Send Email
Jul 20, 2006
9:33 am
Thanks (now i found the link) I think it is really much too hot weather at the moment. Yesterday i looked at that page but did not see the link :-) Ciao, Ralf ...
9996 Eran Bodankin
bsalsaa Send Email
Jul 20, 2006
10:15 am
It's really hot here too. Yesterday the link wasn't there ;) Regards ... From: "Ralf Kaiser" <ralf-kaiser@...> To:...
9997 Ralf Kaiser
rkaiser_una Send Email
Jul 21, 2006
8:20 am
Hi, That why i did not find the link!! I am glad that i was not THAT blind (i looked for a download link several times :-) Thanks again, Ralf _____ From:...
9998 Eran Bodankin
bsalsaa Send Email
Jul 21, 2006
8:37 am
NP As usual, it's my fault. I rebuild the www.bsalsa.com site with the context I got from dear Per, so fast, (4 days and over 120 pages) that I probably...
9999 computer50000 Send Email Jul 23, 2006
6:18 pm
Hi there, Can I build Windows CE applications using C++Builder ? It seems that I can do that using Delphi 2006, but I could not find a version of C++Builder...
10000 Eran Bodankin
bsalsaa Send Email
Jul 24, 2006
2:16 pm
Good evening folks. I have made a major change in the embeddedwb package (as followed) I have added new file name ShDocVw_EWB that includes all the new IE7 ...
10001 Ralf Kaiser
rkaiser_una Send Email
Jul 27, 2006
2:19 pm
Hi together, has anyone reviewed the code below? would it be possible to include it into the next official release of embedded webbrowser? The code makes it...
10002 Wim van der Vegt
wvd_vegt Send Email
Aug 1, 2006
2:01 pm
Hi, Does anyone know how to load xml from a TStringlist or otherwise without first saving it to disk? When I try a stringlist the WB sees it as text and not...
10003 Fotis Kokkoras
fkokkoras Send Email
Aug 1, 2006
3:33 pm
TstringList contains plain text. XML is another animal (contains tags, atributes, etc). Assuming you know the XML you want, you can easily parse the stringlist...
10004 Anthony Watson
a_richard_wa... Send Email
Aug 1, 2006
3:52 pm
XML is "plain-text" The tags and attributes are represented in "plain-text". Wim when you save the file to disk are you saving it with the extension .xml?...
10005 Wim van der Vegt
wvd_vegt Send Email
Aug 1, 2006
4:22 pm
Hi, I have a stringlist containing xml. It just won't display like when i load the same text from disk. ... Wim van der Vegt. ,_._,___ [Non-text portions of...
10006 Wim van der Vegt
wvd_vegt Send Email
Aug 1, 2006
4:35 pm
Hi, Yes whenm i save the stringlist as a xml file and load it from disk it displays the xml structure. When i load the same stringlist directly into the WB it...
10007 Anthony Watson
a_richard_wa... Send Email
Aug 1, 2006
4:41 pm
what if you save it into a Delphi VCL XML component and then load the WB from a stream on the XML component? ~aw Wim van der Vegt <wvd_vegt@...> wrote: ...
10008 Wim van der Vegt
wvd_vegt Send Email
Aug 2, 2006
12:01 pm
Hi, The followin code also fails to display xml in a nice formatted way (it only displays 'bla'): var Xml : IXMLDOMDocument; ...
10009 Daniel
DanielCalegari Send Email
Aug 2, 2006
2:59 pm
The code below receives a HTML Document 2 interface and extract a list of all CSS selectors and attributes from tags LINK type="text/css" rel="stylesheet". I...
10010 Daniel
DanielCalegari Send Email
Aug 2, 2006
3:07 pm
Well, Yahoo mixed all my code... The interesting part is: Var iSS:IHtmlStyleSheet; iRulesCol:IHtmlStyleSheetRulesCollection; iSSRule:IHtmlStyleSheetRule; ...
10011 Fotis Kokkoras
fkokkoras Send Email
Aug 2, 2006
9:44 pm
As far as I know, the <!DOCTYPE .......... tag, if it exists, should be the very first tag in the html file. nothis else is allowed before it. fotis ... From:...
10012 Fotis Kokkoras
fkokkoras Send Email
Aug 4, 2006
10:31 pm
this may help http://xml.defined.net/samples/delphi/webbrowser.html ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On...
10013 Fotis Kokkoras
fkokkoras Send Email
Aug 4, 2006
10:58 pm
tried and failed (it works only for HTML) ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of Fotis Kokkoras ...
Messages 9984 - 10013 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help