Hello,
I have a windows with a listview. The windows takes in a range of ip
addresses, then click on a button and scans them. The results are put in a
listview. When the scan is running the window becomes unresponsive and the
listview is only updated after the scan is complete. Two questions.
Not sure about refreshing the listview. But to get some more control between
events you can try adding
$MainWin->Update();
$MainWin->DoEvents();
into sub ScanButton_Click. I tried it just above your InvalidateRect line
and it seemed to work pretty well. You should definitely add
Found it. Put this at the top of your ScanButton_Click sub to clear the
listview each time.
$MainWin->ListView->Clear();
-Original Message-
From: Peter Eisengrein
Sent: Thursday, March 20, 2003 4:55 PM
To: '[EMAIL PROTECTED]';
perl-win32-gui-users@lists.sourceforge.net
Subject: RE: [perl
3 matches
Mail list logo