View Single Post
  #21  
Old 05-11-2013, 11:57
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by triviet4 View Post
I want DirectX, Visual C++ ... All Checked Default, how?

All ready checked, don't check
i didn't understand you..do you want checked all or don't check

if you want all checked then find these lines

Code:
  ShortcutCB := TNewCheckBox.Create(WizardForm);
  with ShortcutCB do
  begin

  DirectXCB := TNewCheckBox.Create(WizardForm);
  with DirectXCB do
  begin

  VisualCCB := TNewCheckBox.Create(WizardForm);
  with VisualCCB do
  begin

  SocialCB := TNewCheckBox.Create(WizardForm);
  with SocialCB do
  begin
and paste this line under those line..
Reply With Quote
The Following 3 Users Say Thank You to y_thelastknight For This Useful Post:
aj12345 (27-11-2013), mht1526 (30-03-2015), varma1993 (06-11-2013)