Skip to content
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

windows mode minimized #12

Open
rsarov opened this issue Jul 18, 2019 · 1 comment
Open

windows mode minimized #12

rsarov opened this issue Jul 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@rsarov
Copy link

rsarov commented Jul 18, 2019

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

@end2endzone
Copy link
Owner

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.

@end2endzone end2endzone added the enhancement New feature or request label Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants