MFC Wizard
From Mesdoc
(Difference between revisions)
| Line 13: | Line 13: | ||
return true; | return true; | ||
} | } | ||
| + | |||
| + | * Creating a Wizard | ||
| + | http://www.codeguru.com/Cpp/controls/propertysheet/wizards/article.php/c569/ | ||
| + | |||
| + | * Wizard Button | ||
| + | http://www.functionx.com/visualc/articles/wizardbuttons.htm | ||
Revision as of 08:11, 29 August 2006
http://www.codecomments.com/archive372-2006-1-779140.html
la solution pour l'entete page
public: BOOL CPage1::OnSetActive();
et ça dans source
CPage1::OnSetActive()
{
return true;
}
- Creating a Wizard
http://www.codeguru.com/Cpp/controls/propertysheet/wizards/article.php/c569/
- Wizard Button
