|
-
Jul 14th, 2015, 02:55 PM
#1
Thread Starter
Addicted Member
[RESOLVED] MouseMove Trigger not working...
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|