View Single Post
  #6  
Old 26-02-2018, 07:18
STB13's Avatar
STB13 STB13 is offline
Registered User
 
Join Date: Feb 2016
Location: Pakstan
Posts: 45
Thanks: 46
Thanked 144 Times in 29 Posts
STB13 is on a distinguished road
Quote:
Originally Posted by jitender View Post
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;
__________________
It's Exam Time. . .
Reply With Quote