How would I go about adding the registration name to the top of the app form?
Basically at the top of the app form I'd like it to say Licensed to User.
var
name, key : AnsiString;
begin
if EP_RegistrationLoadKeyA(name, key) then
begin
end;
end;
// If unicode registration scheme is used, use the function EP_RegistrationLoadKeyW
Users browsing this forum: No registered users and 5 guests