I've used the following code to get notified when an item changes:
sub DirTree_Click # Anytime user clicks in our window
{
my ($x,$y) = Win32::GUI::GetCursorPos();
# Grab mouse pointer location
my ($left,$top,$right,$bottom) = $dirtree->GetWindowRect ();
I'm having some issues with Win32::GUI that I was hoping people could help
with.
1. In a Listview, is there any way to right-justify a column? I have a
list of filesizes, but haven't found any way to right-justify one of the
columns. I can live with it the way it is, but it would look nicer i
2 matches
Mail list logo