OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
How to manage the task lists?

From: Jianguo Wang (jwangBIOMETRICGROUP.COM)
Date: Fri Nov 14 2003 - 11:00:20 CST


While I am trying to manage the tasklists during the options dialog, I got an memory error with the title "Winlogon generic control dialog:winlogon.exe-application error". Actually within my options dialog callback function, once the task manager clicked I just use these two line:
case IDC_TASKLIST:

EndDialog( hDlg, WLX_SAS_ACTION_TASKLIST );

return(TRUE);

Is this enough? Or something else I should take care?

Thanks for any reply.

Jianguo