Page 1 of 1

Some new WM_USER+50 request

Posted: 2016-08-03, 01:27 UTC
by LonerD
Please, add some commands:
Send WM_USER+50 with param to get name of file or directory under cursor.
Send WM_USER+50 with param to get get information - is file or folder under cursor.

Posted: 2016-08-03, 16:23 UTC
by ghisler(Author)
How about LB_GETTEXT? It returns text for the blind, but it is also useful for scripting.

Posted: 2016-08-03, 18:37 UTC
by LonerD
ghisler(Author) wrote:How about LB_GETTEXT? It returns text for the blind, but it is also useful for scripting.
Yes, I use LB_GETTEXT. But it returns information from all columns, and need parse result to get only name. Then - make addition operations to get information is this file or directory...