Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
sub OpenFile_Click {
$FileName= Win32::FileOp::OpenDialog(
# title => "Open Text File",
# defaultfilter => 1
);
# print ("Want me to open $Filename ?\n");
exit(0);
}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Win32:FileOp Crashes Perl
by retrosteve (Initiate) on Nov 05, 2000 at 22:48 UTC | |
|
Re: Win32:FileOp Crashes Perl
by the_slycer (Chaplain) on Nov 06, 2000 at 00:34 UTC | |
by Anonymous Monk on Nov 06, 2000 at 02:43 UTC | |
|
Re: Win32:FileOp Crashes Perl
by little (Curate) on Nov 05, 2000 at 21:28 UTC |