my problem is i want to show the picture from folder to image box but it need to find what picture depends on text box,
If Right(filStudent.Path, 1) = "\Picture\" Then
imgS = filStudent.Path + txtFind
Else
imgS = filStudent.Path + "\Picture\" + txtFind
End If
imgStudent.Picture = LoadPicture(imgS)
but the error always appear at line 6