Read the post carefully.Admin wrote:When I press the button in your application - I have this message:so when I press that button I get error unless valid serial is provided.
---------------------------
TestApp.vmp.exe
---------------------------
Protected code succesfully executed
---------------------------
ОК
---------------------------
Where you see the error message - I don`t understand.
I don't see any error message. I get "Protected code succesfully executed" when I click the button which is not common sense since valid key needs to be inputted so when yo press the button, THEN you get "Protected code succesfully executed". If Memo is empty or key invalid, user should get ERROR message saying "Invalid key bla bla bla).
Then how to make that when you click that button:
Code: Select all
if(serial==invalid)
displaymessage "Wrong Serial"
else if (serial==valid)
displaymessage "Registered!"
Create Blank Delphi Form and leave it empty.
Add Menu to Form and Edit it. For example -
Code: Select all
make 3 master menus, every master has 2 childs and every child has 1 baby.

And if you have other advices about Menus, please say

Thanks