' Gambas class file Private hpro As Process
Public Sub Button1_Click() ' An application start, i.e. “ Gedit “ hpro = Exec ["gedit"] As "hpro" End Public Sub button2_Click() ' it closes application process hpro.kill End ' this event is raised, when process is closed: Public Sub hpro_Kill() Print "Process closed !" End ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user