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
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
2 matches
Mail list logo