windows phone 7 - WP7: Accessing image data of WebBrowser control -


i've got webbrowser on phone ui (from microsoft.phone.controls), showing web page images. how access html image binary data?

i want store image later rendering, , perhaps image transformations too.

you cannot since webbrowser control pretty sandboxed , don't have access dom or inside it.

edit: can @ least html source page , parse source, extract urls images , manually download them. can source via webbrowser.savetostring method


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -