Hi TWELVE,
This works for me.
Code:
Sub Form1_Close
If Msgbox("quit application?","",cMsgboxYesNo,cMsgboxQuestion)=cyes Then
DoSomeCleanUp
AppClose
Else
form1.CancelClose
End If
End Sub
Quote:
|
@Rioven: no i do not use the fullscreen stuff from the formlib, yet.
|
Not for fullscreen but for the 'x' or 'ok' button on top right of the form to give you an option just to hide in background or to terminate the application. Most applications does use the hiding in background.