Hi,

I've written a C++ DLL which calls an activex dll (the activex dll loads a progress bar/form). However, the progress bar/form does not appear in the task bar when it is called by the C++ DLL. It can only be seen if everything is minimized revealing just the desktop (and progress bar). For example, I cannot alt-tab to the progress bar/form.

Is there any explanation for this?? Or am I overlooking smoething very obvious?

Also, i've sent my app (well what's working as of the moment) to a client computer. I've just sent the exe, C++ DLL and VB6 DLL <-the progress bar. Everything in the C++ DLL runs perfect but the progress bar doesn't even pop up!! (even though it's supposed to be called by C++ DLL). I've registered both DLLs also and placed them in the correct directories corresponding to those specified when i compiled the exe on my own computer.

Thanks.

RYAN