Talking about RightClick(), is there any way to capture them for other objects? I only seem to be able to get them for ListView and TreeView. Textfield and RichEdit have their default RightClick behavior (the popup for cut&paste), but I won't get a RightClick for the Window, a Button or a Label (even with -notify => 1).
-----Original Message----- From: Jonathan Southwick [mailto:[EMAIL PROTECTED] # get right-click in listview sub DataView_RightClick { my($X, $Y) = Win32::GUI::GetCursorPos();