Alexander (Sasha) Sirotkin wrote:
> Here is the problematic code, in case anybody cares to take a look:
>
> for ( ListWindows( ) ) {
> if ($_->{title} =~ /Firefox/) {
> $hwnd = $_->{hwnd};
> last;
> }
> }
> Win32::GUI::SetForegroundWindow($hwnd);
> my $x = Win32::GUI::Scro
Brian Somers wrote:
> Basically, I’m trying to implement a dual listbox interface quite
> similar to what Eric Hansen wrote about in 1999. What I can’t find
> anywhere is how to fill the left listbox with the files in a given
> directory, although the closest I found was a tutorial in VB out on
Hi Glenn and Rob
Thank you - you've both very helpful, and I now have a combobox which
responds
appropriately to user input.
I do still have one question, though. Is there a list somewhere of the
events a type of control responds to by default? The MSDN library lists
events which can be trapped w
Hi,
Ok I understand a little more of what you are trying to do.
Windows has two main drawing modes: One mode windows draws the windows itself,
the other is where you draw the window (ie, supply the paint event). You can
mix styles, but it gets very complicated as you have to treat the window i
4 matches
Mail list logo