[snip]
Quote:
>So here is my question at last : how can i show a dialog while my procedure
is
>runnning and then after the procedure finished up , terminate the dialog
You could have the dialog call the procedure. It will simply not
respoind to any buttons clicked until the procedure returns.
If the procedure is in a static function, you could pass the
dialog a function pointer and have it call the function with
the correct arguments.
Dan Evens