Re: [perl-win32-gui-users] Re: Centering Win32::GUI::GetOpenFileName Dialog Box

2005-10-11 Thread Jeremy White
Thanks for the reply, but I'm still getting the usage errors with this script, no matter how I call Hook. With the attached file, I tried these 3 ways of calling it: #$win-Hook($win, WM_ENTERIDLE, \Idle($win)); #$win-Hook(WM_ENTERIDLE, \Idle($win)); Win32::GUI::Hook($win,WM_ENTERIDLE,

[perl-win32-gui-users] how to get filename of drag-n-dropped file?

2005-10-11 Thread Pavel Prostine
Hello perl-win32-gui-users is it possible to get name of drag-and-dropped file(s) which I pull from Windows Explorer and drop on Win32-Gui window? thanks Pavel

Re: [perl-win32-gui-users] how to get filename of drag-n-dropped file?

2005-10-11 Thread Johan Lindstrom
At 12:27 2005-10-11, Pavel Prostine wrote: Hello perl-win32-gui-users is it possible to get name of drag-and-dropped file(s) which I pull from Windows Explorer and drop on Win32-Gui window? See: http://user.bahnhof.se/~johanl/perl/Win32GUI/DragDrop.pm I think (but I'm not sure) that the

[perl-win32-gui-users] Re: how to get filename of drag-n-dropped file?

2005-10-11 Thread Robert May
Jason P. wrote: Johan Lindstrom wrote: At 12:27 2005-10-11, Pavel Prostine wrote: Hello perl-win32-gui-users is it possible to get name of drag-and-dropped file(s) which I pull from Windows Explorer and drop on Win32-Gui window? See: