You can show it with ProgressDialogShow2. Set the Cancelable parameter to False. If you want to allow the user to hide it then handle Activity_KeyPress event and hide it when the user clicks on the back key.
It probably consumes the key event before it reaches the activity. It might be not possible. You can implement a similar dialog with a panel and an indeterminate progressbar.