Hi, 

Public Sub Form_Open()
Dim a As String = 4
Dim b As String = 4

If a > b Then
  
  Else
    'Shell "ls"
    Exec ["ls"]
    Me.Close
Endif
End 

How to "Me.Close"

Thanks

-- 
View this message in context: 
http://old.nabble.com/How-to-%22Me.Close%22-with-%22Shell%22-or-%22Exec%22--tp33719245p33719245.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to