PDA

View Full Version : Image in hidden WebBrowser is not displayed


Jim LaBs
11-05-2006, 06:32 PM
Hello, bsalsa. First of all i would like to say thanks for your great WebBrowser component. But i have some problems... I have 2 wb on my form. One of them is hidden and it is periodically navigates to a html file with some text and png image. i need to download this image to a folder but it is not displayed until i set the visible property of wb to true... What can i do? Thanks.......

DWA
11-05-2006, 06:51 PM
The easiest solution is using a tiny visible EmbeddedWB with height:=0

bsalsa
11-06-2006, 06:59 AM
Why don't you use UrlMon UrlDownloadToFile?