Jump to content

Recommended Posts

Posted

How to use OpenWith Enhanced (http://extensions.frieger.com/owdesc.php) in dllcall? I can run it with this:

Run("RunDll32.exe" & ' "' & @ScriptDir & '\OpenWith.dll",OpenWith ' & '"' & $CmdLine[1] & '"', "")

but dont how how to use it in dllcall. anyone can help me?

 

 

Posted

Show us the C headerfile (maybe openwith.h) or the function description to let us help. I can not download the file from here.

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Posted
4 hours ago, funkey said:

 

Show us the C headerfile (maybe openwith.h) or the function description to let us help.

 

...or make the dll-file available.

Posted (edited)

thanks trancexx, dllcall works (partially). It opens OpenWith Enhanced window, but when I drag files on compiled script I always get this:

SnapCrab_Open with (Enhanced)_2016-12-8_20-59-57_No-00.png

When files are dragged on this script

Run("RunDll32.exe" & ' "' & @ScriptDir & '\OpenWith.dll",OpenWith ' & '"' & $CmdLine[1] & '"', "")

it works like this

SnapCrab_OpenWith (Enhanced)_2016-12-8_21-6-47_No-00.png

Any way to make dllcall work with dragged files?

Edited by Nikolas92

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...