D
David A. Mathew
I noticed when trying write an application for PocketPC and deciding to
program in VB or C# that for event handling VB seems to have more options
than C#. Specifically I want to be able to respond to mouse clicks on a
pictureBox control. VB clearly has a _click event for pictureboxes amoung
many other events, However C# only had one event... something like
_parentChanged and that was it. Is there a way I can add event handlers like
_click to a pictureBox (or any other component) in C#? I could just switch
to VB but my experience so far is in C and Java so I feel more at home with
C# than VB.
David A. Mathew
(e-mail address removed)
program in VB or C# that for event handling VB seems to have more options
than C#. Specifically I want to be able to respond to mouse clicks on a
pictureBox control. VB clearly has a _click event for pictureboxes amoung
many other events, However C# only had one event... something like
_parentChanged and that was it. Is there a way I can add event handlers like
_click to a pictureBox (or any other component) in C#? I could just switch
to VB but my experience so far is in C and Java so I feel more at home with
C# than VB.
David A. Mathew
(e-mail address removed)