Hello Agraham,
I don't understand how to use ExitWindows on my computer which runs under XP.
For example if i write
Sub Form1_Close
If Msgbox ("Stop ?" Titre, cMsgboxYesNo,cMsgboxQuestion) = cNo Then
Form1.CancelClose
Else
ExitWindows.New1(0)
End If
End Sub
If i use '0' I log off.
If I use '1' or '2' or '5'(1 +4) or '6'(2+4) nothing appends. Why?
Could you help me.
Best regards
JJM