Guys/Gals

I am invoking a stored procedure from within VB which
takes a long time to run

However, my main VB form will blank out during that time
if any one does anything else like opening up a new
task... The items would be no longer visible until such
time that I return from the stored procedure call

How can I fix this... keep my form on top not just on top
all my vb forms within this program but on top of
everything else

Your help will be appreciated

Thanks