Sheela,
Allow me to clarify a bit...
There are two ways to stop a VI forcefully (abort execution). One is to press the abort button, the other is to use a keyboard shortcut to the abort button: <.>.
If you want to prevent a user from aborting, you need to consider both of these options. If you hide the toolbar, they obviously can't see the abort button, but can still use the keyboard shortcut to abort the VI. If you don't hide the tool bar, but hide the abort button, they cannot abort the VI, even with the keyboard shortcut. You can also choose to hide the abort button, and the toolbar, for looks.
I hope that helps a bit.