Thanks for a cool Dialog Box!

I was trying to find a way to make it System Modal or on Top of ALL windows, while it's doing TDF_CALLBACK_TIMER Or TDF_SHOW_PROGRESS_BAR.

Is there a way to do this?


What I'm *really* trying to do is to show the Dialog and immediately continue the rest of the processing in my VB6 program. I just want to give the user a big Warning message, show it for 10-15 seconds and go away -- I don't need to know if/when/how the user closed the box.

So, I created an ActiveX EXE with only this code in it, in hopes to pass off the showing to another thread. But, when it's running, my VB6 program basically gets in the way.

Any help would be appreciated!