Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Nov 2, 2006 12:16 pm
10082
... binding, so ... must ... OSVERSIONINFOEX; ... stdcall; ... (handle, 'VerifyVersionInfoA'); ... It's already done in a diferent way. You should download the...
Hi Eran, I upgraded to the latest package, but beccause IEUtils is no longer in it I ran into some trouble. I understand Encode is replaced by EncodeURL() ? ...
Hi Alfred, I had the exact same problems. The many changes between the (very) old version I was using, to the current version (14.61) required a number of...
Hello Alfred & Ryan, Ryan Bruins is right. Yes, the new versions, uses some new names for old functions because ppl forget what the function should do. I don't...
Dear all, I appologise if the answer to my question exists on this group's or other message list, but I'm searching the web for many days with no results. The...
Hi there, I seem to have some problems with my embeddedwb and IE7. Webpages containing an IFrame are not rendered at all whereas they work perfctly in IE7...
I have got it. As to be expected this is an unforseen dependency between SP2 and IE7. ;-) I have impelemented the 1st workaround below (the 2nd i do not trust)...
Hello, You can grab the code from the EmbeddedWB package. Unit name EwbTools. ... From: Roger MacRae To: delphi-webbrowser@yahoogroups.com Sent: Wednesday,...
Hi, I've not used the TWebBrowser component before, but it works really well for my app ( though I'd like to be able to hide the URL's from the IE history...
I don't know how to insert own menu items do default context menu, but I'm using this peace of code to control showing default menu and replacing it with ...
Hi Damir, I still know, how to replace the default popup menu. I don't want to replace it if it's possible to avoid this, because then I had to simulate the...
No response from other, so I have to reply to my self ... I found that the problem is not exactly as I wrote. WHEN ANOTHER CONTOL HAS FOCUS BEFORE TWebBrowser...
TDBGrid :( ... ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo!...
Hi, I'm trying to find out of the web page has been scrolled. I do this by reading the scrollTop property of the body. I'm coding in C++ Builder where...
Hello all, I'm trying to "feed" IEDownload (from DownloadMgrDemo example) with a link to FTP file. It won't work, won't even start to download it. In the ...
Hi everyone, I'm using a BHO that saves current page contents or selection in the .txt and .mht formats. Some of the functionality stopped working when I moved...
How come LoadFromString() doesn't work the same as Navigate() when I'm essentially dealing with a file on my hard disk? In my case, I was trying to use the...
Hi all, Searching through the old messages this question has been asked (in different ways) before but never with a clear answer. I suspect because the...
How i Make to get the selected element in the webBrowser (in designmode) and change some properties? I need to change properties from selected TABLE. Example:...
Hello, I need to load image from TBitmap (or Stream), not in src property (from url or hd file) example WebBrowser1.OleObject.Document.Images.Item(li).Src :=...
In order to fill in the input of type FILE in an HTML page, you have to do three things. 1. You first have to give the Webbrowser forcus. To do that, you must ...