Click here to Skip to main content
15,908,931 members

Comments by Gian rebollido (Top 13 by date)

Gian rebollido 26-Mar-13 2:02am View    
sorry i don't have an idea..:(
Gian rebollido 26-Mar-13 1:59am View    
try this codes.
private async void LaunchExcel(object sender, RoutedEventArgs e)
{
var file = await ApplicationData.Current.LocalFolder.CreateFileAsync("myExcelFile.xlsx");
using (var s = await file.OpenAsync(FileAccessMode.ReadWrite))
using (var dw = new DataWriter(s))
{
dw.WriteString("hello world");
}

await Launcher.LaunchFileAsync(
await ApplicationData.Current.LocalFolder.GetFileAsync("myExcelFile.xlsx"));
}
Gian rebollido 26-Mar-13 1:49am View    
can we?? i don't think so..:)
Gian rebollido 26-Mar-13 1:44am View    
click this link.. to your reference
http://www.helloandroid.com/tutorials/how-play-video-and-audio-android
Gian rebollido 26-Mar-13 1:37am View    
i don't think so.. post your code first..