Dim cc as ContentChooser
Sub puxafoto
cc.Initialize("cc")
cc.Show("image/*", "Selecionar Imagem")
End Sub
Sub cc_Result (Success As Boolean, Dir As String, FileNames As String )
If Success Then
mgsbox(FileNames, "test")
End if
End sub
i make this code sample
to chooser image and it return me crazy image names
exemple