Extract data from a datagrid in a desktop application

Is it possible? If yes, how to do it?

Hi @rubem.rocha!
Could you specify please what kind of application you use? And what data you need to extract?
Thanks!

Hi, thank you for your reply!

I have a Win32 application that has a screen with a datagrid control.

I need to extract data from this datagrid control.

Hello @rubem.rocha, could you please elaborate a bit more on this datagrid control? Is this a format inside of the application?

Not a format, but a control in the window used in most Win32 desktop applications to view data in a tabular way. Got it?

This action may be executed using a bit of GUI automation, I would suggest trying the UI tools in the GUI automation capabilities to get the element value of where the data needs to be collected.