Hi,
I have a standard form (FixedToolBox) in which 2 controls are visible: a ProgressBar and a Cancel button.
When the program is processing a long operation (like copying some files from a network disk to local), I want to let the user to cancel the operation. The problem is that both control and cursor seem busy: that is, the cursor is Hourglass (not set by me?) and clicking the button does not generate click event...
Any ideas of how to enable a locked form?
Thanks in advance,
I have a standard form (FixedToolBox) in which 2 controls are visible: a ProgressBar and a Cancel button.
When the program is processing a long operation (like copying some files from a network disk to local), I want to let the user to cancel the operation. The problem is that both control and cursor seem busy: that is, the cursor is Hourglass (not set by me?) and clicking the button does not generate click event...
Any ideas of how to enable a locked form?
Thanks in advance,