http://www.perlmonks.org?node_id=989571


in reply to Re: Win32::GUI questions
in thread Win32::GUI questions

you need to look on ddg://GetOpenFileName View Details site:microsoft.com

Thank you. This is deep. It's the MSDN documentation.

It seems that (in the GetOpenFileName dialog) in order to switch from the default "List" view to the required "Detail" view, you need to use the "hook function dialog". They only give (naturally) C++ and VBA examples. Can you explain how to apply those examples in Perl?