|
-
Jun 22nd, 2011, 03:30 PM
#1
need help creating events
in specific, i would like to have a mouseenter and mouseexit event for a picturebox to change the background color.
I have been programming exclusively in xna up until now, and this is my first foray into creating events in c#. So far i have successfully created
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
for a forms closing event. However i can't seem to find the mouse ones. Googling isn't helping much due to the implementation the results are taking.
Thanks.
rep++...
This project is going to be a (alpha) 10 ft interface program launcher for my media center. I tried a free one and the hot key polling was happening so often that the program was actually bogging the system down to the point it was losing audio sync on videos.
Future plans include a drag-drop to add more programs, but currently it's simply going to serve my immediate needs of keyboard or mouse input therefore i need a way of highlighting icons upon mouseover.
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
|