-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[❔] Is it possible to use winapiexec to open a specific property sheet of a file ? #1
Comments
Hi Claudio, Here's a simple example:
This example opens the properties of Edit: Here's the proper way to do it, and it makes more sense to create a small command line tool for the task: |
Hi @m417z Thank you for your prompt reply. Unfortunately the requirement to open an extra window ( Thanks for the link to the proper way: Unfortunately my current knowledge of C programming does not justify me trying to approach the task from that side. I put a feature request on the GDProp GitHub Repo to add a parameter to indicate the tab: At this point, it would seem that that is the most reasonable way to get this functionality, at least for me. 🙏 Thanks for all the helpful programs you share with the community. Regards, I 💙 Textify |
There's a "show-properties.exe <path to file or directory>" here using the proper way: https://github.com/JosephusPaye/show-properties/blob/master/src/show-properties.cpp |
Hello @m417z
Is it possible to use winapiexec to open a specific property sheet of a file?
There is a utility called GDProp that opens the standard "Properties Sheet" window for a given file.
GDProp opens the window always positioning on the property sheet
General
.I would like to do something similar but opening an specific property sheet, for example
Security
.🙏Thanks for sharing winapiexec and its code with the community.
Best regards,
Claudio Salvio
The text was updated successfully, but these errors were encountered: