Thanks Erel, I fix my problem with VLC. I use that code:
{code}
Dim i As Intent
Dim MoviePath as string = "smb://MyServer/Movies/Summer 2017.mp4""
i.Initialize(i.ACTION_VIEW, MoviePath)
i.SetType("video/*")
StartActivity(i)
{/code}
Easy and stable.
Thanks