Click here to Skip to main content
16,004,969 members
Home / Discussions / C#
   

C#

 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult15-May-07 15:28
mvePIEBALDconsult15-May-07 15:28 
GeneralRe: Right Click event producing no result Pin
mike montagne15-May-07 15:40
mike montagne15-May-07 15:40 
GeneralRe: Right Click event producing no result Pin
mike montagne15-May-07 15:42
mike montagne15-May-07 15:42 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult15-May-07 15:51
mvePIEBALDconsult15-May-07 15:51 
GeneralRe: Right Click event producing no result Pin
mike montagne15-May-07 15:57
mike montagne15-May-07 15:57 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult15-May-07 16:20
mvePIEBALDconsult15-May-07 16:20 
GeneralRe: Right Click event producing no result Pin
Kataric15-May-07 16:27
Kataric15-May-07 16:27 
GeneralRe: Right Click event producing no result Pin
mike montagne15-May-07 17:07
mike montagne15-May-07 17:07 
You're thinking pretty clearly, if your head hurts.

The point should be this: Animation or whatever, you have to use the event required to trigger the animation or whatever. If you want/need to animate the down state of the button at mouse down, you'll have to handle that much with mouse down. If you want to trigger the right click at mouse down... the same applies. If you want to trigger it at mouse up... you'll have to use that event. To animate the up state (if you're animating the down), you'll have to use the appropriate events here as well. That may be MouseUp, exit, on focus change. You'll see which you have to use for what you want to do by taking a careful look at the control -- it furnishes the tools you *can* use to accomplish what you have or want to do. If it doesn't provide an event opportunity, you may be able to build one in, but the possibility of that too depends on having a driving event you can work with.
GeneralRe: Right Click event producing no result Pin
mike montagne15-May-07 17:10
mike montagne15-May-07 17:10 
GeneralRe: Right Click event producing no result Pin
Kataric15-May-07 17:11
Kataric15-May-07 17:11 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult15-May-07 17:23
mvePIEBALDconsult15-May-07 17:23 
GeneralRe: Right Click event producing no result Pin
mike montagne16-May-07 4:43
mike montagne16-May-07 4:43 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult15-May-07 17:34
mvePIEBALDconsult15-May-07 17:34 
AnswerRe: Right Click event producing no result Pin
PIEBALDconsult16-May-07 9:09
mvePIEBALDconsult16-May-07 9:09 
GeneralRe: Right Click event producing no result Pin
Kataric16-May-07 12:03
Kataric16-May-07 12:03 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult16-May-07 14:04
mvePIEBALDconsult16-May-07 14:04 
GeneralRe: Right Click event producing no result Pin
Kataric16-May-07 14:10
Kataric16-May-07 14:10 
GeneralRe: Right Click event producing no result Pin
PIEBALDconsult17-May-07 9:28
mvePIEBALDconsult17-May-07 9:28 
GeneralRe: Right Click event producing no result Pin
Kataric17-May-07 9:31
Kataric17-May-07 9:31 
QuestionLogin Web Control not firing Validation on incorrect case Pin
evodev15-May-07 13:08
evodev15-May-07 13:08 
AnswerRe: Login Web Control not firing Validation on incorrect case Pin
mike montagne15-May-07 15:11
mike montagne15-May-07 15:11 
GeneralRe: Login Web Control not firing Validation on incorrect case Pin
evodev15-May-07 19:46
evodev15-May-07 19:46 
GeneralRe: Login Web Control not firing Validation on incorrect case Pin
mike montagne15-May-07 19:55
mike montagne15-May-07 19:55 
Questionwindows daemon Pin
spin vector15-May-07 12:42
spin vector15-May-07 12:42 
AnswerRe: windows daemon Pin
dotnetcdr15-May-07 23:49
dotnetcdr15-May-07 23:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.