OK, but behavior of cursor still is not properly. (e.g. If I move mouse on border of created window, cursor is not changed to standard system icon for resizing <--> ) Lolo
-----Original Message----- From: Peter Eisengrein [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 2:45 PM To: Motesicky Alojz; 'perl-win32-gui-users@lists.sourceforge.net' Subject: RE: [perl-win32-gui-users] Cursor is not refreshed correctly from the GUI sample script (should've come with the Module), textfield.pl my $C = new Win32::GUI::Cursor("harrow.cur"); $Window->ChangeCursor($C); $Window->Reset->ChangeCursor($C); -Pete -----Original Message----- From: Motesicky Alojz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 03:50 To: 'perl-win32-gui-users@lists.sourceforge.net' Subject: [perl-win32-gui-users] Cursor is not refreshed correctly Hi, I am a novice in this mailing distribution list therefore sorry for my non topical information. How set up window settings to correct changing of a mouse cursor on Win32-GUI version 0.0.665 ? Thanks Lolo.