Hi, everyone
I'm having an odd issue with my toolbars manager...My application takes thumbnails of activeX controls via API calls to PrintWindow in user32.dll. The issue I'm seeing is that when my toolbars menu is docked to my main form, parts of the thumbnails that get captured are black, when the toolbars menu is either not visible or floating, the complete thumbnails get captured perfectly.... Any idea why a docked menu would cause a complete bitmap capture not to be done? I'm looking for properties that may lead to my solution, but so far I haven't found anything useful. Thanks.
Hello Pckpmg,
I try to reproduce your scenario in a small sample and maybe one possoble approach to solve your issue is to set the property ultraToolbarsManager1.IsGlassSupported = false; Please take a look at the attached sample for more details and please let me know if you think that I didn`t reproduce your scenario or if you have any questions.
Regards