Re: AxAcroPDFLib behavior
This really has nothing to do with the QAxWidget class (which is in a DLL, not a plugin in the Qt sense of plugins). The QAxWidget merely provides a container for the COM object to display its contents and methods for interacting with it.
The things displayed in the window are being drawn there by the COM object, so you will need to look at the COM class API to see if there are calls you can make to change the way it displays itself.
Re: AxAcroPDFLib behavior
Thanks for the quick answer, i did use the CODE tags, i highlighted the piece of code and clicked on the # sign at the top. Ok with the COM suggestion. will dig there to see if there is anything that can be done.
Re: AxAcroPDFLib behavior
Quote:
i did use the CODE tags
Thanks. The CODE tags thing is part of my signature block and goes out on every response. It wasn't directed at you in particular.