Help for this page

Select Code to Download


  1. or download this
    sub CreateUserPopupMenu {
    
    ...
        $self->PopupMenu($menu, $x, $y);
        
    }
    
  2. or download this
        my $sz =  $self->GetSize();
        my ($posx,$posy) = $self->ClientToScreen((0,0));
        my $height = $sz->GetHeight();
        my $width = $sz->GetWidth();