in reply to win32::sendmessage help

The MS documentation on the "Sendmessage function says :
Remarks

When a message is blocked by UIPI the last error, retrieved with GetLastError, is set to 5 (access denied).

So - UIPI may be to blame.

Can you use the Win32::OLE->LastError() to see if this is the case.

Unfortunately, I have no idea how to fix it for perl code. There are references to building Visual studio projects/manifests with settings to specify priviledge requirements - no idea how this applies to perl code.

        "Think of how stupid the average person is, and realize half of them are stupider than that." - George Carlin

Replies are listed 'Best First'.
Re^2: win32::sendmessage help
by downloaded (Initiate) on Feb 23, 2016 at 17:52 UTC
    Yes, that also crossed my mind. I was playing with Win32::GetLastError() (returns 0) and Win32::OLE::LastError() (undef), so i guess its not the case. I'm also thinking it may be an ftp client problem but windows 10 related....