i have this code

Code:
 Dim image As Image = PictureBox1.Image
        System.Diagnostics.Process.Start("PictureViewer.exe")
Is is possible to send the image I want to the program so it will open with it?