whenever I make a function that needs a picturebox, for example:

Function Hello(picture as picturebox)

whenever I put a picturebox there a message comes up saying

ByRef argument type mismatch.

What can I do?