View Single Post
  #5 (permalink)  
Old 06-04-2008, 07:38 AM
Rioven Rioven is offline
Senior Member
 
Join Date: May 2007
Posts: 132
Awards Showcase
Beta Tester 
Total Awards: 1
Default

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.
__________________
Rioven

Sony Ericsson XPERIA X1i WM6.1
480x800 Display Resolution
with QWERTY keyboard
Reply With Quote