|
-
April 7th, 1999, 02:56 PM
#1
Quick Question
I'm trying to put two wizards together. The user can check a radio button with a varible of m_Typical, if they select the Custom button then click Next it will start another wizard, if not they will start to install the software.
I tried this but it can't find the varible:
if (m_Typical);
{
CInstall.DoModal();
}
else
CCustom.DoModal();
}
}
I'm sure it wrong, but can someone check it and help me with it.
Thanks,
Nathan Strandberg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|