Jump to content

Get Text from MFCGridCtrl


Recommended Posts

Hi,

I would like to get text from MFCGridCtrl.

My idea is shown below

- use ControlGetHandle() to get MFCGridCtrl (success to get handler)

- use _GUICtrlListView_GetItemText() to get text

However, it doesn't work.

Do you have any idea?

Thanks.

Link to comment
Share on other sites

Grid controls do not use the standard Windows APIs, so the API calls made by the likes of ControlGetText(), and the DLL calls made by _GUICtrlListView_GetItemText() don't work.

Unfortunately, I don't think we have seen any successful API-level interface with any Grid controls. Some will accept synthetic keyboard inputs, so you "{TAB}" around and then "^c" to copy text, etc. with AutoIt.

:blink:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Grid controls do not use the standard Windows APIs, so the API calls made by the likes of ControlGetText(), and the DLL calls made by _GUICtrlListView_GetItemText() don't work.

Unfortunately, I don't think we have seen any successful API-level interface with any Grid controls. Some will accept synthetic keyboard inputs, so you "{TAB}" around and then "^c" to copy text, etc. with AutoIt.

:blink:

Thanks for your information.

I will try to use other method.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...