Microsoft
Software
Hardware
Network
Question : Handle to the Listview in Open/Save Dialog
I am looking to find the handle for the Listview in the Open/Save Dialog. I am using the API call to SysListView32, but that returns nothing. The code that I currently have looks as follows:
ShDefViewHandle = FindWindowEx(parentHandle,
0, "SHELLDLL_DefView", "")
ListViewHandle = FindWindowEx(ShDefViewHand
le, 0, "SysListView32", "")
In this code ShDefViewHandle should give the handle to the parent of the ListView. The function for the ShDegViewHandle executes properly as it returns a handle, however I am unable to obtain the ListViewHandle as that function showhow returns 0.
Currently I am at a loss as why this function returns 0 instead of the handle that I would expect.
Answer : Handle to the Listview in Open/Save Dialog
Seems you managed to achieve that. Sorry that I didn't help. Good luck! : )
Random Solutions
How to remotly monitor Paged Pool and Nonpaged Pool usage by process
Internal Cert Issue
Strip CRLF from txt file using existing query
Formatting columns in SSRS Report Builder
Why public network is the highest in the binding order?
CScrollView in a static CSplitterWnd pane
Open Sharepoint server's pdf file in asp.net...
Rename using date and Time
sql: issue checking if character is in number range
Reference Problem - Name conflicts with existing project, module or object library