And for all the lamers out there that is new to programming here's the solution
B4X:
Dim fc As FileChooser
fc.Initialize
Dim filename As String = fc.ShowOpen(MainForm)
If filename = "" Then
' No file choosen
Else
' User choosed a filename
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.