[perl-win32-gui-users] AddLabel and Variables

2003-05-28 Thread Daryll Elston
I am using the Digest::MD5 module to take input from a user and then generate a password which I want to display in a 2nd dialog box, mainly because I want to change the colour of the txt etc. However, no joy, does anybody know if this is possible? it does display OK in a MsgBox but that is a bit

[perl-win32-gui-users] Output

2001-06-27 Thread daryll . elston
Is it possible to redirect the output from a DOS box to RichEdit control or something similar, I cannot seem to find any doc on this. Regards The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the addressee or addressees.

[perl-win32-gui-users] Animation

2001-06-12 Thread daryll . elston
I have been trying various methods, ProgressBar, Flashing Text etc. to show some form of Progress whilst files are bieng added to a Zip Archive using Win32::ZIP, alas no luck even after some inspired help from the list. As one last effort I am trying to display an AVI that I created but again nothi

[perl-win32-gui-users] Text Properties

2001-06-06 Thread daryll . elston
Does anyone know if there is a property to have some text Flash on a DialogBox? Thanks The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the addressee or addressees. If you are not an intended recipient, please delete the

Re: [perl-win32-gui-users] Shutdown, reboot, logoff and lock on NT and 2000 with perl?

2001-05-22 Thread daryll . elston
Tim, I have had mixed success using Win32::InitiateSystemShutdown, it didn't work effectivley for mixed service packs therefore I used SHUTDOWN.EXE from the Winnt Res Kit which has several options: Usage: SHUTDOWN [/?] [\\Computer] [/L] [/A] [/R] [/T:xx] ["Msg"] [/Y] [/C] /?Shows this s

RE: [perl-win32-gui-users] Tabstop

2001-05-16 Thread daryll . elston
$fred is a DialogBox and when I tried to use the AddButton method it did not do anything? |+> ||| ||| || "Peter Eisen

[perl-win32-gui-users] Tabstop

2001-05-16 Thread daryll . elston
Below is an extract from a small program I am using, is there any way to set the buttons up as Tabstops? Thanks in advance. ** Start of extract ** $division_input = $fred->AddCombobox( -name =>"division_input",

[perl-win32-gui-users] Verifiying Input.

2001-05-01 Thread daryll . elston
I am capturing input in a text field limited to 3 Characters, how can I verify that 3 characters have been entered and if not pad with leading Zeros? i.e expecting input of 001, users enters just 1, I want to check and then return 001 Thanks in advance. Daryll The information in this e-mail a

[perl-win32-gui-users] Progress Bar

2001-03-06 Thread daryll . elston
Does anyone have any example code for displaying a Progress Bar while a program executes for instance: I have the program: $prog = "C:\\Progra~1\\winzip\\wzzip.exe -u -p -r -es -whs $archive $source"; While I execute $prog I would like a status bar to display the progress and hide() when com