RRUZ / delphi-dev-shell-tools

Shell Extension for Delphi and Object Pascal Developers
https://theroadtodelphi.wordpress.com/
139 stars 41 forks source link

Show popup menu without shell? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there a way to use these tools independent from the shell? Something like a 
DLL enty point ShowPopupMenu(lpszFileName: PChar) that would pop up the 
relevant menu for lpszFileName? I could use this in my own little development 
helper app.

Best regards,
Uli

Original issue reported on code.google.com by ulrich.g...@gmx.de on 9 Dec 2014 at 8:52

GoogleCodeExporter commented 9 years ago
Hi, Sorry but the functions are only exposed through the shell. Anyway you can 
invoke the shell context menu from you App, or just take the relevant source 
code and use in your own App.

Original comment by Rodrigo.Ruz.V@gmail.com on 9 Dec 2014 at 2:53