How to store bmp using URLDownloadToFile from a URL ?
-
Hi all, I want to store bmp from urls by using URLDownloadToFile.. for example I want to store urlicon of www.yahoo.com by using http://www.google.com/s2/favicons?domain=www.yahoo.com This url gives me the Yahoo icon. Now I want to store this so I have used URLDownloadToFile, and It get stored also . but by using LoadImage, I couldn't load this stored image. Please suggest me solution or some other way of downloading fevicons of urls. Thanks in advance. :(
-
Hi all, I want to store bmp from urls by using URLDownloadToFile.. for example I want to store urlicon of www.yahoo.com by using http://www.google.com/s2/favicons?domain=www.yahoo.com This url gives me the Yahoo icon. Now I want to store this so I have used URLDownloadToFile, and It get stored also . but by using LoadImage, I couldn't load this stored image. Please suggest me solution or some other way of downloading fevicons of urls. Thanks in advance. :(
I dont know you asked this question previous or no but you must be extract controls on the web page and on the codeproject we have a simple for it.
-
Hi all, I want to store bmp from urls by using URLDownloadToFile.. for example I want to store urlicon of www.yahoo.com by using http://www.google.com/s2/favicons?domain=www.yahoo.com This url gives me the Yahoo icon. Now I want to store this so I have used URLDownloadToFile, and It get stored also . but by using LoadImage, I couldn't load this stored image. Please suggest me solution or some other way of downloading fevicons of urls. Thanks in advance. :(
What error is
LoadImage()
returning?--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ I work for Keyser Söze
-
Hi all, I want to store bmp from urls by using URLDownloadToFile.. for example I want to store urlicon of www.yahoo.com by using http://www.google.com/s2/favicons?domain=www.yahoo.com This url gives me the Yahoo icon. Now I want to store this so I have used URLDownloadToFile, and It get stored also . but by using LoadImage, I couldn't load this stored image. Please suggest me solution or some other way of downloading fevicons of urls. Thanks in advance. :(
Thanks for reply.. I have resolved the problem. Sorry for delay in reply..