Stop function execution
From: Andrew Sims (asimachkevitch_at_edisoft.com)
Date: 03/30/04
- Next message: Aggro: "Re: Stop function execution"
- Previous message: David Crow [MCSD]: "Re: File Summary/ Knowing when a file is created and deleted/ The first program started when windows starts"
- Next in thread: Aggro: "Re: Stop function execution"
- Reply: Aggro: "Re: Stop function execution"
- Reply: WTH: "Re: Stop function execution"
- Reply: Scott McPhillips [MVP]: "Re: Stop function execution"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 11:52:49 -0500
Hi, all:
I have a function which takes a long time to finish, so I'm using
BeginWaitCursor();
MyFunction();
EndWaitCursor();
How can I stop executing this function in the middle? During execution my
window seems is not catching any messages.
Thanks in advance,
Andrew
- Next message: Aggro: "Re: Stop function execution"
- Previous message: David Crow [MCSD]: "Re: File Summary/ Knowing when a file is created and deleted/ The first program started when windows starts"
- Next in thread: Aggro: "Re: Stop function execution"
- Reply: Aggro: "Re: Stop function execution"
- Reply: WTH: "Re: Stop function execution"
- Reply: Scott McPhillips [MVP]: "Re: Stop function execution"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|