آقا من یک فایل pdf رو ذخیره کردم تو گوشی اما وقتی رو باتن میزنم میره تو نرم افزار pdf خوان میگه نمیتونه فایل رو پیدا کنه:
Sub Button1_Click
Try
copy
Dim intent1 As Intent
intent1.Initialize(intent1.ACTION_VIEW,File.DirRootExternal&"ebook9545[www.takbook.com].pdf")
intent1.SetType("application/pdf")
intent1.WrapAsIntentChooser("انتخاب پی دی اف خوان")
StartActivity(intent1)
Catch
ToastMessageShow("i cant",False)
End Try
End Sub
Public Sub copy
If File.Exists(File.DirRootExternal,"ebook9545[www.takbook.com].pdf")=False Then
File.Copy(File.DirAssets,"ebook9545[www.takbook.com].pdf",File.DirRootExternal,"ebook9545[www.takbook.com].pdf")
End If
End Sub
سوال
Mralihjz 0
آقا من یک فایل pdf رو ذخیره کردم تو گوشی اما وقتی رو باتن میزنم میره تو نرم افزار pdf خوان میگه نمیتونه فایل رو پیدا کنه:
Sub Button1_Click
Try
copy
Dim intent1 As Intent
intent1.Initialize(intent1.ACTION_VIEW,File.DirRootExternal&"ebook9545[www.takbook.com].pdf")
intent1.SetType("application/pdf")
intent1.WrapAsIntentChooser("انتخاب پی دی اف خوان")
StartActivity(intent1)
Catch
ToastMessageShow("i cant",False)
End Try
End Sub
Public Sub copy
If File.Exists(File.DirRootExternal,"ebook9545[www.takbook.com].pdf")=False Then
File.Copy(File.DirAssets,"ebook9545[www.takbook.com].pdf",File.DirRootExternal,"ebook9545[www.takbook.com].pdf")
End If
End Sub
لینک ارسال
به اشتراک گذاری در سایت های دیگر
3 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.