Works like a charm.
-Original Message-
From: Laurent Rocher
Sent: Sunday, January 26, 2003 3:45 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject:Re: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question
> Is there a way to set the default path for the Win3
Thank you.
-Original Message-
From: Laurent Rocher
Sent: Sunday, January 26, 2003 3:45 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject:Re: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question
> Is there a way to set the default path for the Win32::GUI::G
Is there a way to set the default path for the Win32::GUI::GetOpenFileName?
Jeffrey L. Slutzky
Manager System Administration
402.501.4860 (Direct)
402.850.4860 (Cell)
Affinitas - Latin for "Relationship"
Helping Businesses Acquire, Retain, and Cultivate Customers
Visit us at http://www.affinitas.
n
In your click sub, Try,
$Win->campaign->Text("recording..");
call them by name.
JohnR
> -Original Message-
> From: Jeff Slutzky [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 24, 2003 1:24 PM
> To: 'perl-win32-gui-users@lists.sourceforge.net
-name=> "Label_1",
-left=> 86,
-top => 90,
-width => 28,
-height => 13,
-foreground=> 0,
);
$Win->AddLabel(
-text=> "campaign",
-name=> "Label_2",
-left=> 69,
-top => 120,
-width => 46,
-height => 13,
-foreground=> 0,
);
$Win->Show();
Win32::GUI::Dialog();
sub Button_1_Click {
print "test\n";
$txt1->text("recording..");
}
sub Win_Terminate {
return -1;
}
Jeff Slutzky
5 matches
Mail list logo