Opened 15 years ago
Closed 13 years ago
#1583 closed Bug (No Bug)
ShellExecute() verb "properties" does not work as expected
Reported by: | KaFu | Owned by: | Valik |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
ShellExecute(@WindowsDir & "\notepad.exe", "", "", "properties")
I assumed this would open the file properties, but on my system it returns an error, that no program is associated with running this action.
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 15 years ago by KaFu
Trancexx provided some additional infos:
AutoIt is setting wrong mask for SHELLEXECUTEINFO structure with [i]propertiesi verb.
It should be SEE_MASK_INVOKEIDLIST and AutoIt is using SEE_MASK_NOCLOSEPROCESS.
comment:3 Changed 15 years ago by Valik
- Resolution No Bug deleted
- Status changed from closed to reopened
Fine, we'll take a look.
comment:4 Changed 15 years ago by Jpm
- Owner set to Valik
- Status changed from reopened to assigned
comment:5 Changed 13 years ago by Jon
- Resolution set to No Bug
- Status changed from assigned to closed
SEE_MASK_INVOKEIDLIST seems to imply that you want to pass an entirely different structure to ShellExecute rather than a simple verb. So it's either a no bug or a feature request I think.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
I'm sorry that you made a false assumption.