Re: Disabling an application during a file save?
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Wed, 11 Oct 2006 12:05:00 -0500
Jamie wrote:
Rob Kennedy wrote:DisableTaskWindows might be a way of disabling all the forms in one call. It's designed to disable everything in order to make one particular window modal, so it might not work quite right when there isn't really any modal form. It's worth a try, though.
hmm, whats wrong with the EnableWindow(WindowHandle, false) ?
that will ignore all input activities.
Here's what Steve had to say about that in his first message:
I believe you can use form1.enabled:=false to prevent buttons on that
form being pressed, but can you do that for the entire application all
in one go?
Disabling the form and disabling the window handle are essentially the same.
--
Rob
.
- Follow-Ups:
- Re: Disabling an application during a file save?
- From: alanglloyd@xxxxxxx
- Re: Disabling an application during a file save?
- References:
- Disabling an application during a file save?
- From: Steve
- Re: Disabling an application during a file save?
- From: Hans-Peter Diettrich
- Re: Disabling an application during a file save?
- From: Rob Kennedy
- Re: Disabling an application during a file save?
- From: Jamie
- Disabling an application during a file save?
- Prev by Date: Re: Interface Question
- Next by Date: Re: Disabling an application during a file save?
- Previous by thread: Re: Disabling an application during a file save?
- Next by thread: Re: Disabling an application during a file save?
- Index(es):