We have a legacy app (ActiveX/VB6) that uses an activex control named Flexcell.
It can be downloaded from: http://www.grid2000.com/
Flexcell is a Grid/Spreadsheet-like UI component that enables to edit cells with some capabilities, such as display a button to provide custom actions.
When hovering any os these buttons, while running thru Winflector the app will freeze and no longer respond.
Steps to reproduce:
- Download and install the Flexcell ActiveX Control; it already comes with a sample apps that can be used to reproduce the case;
- Config winflector to serve the application: %programfiles(x86)%FlexcellVBDemoVBDemo.exe
- Access the application thru winflector, and select the option "Demo 1 - Cell Types"
- Click in any cell inside the column "Button". When focused, a three-dotted button will appear. Just hover the mouse over it. The application will freeze and its process in the server loop forever (CPU Core 100%).
I've uploaded an animated gif to show the above steps:
https://imgur.com/a/N84lvM7
Apparently, it is related to some GDI+ drawing step, as I could infer from the call stack.
Please advise, so this is important to us.
Thank you in advance.