Can you please explain your problem more clearly?
Does the second form never show up?
You indicate that you have progress bars. One of the problems with that is that you need to provide some threading in order for the UI thread to update the form while you have other things going on. Perhaps this is part of the problem. Your code is busy doing the conversion so the display is never updated until after your convert code is done.
-Peter
compiledthoughts.com