View Single Post
  #2 (permalink)  
Old 06-03-2008, 03:31 PM
Rioven Rioven is offline
Senior Member
 
Join Date: May 2007
Posts: 132
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi twelve,

Is it maybe the application was just minimized or just hide in backround when when closing the form?

ie. when using the formlib.dll library.
form1.New1("form1",B4PObject(1)) '1st form library to enable minimize button
form1.MinimizeBox=True 'X' or 'OK' press just hide in background


make form1.MinimizeBox=false to disable.
__________________
Rioven

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

Last edited by Rioven : 06-03-2008 at 03:36 PM. Reason: added last line
Reply With Quote