Hi Hajo,
The WizPage2 class member function below causes the second page not to show. To show the second page you can either comment out the function or return 1. This is not a bug it is part of the example...albeit a part that needs better commenting. I will add comments to the example which will show up in the next service release.
Thanks for pointing out this problem.
Gary
OriginLab
DWORD GetPageShowStatus(DWORD dwStatus)
{
return 0;
}
Edited by - Gary Lane on 03/18/2004 5:36:22 PM