Quote:
Originally Posted by jitender
Ok done thanks.And
-> what about that blue color how to add that?(at bottom in above image)
-> And how to add welcome splash screen?
|
For background Color,
procedure initializewizard();
begin
with wizardform do
begin
Color := clBlue;
end;
end;