Passing a URL from a link being dragged from InternetExplorer to sojamo / Handling

I'm having trouble removing the address from the IE address bar in the processing application, even the simple DropBasics.pde example that comes with sDrop . I think the problem is with the protected mode of Internet Explorer. There is an informative article on MSDN about "Allow drag and drop operations in the application", but I can’t even develop simple settings for the processing application. For example, the sample registry entry in this article

AppName = "contose.exe"

AppPath = "C: \% USERPROFILE% \ ApplicationData \ Contoso"

Policy = (DWORD) 00000003

but a working exe to handle javaw and the following doesn't seem to work

AppName = javaw.exe

AppPath = C: \ Windows \ SysWOW64

Policy = DWORD: 00000003

Has anyone managed to register application processing for receiving links removed from the IE address bar? If so, how is this done?

+4
source share

Source: https://habr.com/ru/post/1445078/


All Articles