Guest hasnain_razwi Posted October 25, 2003 Posted October 25, 2003 hi all. im having trouble using the right click event with a checkbox. ive set the appearence of the checkbox to a button. ive put in a handler for its click event but there doesnt seem to be any rightclick event. an idea? thanks.:confused: Quote
*Experts* mutant Posted October 25, 2003 *Experts* Posted October 25, 2003 You would have to use MouseDown or MouseUp event, whichever one you want and use the arguments that are passed into it to check what button was pressed. 'in one of those events... 'check what button was pressed If e.Button = MouseButtons.Right Then 'do what you need to do when right button pressed End If Quote
Guest hasnain_razwi Posted October 25, 2003 Posted October 25, 2003 thanks thanks for that. do u know how i can display a pic next to my name. i think it is called an avatar. Quote
*Experts* mutant Posted October 25, 2003 *Experts* Posted October 25, 2003 Visit this thread, it will explain why you cant at this point :) http://www.xtremedotnettalk.com/showthread.php?s=&threadid=49561 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.