[perl-win32-gui] Help -- PostMessage() or SendMessage()

2000-12-04 Thread A. C. Yardley
Hello, I need a bit of help here: I'm try to use the Win32::API module to call WinAPI's PostMessage() or SendMessage() functions. Please see below. use constant; use Win32:API; .. .. .. use constant NULL => 0; use constant WM_COPYDATA => 74; use constant WM_USERKILL => 9; .. .. .. So, wou

[perl-win32-gui] Splitter

2000-12-04 Thread Dave Liney
Hi, I am trying to use Win32::GUI::Splitter to create frames in my window. podview.pl shows how to do it using Win32::GUI::Header but I want my frames to split horizontally rather than vertically, for which I assume I will need to use Splitter instead. Header comes with an InsertItem method to