How do I invoke the File properties dialog, the one that we get when we right click the mouse in windows explorer.<br><br>Is there any way to automatically fill in the title, author and comments for each file in my application.<br><br>Please help
Dear priyar,<br><br>Take a look at the ShellExecuteEx() API for invoking the File Property dialog for a specific file. Set the SHELLEXECUTEINFO structures members up correctly. I think the verb member gets set to "properties" and the flag is set to SEE_MASK_INVOKEIDLIST. Then supply the File member with the path to the file.<br><br>As far as setting those properties in your own applications files, I'm not sure, I think I remember doing it but I can't remember how or even if I did. Try looking at using the registry or perhaps it only works for OLE compound files that supply the specific fields.<br><br>Good luck<br>-pete
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.