my $ProgressWindow = new Win32::GUI::DialogBox(
-name => "ProgressWindow",
-left => 300,
-top=> 300,
-width => 400,
-height => 100,
-title => "Loading file...",
);
$ProgressWindow->AddProgressBar(
-name => "PB",
-left =>
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
2 matches
Mail list logo