Hi,
Can you please tell how I can change the cursor for a window?
I tried

use Win32::GUI;
$NewCursor = new Win32::GUI::Bitmap("harrow.cur", 2); 

    $W = Win32::GUI::Window->new(-name => 'Main',
                                    -width => 100,
                                    -height => 100);

$W->Win32::GUI::SetCursor($NewCursor);

    $W->Show();

    Win32::GUI::Dialog();


But it does not work.

Thank you for help

Ladislav

Reply via email to