zRegistration

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 2143
Joined: Sun May 14, 2017 1:48 am

zRegistration

Post by AZJIO »

zRegistration

Adds various programs to the Explorer context menu.

Download: yadi.sk, upload.ee

Image

If there is no ini file, then the data is automatically filled in


While there is a problem, I cannot determine which field is under the cursor in order to drop the file there.

Code: Select all

hWndCur = ChildWindowFromPoint_(hWin_0, PeekQ(@p))
This works reliably if the program is not running from the admin.
As soon as I compile with the admin checkbox, the function returns 0
Last edited by AZJIO on Tue Feb 11, 2025 11:07 am, edited 3 times in total.
AZJIO
Addict
Addict
Posts: 2143
Joined: Sun May 14, 2017 1:48 am

Re: zRegistration

Post by AZJIO »

Update
Non-critical fixes, if the item name or icon is not set, then empty parameters are not filled in and entered into the registry.
Added jump button to registry.
Added the ability to add items to the drop-down list of registry keys via ini-file.
Post Reply