loading com on client server

Sep 1 2005 9:46 AM
I have designed a login control that requires a component msrdp.ocx to use a remote server.

this gives my customers trouble because when security settings are on
medium/high it gives a small bar at the top of their screen which they
never see.

So I thought to develop a control with a button to load this com clientside which is loaded and hidden.

On page load I want to check clientside if this object already exists
or is running on their server.

If it is login control.visible = true while the load control is hidden.

If it isnt present show load control which on button click should
upload or should i say download to client server this component.

Or better still if I can just load/instanciate it anyways onto the client server on pageload.

any assistance would be highly appreciated!