GetWindowText

  • Thread starter Thread starter MS
  • Start date Start date
M

MS

Hi,

Is it opssible to get the content of a datagrid cell using GetWindowText
method of WINAPI.

Any suggestions will be helpful

Thanks
 
Hi.
I suppose NO. In order to get the content in that way the cells need to
provide the handles, which is not the case with a datagrid.

You may use the Spy++ to make sure...
 
Back
Top