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
SQL Server varbinary(MAX) fields with ASP.Net
ASP.NET - Database Class
I keep getting this message while I am on the google.com webpage: "Google would like to have access to your location" (see pic)
Dynamic Web Reference Asp.Net - what about the disco?
aspx/c# looping through data from within body
Windows Scripting: FileSystemObject properties inconsistent with Windows Explorer values
Decipher Image Size in RTF coding (HARD ONE!!!)
Help with Hyper-V Planning for Intel Modular Server
Visual Studio Setup Project don't RemovePreviousProjects
Opening Excel from Access causes Access to crash