Hi

I want to use a COM object to perform some backend calculations from my GUI. Since it is not a widget, I used QAxObject to set up the control. But this opens up the control application on the desktop. How can I make the control invisible ? ( Only the controlling GUI should be visible not any other application. )

Does this depend on the COM interface? Because I cant find a hide method in the QAxObject documentation.

Thanks
John