Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9984 - 10013 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9984
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...
Paul A Norman
paulanormannz
Offline Send Email
Jul 2, 2006
7:52 am
9985
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...
Brian Rasmusson
brianrasmusson
Offline Send Email
Jul 2, 2006
10:10 pm
9986
MSHTML will ask you for a new stream for each picture, css and so on. _______________________________________________________________________ 1. Re: Streaming...
Senfer Kurt
lexicalis
Offline Send Email
Jul 4, 2006
9:33 am
9987
Thanks Kurt, that's got it all clear for me now. Paul ... on. ... ______________________________________________________________________ _ ... that ... after ...
Paul A Norman
paulanormannz
Offline Send Email
Jul 6, 2006
12:02 pm
9988
Hello, can it really be that nobody successfully installed TEmbeddedWB in C++ Builder 2006?? Brian...
brianrasmusson
Offline Send Email
Jul 6, 2006
9:50 pm
9989
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...
shell_leung
Offline Send Email
Jul 11, 2006
2:46 am
9990
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...
rkaiser_una
Offline Send Email
Jul 19, 2006
7:44 pm
9991
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...
Ralf Kaiser
rkaiser_una
Offline Send Email
Jul 19, 2006
7:49 pm
9992
It's avalible for download in www.bsalsa.com ... From: "rkaiser_una" <ralf-kaiser@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Wednesday,...
Eran Bodankin
bsalsaa
Offline Send Email
Jul 20, 2006
3:45 am
9993
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 ...
Ralf Kaiser
rkaiser_una
Offline Send Email
Jul 20, 2006
5:53 am
9994
http://bsalsa.com/resource_tool.html In the bottom. Ciao ... From: "Ralf Kaiser" <ralf-kaiser@...> To: <delphi-webbrowser@yahoogroups.com> Sent:...
Eran Bodankin
bsalsaa
Offline Send Email
Jul 20, 2006
7:57 am
9995
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 ...
Ralf Kaiser
rkaiser_una
Offline Send Email
Jul 20, 2006
9:33 am
9996
It's really hot here too. Yesterday the link wasn't there ;) Regards ... From: "Ralf Kaiser" <ralf-kaiser@...> To:...
Eran Bodankin
bsalsaa
Offline Send Email
Jul 20, 2006
10:15 am
9997
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:...
Ralf Kaiser
rkaiser_una
Offline Send Email
Jul 21, 2006
8:20 am
9998
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...
Eran Bodankin
bsalsaa
Offline Send Email
Jul 21, 2006
8:37 am
9999
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...
computer50000
Offline Send Email
Jul 23, 2006
6:18 pm
10000
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 ...
Eran Bodankin
bsalsaa
Offline Send Email
Jul 24, 2006
2:16 pm
10001
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...
Ralf Kaiser
rkaiser_una
Offline Send Email
Jul 27, 2006
2:19 pm
10002
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 1, 2006
2:01 pm
10003
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...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 1, 2006
3:33 pm
10004
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?...
Anthony Watson
a_richard_wa...
Offline Send Email
Aug 1, 2006
3:52 pm
10005
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 1, 2006
4:22 pm
10006
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 1, 2006
4:35 pm
10007
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: ...
Anthony Watson
a_richard_wa...
Offline Send Email
Aug 1, 2006
4:41 pm
10008
Hi, The followin code also fails to display xml in a nice formatted way (it only displays 'bla'): var Xml : IXMLDOMDocument; ...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 2, 2006
12:01 pm
10009
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...
Daniel
DanielCalegari
Offline Send Email
Aug 2, 2006
2:59 pm
10010
Well, Yahoo mixed all my code... The interesting part is: Var iSS:IHtmlStyleSheet; iRulesCol:IHtmlStyleSheetRulesCollection; iSSRule:IHtmlStyleSheetRule; ...
Daniel
DanielCalegari
Offline Send Email
Aug 2, 2006
3:07 pm
10011
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:...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 2, 2006
9:44 pm
10012
this may help http://xml.defined.net/samples/delphi/webbrowser.html ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 4, 2006
10:31 pm
10013
tried and failed (it works only for HTML) ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of Fotis Kokkoras ...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 4, 2006
10:58 pm
Messages 9984 - 10013 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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