> I'm developing an application to allow a customer to create custom forms to
> be printed. In searching this group I found notes on drag and drop in a
> listview, but can any control be draged as in GUI loft? I need to allow for
> labels, text boxes and picture controls on a canvas defined by th
Do you mean browsing for a folder rather than a file? If so, see:
Win32::GUI::BrowseForFolder
Cheers,
jez.
> From: [EMAIL PROTECTED]
> To: perl-win32-gui-users@lists.sourceforge.net
> Date: Mon, 2 Jun 2008 14:48:29 -0500
> Subject: [perl-win32-gui-users] Browse
Hi,
The strings below are some of the formats that I have used:
'dd MMM '
'MM/dd/'
'dd/MM/'
' MM dd'
'MMdd'
'dd MMM HH:mm:ss'
'MM/dd/ HH:mm:ss'
'dd/MM/ HH:mm:ss'
' MM dd HH:mm:ss'
'MMdd HH:mm:ss'
Cheers,
Jeremy.
Date:
On Mon, Jun 2, 2008 at 3:48 PM, Andy Daykin <[EMAIL PROTECTED]> wrote:
> Also I have tried the Clear() method and it doesn't seem to do anything. I
> have the following code:
[...]
> $main->textDirPath->Clear();
> $main->textFileExt->Clear();
use $textfield->Text("");
Clear() actually clears th
hi
here is an example for using perl and win32 gui to run an excellent Dos
Prompt Factorizing program in a windows GUI : it is for demonstrating the
benefits of GUI interface over DOS like steel, the program are compiled
using cava packager http://www.cava.co.uk/
the Factor.exe is a freeware for f
Hello, I was wondering if there is a way that you can setup the
Win32::GUI::GetOpenFileName to open a directory rather than a file?
Also I have tried the Clear() method and it doesn't seem to do anything. I have
the following code:
# Clear button
my $clearButton = $main->AddButton(-name=>
6 matches
Mail list logo