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 发布
本文介绍了一种使用C/C++编程语言通过ShellExecuteEx API函数来显示文件或文件夹属性的方法。该方法可以展示文件大小、创建日期等信息。
879

被折叠的 条评论
为什么被折叠?



