http://qs321.pair.com?node_id=624774


in reply to Win32::GUI, tell an event handler to stop

First, you could block events (and show a different cursor, background or something) until the first query completed.

Another approach is to queue the requests and fire a new one off when each one completes.

HTH, --traveler