launcher - Launching other applications in Windows phone 7 Programatically -
i downloading file internet, , saving in isolatedstorage. , want open file, ie if excel should open file excel if excel installed, or otherwise prompt user choose application open file in pc windows os, how can this.. give me idea..
as general rule, there no way describing. exception media, can integrate music , video hub. allow to, instance, download movie , play in same way if part of zune collection, though it's in isolatedstorage.
if want download office files internet can link them directly opening them in webbrowsertask. user able open file in relevant office program. so, if did follwoing, file opened in excel:
var wbt = new webbrowsertask(); wbt.url = "http://example.com/file.xlsx"; wbt.show();
this not allow store file in isolatedstorage , may or may not issue you.
Comments
Post a Comment