From: Ludvig af K. <kli...@ho...> - 2001-04-02 20:35:29
|
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:jso...@al...] > # get right-click in listview > sub DataView_RightClick { > my($X, $Y) = Win32::GUI::GetCursorPos(); > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |