I have created a shellex DLL per the link below to pass multiple file selections to a single program. It works fine on my computer and for several coworkers. All Windows 10 with .NET 4.0 or greater. However, for one coworker the context menu is not displayed for Excel or Word files unless a .txt file is also selected. The shellex is registered for all file extensions ‘*’. From debug output, it appears the InvokeCommand() is not called in this situation. I have insured that my DLL and dynamic verb are first in the alphabet before other shellex DLLs.
Any suggestions would be appreciated.
You may also like…
- Crashed: com.apple.main-thread partial apply for closure #2
- Python simplekml CSV to KML with extended data and create folder based on group by column name and donut marking
- Hibarnate – Picking a fields as null even when object has that field value
- Merge Sorted Array without Extra Space
- how to add stripe like devider on React
- efficient data collection from API using R
- Update Spring Embedded Entity throws Stack Overflow Entity
- How To Get Query Result and Count Of Result In SQL
- inserting records in form subnmisstion is blank in phpmyadmin
- How to use artifactory query language inside a jenkins pipeline instead of having it call from a file
- Can't connect to Docker Hosted Postgres
- TypeError list indices must be integers or slices, not list
- Serverless deployment issue in different regions
- Is there a reliable alarm clock? Alarm Manager?
- Newtonsoft.Json 13.0.1 Serialize not getting lists inside of dictionary
- How to solve that A valid Mapbox access token is required to use Mapbox GL JS?
amazon-web-services android angular api arrays c# css dart dataframe django docker excel express firebase flutter html ios java javascript jquery json kotlin laravel linux list mongodb mysql node.js pandas php postgresql python python-3.x r react-native reactjs regex spring spring-boot sql sql-server string swift typescript vue.js