It's possible to display this properties window programmatically, by using the ShellExecuteEx API function. The function below accept 2 parameters, and displays the properties window of the file: hwnd - The handle of the window that calls this function. lpszFile - The file or folder that you want to display its properties. Return back to C/C++ code index
|
Displaying the 'Properties' of a file or folder.
最新推荐文章于 2020-12-06 22:32:29 发布