I know this is simple...but honestly I'm puzzled with the VB's behavior.

I have a Form with the Progressbar with a message "Please wait ...Loading...". I intend to call this everytime a call a process for the user would know the system doesn't hang on him/her. I place the code 'ProgressForm.Show' before loading other Form (because I intend to show the progress with the message upon the loading the module). I get to see the form (Progress Form) but it has nothing inside. It appears to be the screen doesnt refresh of the form maybe. I also put the me.refresh inside the progress form but still nothing happens, still the same old darn form with nothing in it.

So my question is, How do I get this fixed? any help from anyone would be very much appreciated?