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...
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...
MSHTML will ask you for a new stream for each picture, css and so on. _______________________________________________________________________ 1. Re: Streaming...
Thanks Kurt, that's got it all clear for me now. Paul ... on. ... ______________________________________________________________________ _ ... that ... after ...
the trouble was resolve? ... hoping that there was a 'better' way to do it. ... from there? If you use fixed content XML's you could also embedd them as...
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...
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...
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 ...
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 ...
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:...
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...
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...
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 ...
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...
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...
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...
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?...
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...
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...
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: ...
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...
Well, Yahoo mixed all my code... The interesting part is: Var iSS:IHtmlStyleSheet; iRulesCol:IHtmlStyleSheetRulesCollection; iSSRule:IHtmlStyleSheetRule; ...
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:...
this may help http://xml.defined.net/samples/delphi/webbrowser.html ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On...
tried and failed (it works only for HTML) ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of Fotis Kokkoras ...