I have tested and provided this solution some years ago in the old Passolo forum and the client confirmed that this is working very well. As this is a user specific customization our support department is not able to help. Maybe you can contact sales so that you will be able to get help from Professional Services.
I have tested and provided this solution some years ago in the old Passolo forum and the client confirmed that this is working very well. As this is a user specific customization our support department is not able to help. Maybe you can contact sales so that you will be able to get help from Professional Services.
The functional call seems to have been slightly changed and platform dependent (e.g win64). I have managed to make it working with some hits from the MS forums... Now it is the better part of parsing the "right" arguments...
Basically I had to change the getCommandLine from String to Long:
Private Declare Function GetCommandLineL Lib "kernel32" Alias "GetCommandLineA" () As Long