RE: [perl-win32-gui-users] Open Network Folder with Browse For Fo lder

2001-11-05 Thread Piske, Harald
> --- start --- > my $bff = Win32::FFI::BrowseForFolder->new( >-initial => CSIDL_NETWORK, >-folder => "client\d$", >-title => "Select Profile Template", > -regexp =>'^(?i)[cd]:', >); > my $dir = $bff->show; >

Re: [perl-win32-gui-users] Windows message identifiers

2001-11-05 Thread Johan Lindstrom
At 01:48 2001-11-06 +1100, Rogers, John wrote: Is there a documented resource of the hex message identifiers ? or is there a fuction to generate it. Constant values for the Win32 API: $faq->add($_, "Usefu

[perl-win32-gui-users] Windows message identifiers

2001-11-05 Thread Rogers, John
Is there a documented resource of the hex message identifiers ? or is there a fuction to generate it. I want to use the SendMessage function. eg Win32::GUI::SendMessage($handle,$msg,$Wparam,$Lparam,); JohnR

RE: [perl-win32-gui-users] GUI & OLE (WAS: Drag-n-Drop?)

2001-11-05 Thread Kevin . ADM-Gibbs
The only problem I've had with GUI and OLE is that OLE::Constants doesn't work. Apart from that it works fine. Aldo seems to have gone very quiet on new releases but then again he seems to be developing all the XS code on his own. A big project for just one person I'd say. Anyone sufficiently c

[perl-win32-gui-users] Ups .. sorry for wrong posting :-)

2001-11-05 Thread Johannes Gamperl
ups .. sorry i've forgott to delete the replay information on my message before :-)) sorry Marcus :-) Hannes -- Mit freundlichen GrĂ¼ssen Johannes Gamperlmailto:[EMAIL PROTECTED]

[perl-win32-gui-users] Information on Options

2001-11-05 Thread Johannes Gamperl
Guten Tag Marcus, Am Sonntag, 4. November 2001 um 14:52 schrieben Sie: M> On 04.11.01 at 06:28 Mark Wilkinson wrote: >>The real question is this: how do you get your variables into your M> widget >>event >>control subroutines? e.g. the code below: >> >>use strict; >>my $x = 1; >> >>sub Button_C