You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes you are right. The field ShellLinkHeader.ShowCommand is used to set the initial 'show state' of the corresponding executable window. This is one of the SW_* values described in Microsoft ShowWindow API.
Unfortunately, the library have no public functions that exposes the ShellLinkHeader structure. In other words, you can't specify the ShowCommand parameter when you create a new link.
I do not have time to work on the library for the moment. I will leave the issue open until I complete the functionality. If you want to provide the functionality, I am open to push request. I am thinking about adding a new field called showCommand in the LinkInfo structure.
In the meantime, I have also create issue #13, #14 and #15.
Thank you, it really cool.
But I did not find how to install - windows mode minimized
in struct LinkInfo not this field
Sorry found ShellLinkHeader.ShowCommand
The text was updated successfully, but these errors were encountered: