I have an array of PictureBoxes that has code in both the Click and MouseMove events. I am able to trigger the Click event with
Code:
picPicture_Click (i)
...but

Code:
picPicture_MouseMove (i)
doesn't seem to work. I get an "Argument not optional", highlighting picPicture_MouseMove. Any ideas how I can trigger the MouseMove event?