Hi
I want straight to open .xls file from dropbox ..
Ihave tryed this:
---------------------------
Dim p As PhoneIntents
StartActivity(p.OpenBrowser("https://www.dropbox.com/something.xls"))
-----------------------
But it only force me to download file.. How I can I straight open it with my default .xls viewer
?
I want straight to open .xls file from dropbox ..
Ihave tryed this:
---------------------------
Dim p As PhoneIntents
StartActivity(p.OpenBrowser("https://www.dropbox.com/something.xls"))
-----------------------
But it only force me to download file.. How I can I straight open it with my default .xls viewer