how to explore file?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there any way to select a file in the listview in Explorer? ShellExecute seems to only work with folders... - thanks
Yes, but you'll need a few calls to
FindWindowEx()
to find the correctSysListView32
control. Once you have a handle to the control's window, you can just send it aLVM_SETITEMSTATE
message.
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli