[perl-win32-gui-users] Q: Catching non win32::gui events / hooking window procedure

2002-10-10 Thread Iain Reid
I have a small application which displays tabular data using a listview control. I'd like to be able to respond to a user resizing a column but couldn't see anything in the win32::gui documentation that helped. A bit of digging suggests that there is an ItemChanged event that is triggered however i

Re: [perl-win32-gui-users] GetDC

2002-10-10 Thread Johan Lindstrom
At 09:21 2002-10-10 -0400, Jonathan Southwick wrote: Where can I get information on how to use this? I am able to draw lines (axes and ticks for a graph) and I know how to plot individual points on the "graph" but I am wondering if there is more? (I don't mean circles and boxes.) http://21

[perl-win32-gui-users] GetDC

2002-10-10 Thread Jonathan Southwick
Where can I get information on how to use this? I am able to draw lines (axes and ticks for a graph) and I know how to plot individual points on the "graph" but I am wondering if there is more? (I don't mean circles and boxes.) Can the DC object be cleared (other than placing another window

[perl-win32-gui-users] MDI window

2002-10-10 Thread gabor.borus
Hi I want to cascade my child windows. There is a way to send message to the parent window to cascade all of its child windows: lResult = SendMessage( // returns BOOL in lResult (HWND) hWndControl, // handle to destination control (UINT) WM_MDICASCADE, // me

[perl-win32-gui-users] MDI window

2002-10-10 Thread gabor.borus
Hi I want to cascade my child windows. There is a way to send message to the parent window to cascade all of its child windows: lResult = SendMessage( // returns BOOL in lResult (HWND) hWndControl, // handle to destination control (UINT) WM_MDICASCADE, // me