Tayfur Well-Known Member Licensed User Longtime User Dec 8, 2016 #1 Hello; I can not open picture on file location LAN Spoiler: error java.io.FileNotFoundException: \\server\TEKNIK_RESIM\ASLAR PRES\res1.jpg (Access is denied) ImageView1.SetImage(fx.LoadImage("\\server\TEKNIK\PRES", "res1.jpg")) this folder secure with windows user and password. How can i read this file?
Hello; I can not open picture on file location LAN Spoiler: error java.io.FileNotFoundException: \\server\TEKNIK_RESIM\ASLAR PRES\res1.jpg (Access is denied) ImageView1.SetImage(fx.LoadImage("\\server\TEKNIK\PRES", "res1.jpg")) this folder secure with windows user and password. How can i read this file?
Erel B4X founder Staff member Licensed User Longtime User Dec 8, 2016 #2 You can use B4A SMB library to access the file. Upvote 0
Tayfur Well-Known Member Licensed User Longtime User Dec 9, 2016 #3 Erel said: You can use B4A SMB library to access the file. Click to expand... smb lib; can i use with B4J? Upvote 0
Erel said: You can use B4A SMB library to access the file. Click to expand... smb lib; can i use with B4J?
KMatle Expert Licensed User Longtime User Dec 12, 2016 #5 Tayfur said: \\server\ Click to expand... Or create a drive letter so B4J can access it. Upvote 0
Tayfur Well-Known Member Licensed User Longtime User Dec 13, 2016 #6 KMatle said: Or create a drive letter so B4J can access it. Click to expand... thank you for reply @KMatle sorry i cant understand. please explan it. how can i do on PI bord. Last edited: Dec 13, 2016 Upvote 0
KMatle said: Or create a drive letter so B4J can access it. Click to expand... thank you for reply @KMatle sorry i cant understand. please explan it. how can i do on PI bord.