I just tried this popup menu for a trayicon, and it worked great. Just
so you all know.

        -Ludde

"Piske, Harald" wrote:
> 
> 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();
> 
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

Reply via email to