BennyBoy
June 4th, 2003, 02:35 PM
We built a wizard that get the username + password on an initial login and cache them for futur login. It is run at GINA time.
It is a three page wizard that display all correctly on a reboot, but when we do a logout, login the exact same wizard does not display the next + back buttons from the pages.
To display the button we call the macro:
PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_NEXT );
from the PSN_SETACTIVE.
Anybody knows anything about a bug in the comctl32.dll on WIN2000 and WinNT
It is a three page wizard that display all correctly on a reboot, but when we do a logout, login the exact same wizard does not display the next + back buttons from the pages.
To display the button we call the macro:
PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_NEXT );
from the PSN_SETACTIVE.
Anybody knows anything about a bug in the comctl32.dll on WIN2000 and WinNT