Help for this page

Select Code to Download


  1. or download this
    my $player = Win32::GuiTest::FindWindowLike...
    my $SetParent = Win32::API::->new("user32","SetParent","NN","N")
    $SetParent->( $player, $frame->GetHandle )
    
  2. or download this
    while(1){
        $glib->DoOneEvent;
        $wxapp->Dispatch;
    }