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...
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...
Hi. Kind of strange. In my applications, TEmbeddedWB always displays TXT files "automatically". There should be a way for changing this behavior, though. For...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
<< 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...
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...
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...
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...
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...