Have struck a snag getting a vb6 prog that I've been using with Win XP to run OK in Win 10.
The problem is the Registry Class. It seems it will write a value to HKEY_CURRENT_USER but not to HKEY_LOCAL_MACHINE.
I presume this is correct (Win 10 limitation) and not some local condition I've inadvertantly got ?
I can't get around it a Reg file as the value I want to write is App.Path & App.EXEName which isn't known in advance.
The bigger picture is to add an item to the right click context menu to run app.exename.
Does a (simple) solution exist? Googling has shown this could become a bit too complex for me.
Thanks
The problem is the Registry Class. It seems it will write a value to HKEY_CURRENT_USER but not to HKEY_LOCAL_MACHINE.
I presume this is correct (Win 10 limitation) and not some local condition I've inadvertantly got ?
I can't get around it a Reg file as the value I want to write is App.Path & App.EXEName which isn't known in advance.
The bigger picture is to add an item to the right click context menu to run app.exename.
Does a (simple) solution exist? Googling has shown this could become a bit too complex for me.
Thanks