I used a lot of OCX and DLL in my application ... and in relation to this I have some Questions for GURUS ...

1. How to Check that which OCX and DLL's are required in Deploying Package and ALSO which of those OCX and DLL's are required to be registered. (For example I used Crystal Report OCX, how can I found that which DLL's also required to run my application error free)

2. I want to Load all my form at the Startup of Application ... for doing so I have a Lines of

"Load Form1"
"Load Form2"
.....
"Load Form12"

but I need to check ( before Loading of any Form) that Componet 'A' registered and DLL 'X' exist in the specific directory (I hope ... I am not sily ).

Any suggestion, tools, link, idea will help alot ....

Thanks in advance ....