Click here to Skip to main content
16,005,080 members

Comments by ohsorry (Top 4 by date)

ohsorry 18-Nov-12 19:57pm View    
……
ohsorry 18-Nov-12 0:55am View    
i don't need to handle single click.i just need to query the selected file name from Explorer's syslistview32 control.
ohsorry 17-Nov-12 23:11pm View    
Sergey Alexandrovich Kryukov,thank you very much.as you said,i will try to write some contextmenu shell extentsion.but i still want do this,when i click a file in Explorer window,immediately show a messagebox print the file's full name.any way i can do this?i'v read this article Querying information from an Explorer window:http://blogs.msdn.com/b/oldnewthing/archive/2004/07/20/188696.aspx
but i can not translate it to C#.
In Window 7,there is a detail bar in the bottom of Explorer window,when user select a file,the bar will show some more detail information about the file.
that is exactly what i want to do.
ohsorry 17-Nov-12 22:51pm View    
files selected message,for instance,you click a file in your Explore window,then the file is selected.do i make myself clear?maybe not a message,a event?