Creating a custom activation interface (like TurboActivate Wizard)Solved

Hi.Is it possible to customize the TurboActive.exe? I mean to hide some button on main view, change captions of some buttons etc.Thanks

You can't replace or hide buttons, but you can translate the TurboActivate wizard: https://wyday.com/limelm/help/turboactivate-wizard/.

Or you can use TurboActivate API and make a simple interface.

Do you happen to have a sample/tutorial/documentation on how to use TurboActivate API to make a simple interface? Thank you.

Honestly, it's as simple as creating a dialog with a text box and an "activate" button.

Can the 2 functions you'll want to use are TA_CheckAndSavePKey() and TA_Activate().

That's it.