emyHamed / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 1 forks source link

Control getting destroyed on hide operation #358

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm creating an intranet application, which has floating toolbar (show on 
focus, else hide). In that toolbar I'm reserving some space for my activeX 
control (supported by np-activex in google chrome). As soon as my toolbar 
hidex, this activex get destroyed.

I don't want this to happen (costs time). I like to create my activeX on load 
of page & want to keep it alive in background & show it when needed.

I'm using the latest version of np-activex control.
I'm working on windows7 64-bit, with google chrome.

My activex is created as .NET COM DLL & my control is having a UI (for now, a 
blank canvas).

How can I stop it?
How can I link a event listener to it?
Any sample?

Original issue reported on code.google.com by vin14...@gmail.com on 17 Oct 2014 at 9:15