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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 8891 - 8920 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8891
This is a very urgent request for help. I found this group through all of my previous searching this weekend. I have installed the EmbeddedWB component in...
remwincom
Offline Send Email
Mar 7, 2005
4:40 am
8892
I used the Band Objects example from http://www.euromind.com/iedelphi to create a toolband for IE5. But the background image of the internet explorer toolbar...
Florian Geyer
plum_flog
Offline Send Email
Mar 10, 2005
4:19 am
8893
Hi. Kind of strange. In my applications, TEmbeddedWB always displays TXT files "automatically". There should be a way for changing this behavior, though. For...
sisvia_2004
Offline Send Email
Mar 10, 2005
2:25 pm
8894
Thanks, Ben....
sisvia_2004
Offline Send Email
Mar 10, 2005
2:28 pm
8895
I am using TEmbeddedWB for logging into a web site and getting an authentication cookie. Then I am using TIEDownload to download the text file that is...
Johnnie Norsworthy
remwincom
Offline Send Email
Mar 10, 2005
3:51 pm
8896
I am attempting to create a FTP application using 2 twebbrowser windows. One to display the contents on my local drive directory and the other to display the...
Seth
seth04103
Offline Send Email
Mar 10, 2005
5:14 pm
8897
It looks like you got it all wrong. Use a shelltreeview to handle local folder and Twebbrowser to remote (TEmbed' is better) You can mail me your code and i...
bsalsa@...
bsalsaa
Offline Send Email
Mar 10, 2005
5:36 pm
8898
Hi, I'm implementing a download manager. All works fine, except that if the post result contains in header "content disposition notification". In this case the...
Cornel Iordache
seek25
Offline Send Email
Mar 13, 2005
1:11 am
8899
Check out my article on accessing HM from Delphi: http://www.delphipages.com/news/detaildocs.cfm?ID=137 http://www.delphipages.com/news/detaildocs.cfm?ID=138 ...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 15, 2005
2:41 pm
8900
I'm not sure if anyone has posted a working example of this but there are times when you need to display a custom dialog when the user right-clicks on an...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 15, 2005
2:49 pm
8901
Using a sniffer, what is the content-type that is being sent for the file? That is what makes IE popup the Save Dialog for text files. IE, and EmbeddedWB, is...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 15, 2005
2:59 pm
8902
Hey, Johnny, Found this in the Registry Guide, it may help you: Force Plain Text Format in Internet Explorer (All Windows) Internet Explorer may not use the...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Mar 15, 2005
4:35 pm
8903
I have tried that before, but this time I completely shut down Windows and restarted each time to see if that made a difference. When I set it...
Johnnie Norsworthy
remwincom
Offline Send Email
Mar 15, 2005
4:56 pm
8904
Hi. I'm working on a project in which I need to find out the speed of some images I upload. Is there an efficient way to do that? The only way I found out so...
Ricardo Smania
ricsmania
Offline Send Email
Mar 17, 2005
3:23 am
8905
Hi, That will depend on servers, how busy they are, what time of day it is - how many others are online, and where -, and what route each individual package is...
Birger Sorensen
birger_52
Offline Send Email
Mar 17, 2005
3:47 am
8906
Hi, That was exactly what I was thinking about, but the problem is I have no Idea how to calculate the speed using the webbrowser. The only way I found was by...
Ricardo Smania
ricsmania
Offline Send Email
Mar 17, 2005
4:50 pm
8907
When clicking a link inside a TWebBrowser, the link automatically opens a new browser window. Is there a way of forcing the new page to open in the same...
iana1uk
Offline Send Email
Mar 18, 2005
2:05 am
8908
this is a matter of the TARGET attribute in the <A> tag you click. If TARGET="_blank" then the browser opens a new window. One solution is to alter the...
Fotis Kokkoras
fkokkoras
Offline Send Email
Mar 18, 2005
11:58 am
8909
there is also the case of a java script behinf a link, opening a new window. I am not aware on how to handle this case though. fotis...
Fotis Kokkoras
fkokkoras
Offline Send Email
Mar 18, 2005
12:01 pm
8910
Hi Fotis, Thanks for your help, unfortunately there seems to be some kind of coding on the web page which is doing the opening of the new window, it isn't a...
iana1uk
Offline Send Email
Mar 18, 2005
12:07 pm
8911
even if it is a java script it should be located in the SRC attribute of the <A> tag. Maybe you can locate the url with some parsing and replace the...
Fotis Kokkoras
fkokkoras
Offline Send Email
Mar 18, 2005
12:16 pm
8912
Hi All... I am new in the your group therefore does not know me my name here is Eduardo Buffara Junior and I am Brazilian... hehheh... I believe that your they...
eduardo
eduardobuffara1
Offline Send Email
Mar 18, 2005
3:35 pm
8913
I have a web site that I automate the login using TEmbeddedWB and it creates session cookies for ASPX authentication. Is there a way I can destroy the created...
remwincom
Offline Send Email
Mar 18, 2005
9:45 pm
8914
A simple deletefile call to the cookie file in the \temporary internet files ought to do it. If you are not sure what he name of the cookie file is, just get...
Anthony Watson
a_richard_wa...
Offline Send Email
Mar 18, 2005
10:03 pm
8915
<< A simple deletefile call to the cookie file in the \temporary internet files ought to do it. If you are not sure what he name of the cookie file is, just...
Johnnie Norsworthy
remwincom
Offline Send Email
Mar 18, 2005
10:38 pm
8916
I just use TWebbrowser but I thought the EmbeddedWB was an enhnced ancestor of TWebbrowser. TWebbrowser is just a wrapper around Internet Explorer, so its...
Anthony Watson
a_richard_wa...
Offline Send Email
Mar 18, 2005
11:20 pm
8917
How about using javascript to clear it out? That way you don't have to worry about what O/S version they're using as the file path to the cookie could vary...
Ben Daniel
ben_daniel81
Offline Send Email
Mar 20, 2005
11:52 pm
8918
Hi all, I use the TWebbrowser component quite alot in my application. I have a form that loads a HTML page, I set some of the HTML page areas with <DIV...
messagemotion
Offline Send Email
Mar 20, 2005
11:58 pm
8919
What a mess! :-) Just a thought: Perhaps you can try pasting in a few different styles of bullets and lists from Word and see if you can find a pattern between...
Ben Daniel
ben_daniel81
Offline Send Email
Mar 21, 2005
12:33 am
8920
Hi, Just a thought... Looks to me a lot like the mess you get from trying to create HTML using FrontPage.... Birger ... From: "Ben Daniel"...
Birger Sorensen
birger_52
Offline Send Email
Mar 21, 2005
12:53 am
Messages 8891 - 8920 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