i'm a VB6/ASP programmer trying to get into .net. i'm using c# and trying to detect events, and more importantly, a combination of events often. i'm having trouble say, catching a right-click while ...
I've got a C# form that is going to be displayed as a Modal Dialog from another form. In the event handler for the "OK" button, I validate the other controls on the form, and do some work.<BR><BR>In ...