Quote:
Originally Posted by triviet4
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..