[perl-win32-gui-users] Checkboxes in Listview

2001-11-03 Thread David Statham
Does anyone know how to set the state of checkboxes in a Listview? Thanks,

RE: [perl-win32-gui-users] Capture shutdown

2001-11-03 Thread Rogers, John
>Is there a message that Windows sends out? In that case, I could use >PeekMessage. Try windows mesages, WM_QUERYENDSESSION and WM_ENDSESSION You can read about them on MSDN or this usefull link I got from list awhile ago. If you

Re: [perl-win32-gui-users] ACK!! Sputter Cough... say it isn't so!

2001-11-03 Thread Morbus Iff
>Is it really not possible to (usefully) program in Win32::GUI while under >"use strict"?!? I say this because there appears to be **nothing** passed >to the event-handling subroutines - not even a reference to the widget It's certainly possible - but your complaint seems to be more about global

[perl-win32-gui-users] ACK!! Sputter Cough... say it isn't so!

2001-11-03 Thread Mark Wilkinson
Someone please... save me before I choke! Please say it isn't so!! Tonight I really started to build a serious heavy-duty Win32::GUI application, and I immediately hit a wall: Is it really not possible to (usefully) program in Win32::GUI while under "use strict"?!? I say this because there appea

[perl-win32-gui-users] Open Network Folder with Browse For Folder

2001-11-03 Thread Tim Straub
Hi, I would like to open an initial folder on a network path (which is not mapped by the client), say "\\client\d$". I can open initially only a local folder by using "Browse For Folder". Trying to open a network folder shows me the network folder in the Windows Explorer with the wanted client, b

[perl-win32-gui-users] Capture shutdown

2001-11-03 Thread Sean Healy
Is there a way to capture the shutdown event? I have a Win32::GUI script that sits in the taskbar. It saves its current settings when it exits. However, I don't want to have to exit that script manually every time I shut down Windows. I tried an END block, but it didn't work. Is there a si

Re: [perl-win32-gui-users] Drag-n-Drop?

2001-11-03 Thread Sean Healy
Before I spend a lot of time banging my head... Does Win32GUI support Drag-n-drop? Johan Lindstrom has added this functionality - but it requires recompiling GUI.xs.* Johan's stuff is here (he'll probably post it as well, but just in case): http://www.bahnhof.se/~johanl/perl/Win32GUI/DragDr

[perl-win32-gui-users] Drag-n-Drop?

2001-11-03 Thread Mark Wilkinson
Before I spend a lot of time banging my head... Does Win32GUI support Drag-n-drop? any examples? Cheers! M