Help for this page

Select Code to Download


  1. or download this
    use Win32::GUI;
    use Win32::GUI::DIBitmap;
    ...
    print "bmap2 is $bmap2\n";
    my $test2 = $bmap2->SaveToFile("c:/z2.bmp");
    print "TEST2: $test2\n";
    
  2. or download this
    W - Button  -->  Win32::GUI::Button=HASH(0x205c158)
    W - -type  -->  0
    ...
    -handle --> 6490244
    HDC2 ERROR: The handle is invalid
    bmap2 is
    
  3. or download this
    use Win32::GUI;
    use Win32::GUI::DIBitmap;
    ...
    print "bmap3 is $bmap3\n";
    my $test3 = $bmap3->SaveToFile("c:/z3.bmp");
    print "TEST3: $test3\n";
    
  4. or download this
    CLASS: Win32::GUI::DC
    WINDOW: Win32::GUI::Window=HASH(0x21b8f20)
    ...
    -handle --> -2113858809
    HDC3 ERROR: 
    bmap3 is