PDA

View Full Version : how do i check something when cancel is clicked(anywhere?)


sina_izad
7th November 2007, 19:38
hi there

im getting a compile error the un.onUserAbort already exists when there is only one copy of it there. does anyone know how to fix this?

im using MUI.

any help is greatly appreciated

thanks
Sina

Afrow UK
7th November 2007, 20:13
MUI uses .onUserAbort and un.onUserAbort but you can declare your own:

!define MUI_CUSTOMFUNCTION_UNABORT unMyOnUserAbort

Stu