how to run an ActiveX that must be visible and topmost on a server without a desktop?

Posted by DanJ on Stack Overflow See other posts from Stack Overflow or by DanJ
Published on 2010-04-16T00:22:01Z Indexed on 2010/04/16 0:23 UTC
Read the original article Hit count: 547

Filed under:
|
|

We're writing a server application that needs to use an ActiveX object that must be visible and Top-Most otherwise it doesn't render correctly. The challenge is that servers typically don't have an active desktop, and therefore the applications should not require one. Ours does. I must use this ActiveX, and I don't have access to the source code.

When running from within remote-desktop everything works fine as long as the session is open. As soon as the session closes it stops working. I'm guessing this is because there is no desktop.

Any ideas how I can work this out in a secure and robust way?

© Stack Overflow or respective owner

Related posts about c#

Related posts about server