[Gambas-user] How to "Me.Close" with "Shell" or "Exec"?
abbat
abbat.81 at ...787...
Fri Apr 20 12:13:56 CEST 2012
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.
More information about the User
mailing list